Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpon/
Date: Thu, 02 Mar 2017 18:31:55
Message-Id: 1488479507.a44633aea0ce5c71846fe960b4abf69fc44359c4.johu@gentoo
1 commit: a44633aea0ce5c71846fe960b4abf69fc44359c4
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 18:31:27 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 18:31:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44633ae
7
8 net-analyzer/arpon: Remove 2.7 (r1)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/arpon/Manifest | 1 -
13 net-analyzer/arpon/arpon-2.7-r1.ebuild | 39 ----------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/net-analyzer/arpon/Manifest b/net-analyzer/arpon/Manifest
17 index 304f62ce42d..68805e79978 100644
18 --- a/net-analyzer/arpon/Manifest
19 +++ b/net-analyzer/arpon/Manifest
20 @@ -1,2 +1 @@
21 DIST ArpON-2.7.2.tar.gz 2780607 SHA256 99adf83e4cdf2eda01601a60e2e1a611b5bce73865745fe67774c525c5f7d6d0 SHA512 7518f8f8920817725c9b3e0a6420190dcc101b1c0c7cd9eec50870b3f893fe2322eddc90cb71e9c3c35326b4e1730aa02797ca51775caa9401807da3978628b4 WHIRLPOOL a164419425ad55d35ebb2bea17cedb4d834b99a17deb0c5a46d39b047cc937113359c39c5b6e1d156daecf3490a9dbf29eeff06c22c4dd2020ffcac00552cc00
22 -DIST ArpON-2.7.tar.gz 3009833 SHA256 6ad51204bc33cf004c493f62d7ab24d83213c1621b00efc540e30a0c9fe3db94 SHA512 472261bd23c61cd6a5caabe02c95d8749b488b84177fdcd5d35bb19414a3a547ff9f7b722f8e9fb1cb59a1d6d358de4a560459e9c037aa247e7a97df0d49ecb8 WHIRLPOOL a0259e91c3b91942c6f8e5b497404d7a753e957b79643f9ce7444fe8f3dfb7673827be2986aeb32ed0485b1dad047a864ea3faedc732d85bd0ea7a69326a4a0f
23
24 diff --git a/net-analyzer/arpon/arpon-2.7-r1.ebuild b/net-analyzer/arpon/arpon-2.7-r1.ebuild
25 deleted file mode 100644
26 index 7428954dbf1..00000000000
27 --- a/net-analyzer/arpon/arpon-2.7-r1.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -inherit cmake-utils readme.gentoo
35 -
36 -DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
37 -
38 -MY_PN="ArpON"
39 -MY_P="${MY_PN}-${PV}"
40 -HOMEPAGE="http://arpon.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-libs/libdnet
49 - net-libs/libnet:1.1
50 - net-libs/libpcap"
51 -
52 -RDEPEND=${DEPEND}
53 -
54 -S="${WORKDIR}"/${MY_P}
55 -
56 -src_prepare() {
57 - sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die
58 -
59 - DOC_CONTENTS="${PN} now installs an init script. Please edit
60 - the /etc/conf.d/arpon file to match your needs"
61 -}
62 -
63 -src_install() {
64 - cmake-utils_src_install
65 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
66 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
67 - readme.gentoo_create_doc
68 -}