| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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-r1.ebuild,v 1.5 2011/05/05 18:32:57 binki Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.8.1-r1.ebuild,v 1.9 2012/02/05 17:51:26 armin76 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 | |
| … | |
… | |
| 13 | SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" |
13 | SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" |
| 14 | #SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" |
14 | #SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" |
| 15 | |
15 | |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | LICENSE="GPL-2" |
17 | LICENSE="GPL-2" |
| 18 | KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" |
18 | KEYWORDS="amd64 ppc x86 ~x86-fbsd" |
| 19 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
19 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
| 20 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
20 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
| 21 | |
21 | |
| 22 | RDEPEND="ssl? ( dev-libs/openssl ) |
22 | RDEPEND="ssl? ( dev-libs/openssl ) |
| 23 | zlib? ( sys-libs/zlib ) |
23 | zlib? ( sys-libs/zlib ) |
| 24 | curl? ( net-misc/curl ) |
24 | curl? ( net-misc/curl[ares] ) |
| 25 | dev-libs/tre |
25 | dev-libs/tre |
| 26 | >=net-dns/c-ares-1.5.3" |
26 | >=net-dns/c-ares-1.5.3" |
| 27 | DEPEND="${RDEPEND} |
27 | DEPEND="${RDEPEND} |
| 28 | >=sys-apps/sed-4 |
28 | >=sys-apps/sed-4 |
| 29 | >=dev-util/pkgconfig-0.25" |
29 | >=dev-util/pkgconfig-0.25" |