| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 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.2 2010/06/12 16:54:36 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.8.1-r1.ebuild,v 1.7 2011/05/07 21:42:55 mr_bones_ 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 | |
| 9 | MY_P=Unreal${PV} |
9 | MY_P=Unreal${PV} |
| 10 | |
10 | |
| 11 | DESCRIPTION="aimed to be an advanced (not easy) IRCd" |
11 | DESCRIPTION="aimed to be an advanced (not easy) IRCd" |
| 12 | HOMEPAGE="http://www.unrealircd.com/" |
12 | HOMEPAGE="http://www.unrealircd.com/" |
| 13 | SRC_URI="http://dev.gentoo.org/~ssuominen/${MY_P}-notrojan.tar.gz" |
13 | SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" |
| 14 | #SRC_URI="http://unrealircd.icedslash.com/${MY_P}.tar.gz |
14 | #SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" |
| 15 | # http://unreal.brueggisite.de/${MY_P}.tar.gz |
|
|
| 16 | # http://www.blurryfox.com/unreal/${MY_P}.tar.gz" |
|
|
| 17 | |
15 | |
| 18 | SLOT="0" |
16 | SLOT="0" |
| 19 | LICENSE="GPL-2" |
17 | LICENSE="GPL-2" |
| 20 | KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" |
18 | KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" |
| 21 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
19 | IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq |
| 22 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
20 | showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |
| 23 | |
21 | |
| 24 | RDEPEND="ssl? ( dev-libs/openssl ) |
22 | RDEPEND="ssl? ( dev-libs/openssl ) |
| 25 | zlib? ( sys-libs/zlib ) |
23 | zlib? ( sys-libs/zlib ) |
| 26 | curl? ( net-misc/curl ) |
24 | curl? ( net-misc/curl[ares] ) |
| 27 | dev-libs/tre |
25 | dev-libs/tre |
| 28 | >=net-dns/c-ares-1.5.3" |
26 | >=net-dns/c-ares-1.5.3" |
| 29 | DEPEND="${RDEPEND} |
27 | DEPEND="${RDEPEND} |
| 30 | >=sys-apps/sed-4" |
28 | >=sys-apps/sed-4 |
|
|
29 | >=dev-util/pkgconfig-0.25" |
| 31 | |
30 | |
| 32 | S="${WORKDIR}/Unreal$(get_version_component_range 1-2)" |
31 | S="${WORKDIR}/Unreal$(get_version_component_range 1-2)" |
| 33 | |
32 | |
| 34 | pkg_setup() { |
33 | pkg_setup() { |
| 35 | enewuser unrealircd |
34 | enewuser unrealircd |