| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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-1.7.7-r1.ebuild,v 1.8 2010/09/22 16:33:57 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.7.7-r1.ebuild,v 1.9 2010/09/26 19:03:06 klausman Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | # Must be before x-modular eclass is inherited |
7 | # Must be before x-modular eclass is inherited |
| 8 | SNAPSHOT="yes" |
8 | SNAPSHOT="yes" |
| … | |
… | |
| 15 | |
15 | |
| 16 | SRC_URI="${SRC_URI} |
16 | SRC_URI="${SRC_URI} |
| 17 | http://dev.gentoo.org/~scarabeus/${P}-patches-01.tar.bz2 |
17 | http://dev.gentoo.org/~scarabeus/${P}-patches-01.tar.bz2 |
| 18 | " |
18 | " |
| 19 | DESCRIPTION="X.Org X servers" |
19 | DESCRIPTION="X.Org X servers" |
| 20 | KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" |
20 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" |
| 21 | |
21 | |
| 22 | IUSE_SERVERS="dmx kdrive xorg" |
22 | IUSE_SERVERS="dmx kdrive xorg" |
| 23 | IUSE="${IUSE_SERVERS} tslib hal ipv6 minimal nptl sdl" |
23 | IUSE="${IUSE_SERVERS} tslib hal ipv6 minimal nptl sdl" |
| 24 | RDEPEND="hal? ( sys-apps/hal ) |
24 | RDEPEND="hal? ( sys-apps/hal ) |
| 25 | tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) |
25 | tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) |