diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2005-03-13 13:03:35 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2005-03-13 13:03:35 +0000 |
commit | e3f21ce0bf2bb6bb9c487d4b7ac4cb8f5fe5d972 (patch) | |
tree | 986cbbd2256c27ab4fbfa89022afc9773ac830ed /net-p2p/hx | |
parent | minor fix (diff) | |
download | gentoo-2-e3f21ce0bf2bb6bb9c487d4b7ac4cb8f5fe5d972.tar.gz gentoo-2-e3f21ce0bf2bb6bb9c487d4b7ac4cb8f5fe5d972.tar.bz2 gentoo-2-e3f21ce0bf2bb6bb9c487d4b7ac4cb8f5fe5d972.zip |
Removed ipv6 support option as its half broken upstream and causes all sort of problems. Fixed libtoolization.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/hx')
-rw-r--r-- | net-p2p/hx/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/hx/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/hx/files/digest-hx-0.4.10-r1 (renamed from net-p2p/hx/files/digest-hx-0.4.10) | 0 | ||||
-rw-r--r-- | net-p2p/hx/hx-0.4.10-r1.ebuild (renamed from net-p2p/hx/hx-0.4.10.ebuild) | 8 |
4 files changed, 16 insertions, 9 deletions
diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog index 4a85a5ee1e5b..24f701191166 100644 --- a/net-p2p/hx/ChangeLog +++ b/net-p2p/hx/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/hx -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.2 2004/08/29 19:35:07 kang Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.3 2005/03/13 13:03:35 kang Exp $ + +*hx-0.4.10-r1 (13 Mar 2005) + + 13 Mar 2005; Guillaume Destuynder <kang@gentoo.org> +hx-0.4.10-r1.ebuild, + -hx-0.4.10.ebuild: + Removed ipv6 support option as its half broken upstream and causes all sort of + problems. Fixed libtoolization. 29 Aug 2004; Guillaume Destuynder <kang@gentoo.org> hx-0.4.10.ebuild: Marked stable on x86 and ppc diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest index 23440a4068ab..056c4ed94527 100644 --- a/net-p2p/hx/Manifest +++ b/net-p2p/hx/Manifest @@ -1,4 +1,4 @@ -MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459 +MD5 538efdfd92baa833b14b39f60666594e hx-0.4.10-r1.ebuild 1111 MD5 334ce2c89e551b5620becd062fc55338 ChangeLog 423 -MD5 00a32206c95426371308a918abe6c07d hx-0.4.10.ebuild 1110 -MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10 64 +MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459 +MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10-r1 64 diff --git a/net-p2p/hx/files/digest-hx-0.4.10 b/net-p2p/hx/files/digest-hx-0.4.10-r1 index 33e14ac3b4b5..33e14ac3b4b5 100644 --- a/net-p2p/hx/files/digest-hx-0.4.10 +++ b/net-p2p/hx/files/digest-hx-0.4.10-r1 diff --git a/net-p2p/hx/hx-0.4.10.ebuild b/net-p2p/hx/hx-0.4.10-r1.ebuild index b17edb291802..262c2a45426c 100644 --- a/net-p2p/hx/hx-0.4.10.ebuild +++ b/net-p2p/hx/hx-0.4.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10.ebuild,v 1.3 2004/08/29 19:35:07 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10-r1.ebuild,v 1.1 2005/03/13 13:03:35 kang Exp $ LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc" @@ -10,7 +10,7 @@ DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It su SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2" HOMEPAGE="http://hotlinex.sf.net/" -IUSE="ipv6 ssl" +IUSE="ssl" DEPEND="virtual/libc >=sys-libs/libtermcap-compat-1.2.3-r1 @@ -21,12 +21,12 @@ SLOT="0" src_compile() { cd work/${MY_P} + libtoolize --copy --force econf \ `use_enable ssl idea` \ `use_enable ssl cipher` \ `use_enable ssl hope` \ `use_enable ssl compress` \ - `use_enable ipv6` \ --enable-hx || die "bad configure" emake || die "compile problem" make install || die "compile problem" |