summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-04-06 22:17:04 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-04-06 22:17:04 +0000
commita76609afd085ff9783e140f4fb545ee268de2e7c (patch)
treef606cfc9e70f902d6cd3799ab4784387c0834d33 /net-p2p
parentstable amd64, bug 172003 (diff)
downloadgentoo-2-a76609afd085ff9783e140f4fb545ee268de2e7c.tar.gz
gentoo-2-a76609afd085ff9783e140f4fb545ee268de2e7c.tar.bz2
gentoo-2-a76609afd085ff9783e140f4fb545ee268de2e7c.zip
Remove old version. Fixes bug #160044.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/hx/ChangeLog5
-rw-r--r--net-p2p/hx/files/digest-hx-0.4.10-r13
-rw-r--r--net-p2p/hx/hx-0.4.10-r1.ebuild41
3 files changed, 4 insertions, 45 deletions
diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog
index 71517fdc6c25..901da282c38f 100644
--- a/net-p2p/hx/ChangeLog
+++ b/net-p2p/hx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/hx
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.7 2007/04/06 22:15:12 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.8 2007/04/06 22:17:04 betelgeuse Exp $
+
+ 06 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -hx-0.4.10-r1.ebuild:
+ Remove old version. Fixes bug #160044.
06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> hx-0.4.11.ebuild:
ppc stable, bug #173110
diff --git a/net-p2p/hx/files/digest-hx-0.4.10-r1 b/net-p2p/hx/files/digest-hx-0.4.10-r1
deleted file mode 100644
index 7a70d2230b0b..000000000000
--- a/net-p2p/hx/files/digest-hx-0.4.10-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6b664c5f798746c5c0617c72d1c95967 mhxd-0.4.10.tar.bz2 768353
-RMD160 cea6f3758263eda33c710fe42ac1db3737a4de43 mhxd-0.4.10.tar.bz2 768353
-SHA256 15aea89d5943ea84bc68e5f8d11e2be772e244e8a2e40132704c12aafebac5db mhxd-0.4.10.tar.bz2 768353
diff --git a/net-p2p/hx/hx-0.4.10-r1.ebuild b/net-p2p/hx/hx-0.4.10-r1.ebuild
deleted file mode 100644
index 1ddb8854aa6d..000000000000
--- a/net-p2p/hx/hx-0.4.10-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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-r1.ebuild,v 1.2 2005/03/14 18:06:14 kang Exp $
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc"
-MY_P=mhxd-${PV}
-
-DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility. See http://www.hotspringsinc.com/"
-SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2"
-HOMEPAGE="http://hotlinex.sf.net/"
-
-IUSE="ssl"
-
-DEPEND="virtual/libc
- >=sys-libs/libtermcap-compat-1.2.3-r1
- ssl? ( >=dev-libs/openssl-0.9.6d )
- >=sys-libs/zlib-1.1.4"
-
-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` \
- --enable-hx || die "bad configure"
- emake || die "compile problem"
- make install || die "compile problem"
-}
-
-src_install() {
- cd ${PF}/work/${MY_P}
- dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \
- run/hx/hxrc run/hx/hxvars
-
- dobin run/hx/bin/hx
-}