| 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-r2.ebuild,v 1.2 2005/08/12 09:05:27 flameeyes dead $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-0.99.1-r2.ebuild,v 1.3 2005/08/12 17:12:12 spyderous 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 | |
| … | |
… | |
| 17 | PATCHES="${FILESDIR}/xorg-server-0.99.1-update-to-CVS-HEAD-20050811.patch |
17 | PATCHES="${FILESDIR}/xorg-server-0.99.1-update-to-CVS-HEAD-20050811.patch |
| 18 | ${FILESDIR}/check-for-glproto.patch |
18 | ${FILESDIR}/check-for-glproto.patch |
| 19 | ${FILESDIR}/fix-xf86misc-typo.patch" |
19 | ${FILESDIR}/fix-xf86misc-typo.patch" |
| 20 | |
20 | |
| 21 | SRC_URI="${SRC_URI} |
21 | SRC_URI="${SRC_URI} |
| 22 | glx? ( http://xorg.freedesktop.org/extras/${MESA_P}.tar.gz )" |
22 | glx? ( http://xorg.freedesktop.org/extras/${MESA_P}.tar.gz ) |
|
|
23 | http://dev.gentoo.org/~spyderous/xorg-x11/xorg-server-0.99.1-update-to-CVS-HEAD-20050811.patch.gz" |
| 23 | DESCRIPTION="X.Org X servers" |
24 | DESCRIPTION="X.Org X servers" |
| 24 | KEYWORDS="~sparc ~x86" |
25 | KEYWORDS="~sparc ~x86" |
| 25 | IUSE="glx dri xinerama ipv6 minimal" |
26 | IUSE="glx dri xinerama ipv6 minimal" |
| 26 | RDEPEND="x11-libs/libXfont |
27 | RDEPEND="x11-libs/libXfont |
| 27 | x11-libs/xtrans |
28 | x11-libs/xtrans |