diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-25 20:31:53 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-25 20:31:53 +0000 |
commit | 8ba807cb3e801b3e7a3ad48a87c41591bb73bfe2 (patch) | |
tree | ef54c0fb0d3936d09ef81ffd388457b1c4b64083 /net-irc/ptlink-ircd | |
parent | Fixing permissions (diff) | |
download | historical-8ba807cb3e801b3e7a3ad48a87c41591bb73bfe2.tar.gz historical-8ba807cb3e801b3e7a3ad48a87c41591bb73bfe2.tar.bz2 historical-8ba807cb3e801b3e7a3ad48a87c41591bb73bfe2.zip |
Disabled ipv6 support as upstream considers it unstable.
Diffstat (limited to 'net-irc/ptlink-ircd')
-rw-r--r-- | net-irc/ptlink-ircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild | 6 | ||||
-rw-r--r-- | net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/ptlink-ircd/ChangeLog b/net-irc/ptlink-ircd/ChangeLog index 1f1c715ad31d..78860871e8c9 100644 --- a/net-irc/ptlink-ircd/ChangeLog +++ b/net-irc/ptlink-ircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/ptlink-ircd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.5 2004/11/14 15:39:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ChangeLog,v 1.6 2004/11/25 20:31:53 swegener Exp $ + + 25 Nov 2004; Sven Wegener <swegener@gentoo.org> ptlink-ircd-6.18.2.ebuild, + ptlink-ircd-6.19.1.ebuild: + Disabled ipv6 support as upstream considers it unstable. *ptlink-ircd-6.19.1 (14 Nov 2004) diff --git a/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild b/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild index 03d81818e6f2..c82448b16028 100644 --- a/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild +++ b/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild,v 1.2 2004/11/14 15:39:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.18.2.ebuild,v 1.3 2004/11/25 20:31:53 swegener Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="ipv6" +IUSE="" DEPEND="sys-libs/zlib" S=${WORKDIR}/${MY_P} @@ -25,7 +25,7 @@ src_unpack() { src_compile() { econf \ - $(use_enable ipv6) \ + --disable-ipv6 \ || die "econf failed" emake CFLAGS="${CFLAGS}" || die "emake failed" } diff --git a/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild b/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild index 41814e9afad1..16fea4647907 100644 --- a/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild +++ b/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild,v 1.1 2004/11/14 15:39:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink-ircd/ptlink-ircd-6.19.1.ebuild,v 1.2 2004/11/25 20:31:53 swegener Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="ipv6" +IUSE="" DEPEND="sys-libs/zlib" S=${WORKDIR}/${MY_P} @@ -25,7 +25,7 @@ src_unpack() { src_compile() { econf \ - $(use_enable ipv6) \ + --disable-ipv6 \ || die "econf failed" emake CFLAGS="${CFLAGS}" || die "emake failed" } |