Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/hx/
Date: Wed, 27 Apr 2016 11:41:13
Message-Id: 1461757255.28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2.kensington@gentoo
1 commit: 28f1ec3a5a533d2dcdf3d6d6b48a282fc934bee2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 11:37:51 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 11:40:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f1ec3a
7
8 net-p2p/hx: remove last-rited package
9
10 Gentoo-bug: 368953
11
12 net-p2p/hx/Manifest | 1 -
13 net-p2p/hx/hx-0.4.11.ebuild | 48 ---------------------------------------------
14 net-p2p/hx/metadata.xml | 10 ----------
15 3 files changed, 59 deletions(-)
16
17 diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest
18 deleted file mode 100644
19 index e250df6..0000000
20 --- a/net-p2p/hx/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST mhxd-0.4.11.tar.bz2 970664 SHA256 54906798fd9155cf3f53c171f0d839ed1e5a329fa89e56bbcdfda4ce8dda0b91 SHA512 19e1189946e6b6eefe77f6ff2fd0a05c2d65ed0f048ebc111eb9b575b30dbae0ddaddddb7e0aaec8c02c81107a271d4a254c29acb28ae51854d08eb995b05a34 WHIRLPOOL e9d50cbabf0de8e4cdc5763fa2d2e37b8386cffb75ac1849365c43b41c7fa4b2e8eccbafb436a05612fe8ac71c800f379cc9cc11636ff3ed17a46cdc0b3f8e3c
24
25 diff --git a/net-p2p/hx/hx-0.4.11.ebuild b/net-p2p/hx/hx-0.4.11.ebuild
26 deleted file mode 100644
27 index d82e407..0000000
28 --- a/net-p2p/hx/hx-0.4.11.ebuild
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -inherit autotools
36 -
37 -LICENSE="GPL-2"
38 -KEYWORDS="ppc ~sparc x86"
39 -MY_P=mhxd-${PV}
40 -
41 -DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility"
42 -SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2"
43 -HOMEPAGE="http://hotlinex.sf.net/"
44 -
45 -IUSE="ssl"
46 -
47 -DEPEND="
48 - ssl? ( >=dev-libs/openssl-0.9.6d )
49 - >=sys-libs/zlib-1.1.4"
50 -
51 -SLOT="0"
52 -
53 -S="${WORKDIR}/${MY_P}"
54 -
55 -src_unpack() {
56 - unpack ${A}
57 -
58 - cd "${S}"
59 - eautoreconf
60 -}
61 -
62 -src_compile() {
63 - econf \
64 - `use_enable ssl idea` \
65 - `use_enable ssl cipher` \
66 - `use_enable ssl hope` \
67 - `use_enable ssl compress` \
68 - --enable-hx || die "bad configure"
69 - emake || die "compile problem"
70 - make install || die "compile problem"
71 -}
72 -
73 -src_install() {
74 - dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \
75 - run/hx/hxrc run/hx/hxvars
76 -
77 - dobin run/hx/bin/hx
78 -}
79
80 diff --git a/net-p2p/hx/metadata.xml b/net-p2p/hx/metadata.xml
81 deleted file mode 100644
82 index 8d433e0..0000000
83 --- a/net-p2p/hx/metadata.xml
84 +++ /dev/null
85 @@ -1,10 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 - <!-- maintainer-needed -->
90 - <longdescription>
91 - hx is an Hotline Client under the GPL for Linux/Unixes.
92 - It supports the Hotline Protocol from 1.2.3 up to 1.5+.
93 - See http://www.hotspringsinc.com/
94 - </longdescription>
95 -</pkgmetadata>