| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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.8.1.ebuild,v 1.2 2009/11/18 18:20:48 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.8.1.ebuild,v 1.3 2009/11/21 19:34:23 nixnut Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils autotools ssl-cert versionator multilib |
7 | inherit eutils autotools ssl-cert versionator multilib |
| 8 | |
8 | |
| … | |
… | |
| 14 | http://unreal.brueggisite.de/${MY_P}.tar.gz |
14 | http://unreal.brueggisite.de/${MY_P}.tar.gz |
| 15 | http://www.blurryfox.com/unreal/${MY_P}.tar.gz" |
15 | http://www.blurryfox.com/unreal/${MY_P}.tar.gz" |
| 16 | |
16 | |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | LICENSE="GPL-2" |
18 | LICENSE="GPL-2" |
| 19 | KEYWORDS="~amd64 ~mips ~ppc ~sparc x86 ~x86-fbsd" |
19 | KEYWORDS="~amd64 ~mips ppc ~sparc x86 ~x86-fbsd" |
| 20 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
20 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
| 21 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
21 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
| 22 | |
22 | |
| 23 | RDEPEND="ssl? ( dev-libs/openssl ) |
23 | RDEPEND="ssl? ( dev-libs/openssl ) |
| 24 | zlib? ( sys-libs/zlib ) |
24 | zlib? ( sys-libs/zlib ) |