| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/net-irc/unrealircd/Attic/unrealircd-3.2.7-r2.ebuild,v 1.2 2007/12/12 17:14:20 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.7-r2.ebuild,v 1.3 2007/12/22 16:07:53 dertobi123 Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils ssl-cert versionator multilib |
5 | inherit eutils ssl-cert versionator multilib |
| 6 | |
6 | |
| 7 | MY_P=Unreal${PV} |
7 | MY_P=Unreal${PV} |
| 8 | |
8 | |
| … | |
… | |
| 12 | http://www.blurryfox.com/unreal/${MY_P}.tar.gz |
12 | http://www.blurryfox.com/unreal/${MY_P}.tar.gz |
| 13 | mirror://gentoo/${MY_P}.tar.gz" |
13 | mirror://gentoo/${MY_P}.tar.gz" |
| 14 | |
14 | |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | LICENSE="GPL-2" |
16 | LICENSE="GPL-2" |
| 17 | KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd" |
17 | KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" |
| 18 | IUSE="hub ipv6 ssl zlib curl prefixaq showlistmodes" |
18 | IUSE="hub ipv6 ssl zlib curl prefixaq showlistmodes" |
| 19 | |
19 | |
| 20 | RDEPEND="ssl? ( dev-libs/openssl ) |
20 | RDEPEND="ssl? ( dev-libs/openssl ) |
| 21 | zlib? ( sys-libs/zlib ) |
21 | zlib? ( sys-libs/zlib ) |
| 22 | curl? ( net-misc/curl )" |
22 | curl? ( net-misc/curl )" |