| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-0.99.1.ebuild,v 1.2 2005/08/08 17:18:51 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-0.99.1.ebuild,v 1.3 2005/08/08 20:25:14 fmccor Exp $ |
| 4 | |
4 | |
| 5 | # Must be before x-modular eclass is inherited |
5 | # Must be before x-modular eclass is inherited |
| 6 | # Hack to make sure autoreconf gets run |
6 | # Hack to make sure autoreconf gets run |
| 7 | SNAPSHOT="yes" |
7 | SNAPSHOT="yes" |
| 8 | |
8 | |
| … | |
… | |
| 15 | PATCHES="${FILESDIR}/xorg-composite.patch" |
15 | PATCHES="${FILESDIR}/xorg-composite.patch" |
| 16 | |
16 | |
| 17 | SRC_URI="${SRC_URI} |
17 | SRC_URI="${SRC_URI} |
| 18 | glx? ( http://xorg.freedesktop.org/extras/${MESA_P}.tar.gz )" |
18 | glx? ( http://xorg.freedesktop.org/extras/${MESA_P}.tar.gz )" |
| 19 | DESCRIPTION="X.Org X servers" |
19 | DESCRIPTION="X.Org X servers" |
| 20 | KEYWORDS="~x86" |
20 | KEYWORDS="~sparc ~x86" |
| 21 | IUSE="glx dri xinerama ipv6 minimal" |
21 | IUSE="glx dri xinerama ipv6 minimal" |
| 22 | RDEPEND="x11-libs/libXfont |
22 | RDEPEND="x11-libs/libXfont |
| 23 | x11-libs/xtrans |
23 | x11-libs/xtrans |
| 24 | x11-libs/libXau |
24 | x11-libs/libXau |
| 25 | x11-libs/libXext |
25 | x11-libs/libXext |