blob: d04db5beddf01f4b9bbb14ce70520325f361aba0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.0.0_rc1.ebuild,v 1.5 2005/11/03 18:36:31 fmccor Exp $
DESCRIPTION="An X11 implementation maintained by the X.Org Foundation (meta
package)"
HOMEPAGE="http://xorg.freedesktop.org"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~sparc ~x86"
IUSE="xprint"
# Collision protect will scream bloody murder if we install over old versions
RDEPEND="!<x11-base/xorg-x11-7.0.0_rc0"
# Server
RDEPEND="${RDEPEND}
>=x11-base/xorg-server-0.99.2"
# Common Applications
RDEPEND="${RDEPEND}
>=x11-apps/setxkbmap-0.99.1
>=x11-apps/xauth-0.99.1
>=x11-apps/xhost-0.99.1
>=x11-apps/xinit-0.99.2
>=x11-apps/xmodmap-0.99.1
>=x11-apps/xrandr-0.99.1"
# Common Libraries - move these to eclass eventually
RDEPEND="${RDEPEND}
>=x11-libs/libSM-0.99.1
>=x11-libs/libXcomposite-0.2.1
>=x11-libs/libXcursor-1.1.4
>=x11-libs/libXdamage-1.0.1
>=x11-libs/libXfixes-3.0.0
>=x11-libs/libXv-0.99.1
>=x11-libs/libXxf86dga-0.99.1
>=x11-libs/libXinerama-0.99.1
>=x11-libs/libXScrnSaver-0.99.2
xprint? ( >=x11-libs/libXp-0.99.1 )"
# Some fonts
RDEPEND="${RDEPEND}
>=media-fonts/font-bh-ttf-0.99.0
>=media-fonts/font-adobe-utopia-type1-0.99.0
>=media-fonts/font-bitstream-type1-0.99.0"
DEPEND="${RDEPEND}"
# We need some checks for weird symlinks on migrate
# /usr/lib/X11/xdm -> ../../../etc/X11/xdm
|