summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-27 21:37:51 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-27 21:40:55 +1000
commit28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2 (patch)
tree666edcb20e704622c23dc5ae0f26fc48461b7a1f /net-p2p
parentx11-misc/kronometer: version bump (diff)
downloadgentoo-28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2.tar.gz
gentoo-28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2.tar.bz2
gentoo-28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2.zip
net-p2p/hx: remove last-rited package
Gentoo-bug: 368953
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/hx/Manifest1
-rw-r--r--net-p2p/hx/hx-0.4.11.ebuild48
-rw-r--r--net-p2p/hx/metadata.xml10
3 files changed, 0 insertions, 59 deletions
diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest
deleted file mode 100644
index e250df6e5509..000000000000
--- a/net-p2p/hx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mhxd-0.4.11.tar.bz2 970664 SHA256 54906798fd9155cf3f53c171f0d839ed1e5a329fa89e56bbcdfda4ce8dda0b91 SHA512 19e1189946e6b6eefe77f6ff2fd0a05c2d65ed0f048ebc111eb9b575b30dbae0ddaddddb7e0aaec8c02c81107a271d4a254c29acb28ae51854d08eb995b05a34 WHIRLPOOL e9d50cbabf0de8e4cdc5763fa2d2e37b8386cffb75ac1849365c43b41c7fa4b2e8eccbafb436a05612fe8ac71c800f379cc9cc11636ff3ed17a46cdc0b3f8e3c
diff --git a/net-p2p/hx/hx-0.4.11.ebuild b/net-p2p/hx/hx-0.4.11.ebuild
deleted file mode 100644
index d82e40767d91..000000000000
--- a/net-p2p/hx/hx-0.4.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit autotools
-
-LICENSE="GPL-2"
-KEYWORDS="ppc ~sparc x86"
-MY_P=mhxd-${PV}
-
-DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility"
-SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2"
-HOMEPAGE="http://hotlinex.sf.net/"
-
-IUSE="ssl"
-
-DEPEND="
- ssl? ( >=dev-libs/openssl-0.9.6d )
- >=sys-libs/zlib-1.1.4"
-
-SLOT="0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- 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() {
- 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
-}
diff --git a/net-p2p/hx/metadata.xml b/net-p2p/hx/metadata.xml
deleted file mode 100644
index 8d433e0a84bb..000000000000
--- a/net-p2p/hx/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- hx is an Hotline Client under the GPL for Linux/Unixes.
- It supports the Hotline Protocol from 1.2.3 up to 1.5+.
- See http://www.hotspringsinc.com/
- </longdescription>
-</pkgmetadata>