net-analyzer/arpon: Remove 2.7 (r1)
authorJohannes Huber <johu@gentoo.org>
Thu, 2 Mar 2017 18:31:27 +0000 (19:31 +0100)
committerJohannes Huber <johu@gentoo.org>
Thu, 2 Mar 2017 18:31:47 +0000 (19:31 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-analyzer/arpon/Manifest
net-analyzer/arpon/arpon-2.7-r1.ebuild [deleted file]

index 304f62ce42da474e3c8098e35c56aa806ad621ec..68805e79978f3f36d96a4ca193384beb92a3e5ba 100644 (file)
@@ -1,2 +1 @@
 DIST ArpON-2.7.2.tar.gz 2780607 SHA256 99adf83e4cdf2eda01601a60e2e1a611b5bce73865745fe67774c525c5f7d6d0 SHA512 7518f8f8920817725c9b3e0a6420190dcc101b1c0c7cd9eec50870b3f893fe2322eddc90cb71e9c3c35326b4e1730aa02797ca51775caa9401807da3978628b4 WHIRLPOOL a164419425ad55d35ebb2bea17cedb4d834b99a17deb0c5a46d39b047cc937113359c39c5b6e1d156daecf3490a9dbf29eeff06c22c4dd2020ffcac00552cc00
-DIST ArpON-2.7.tar.gz 3009833 SHA256 6ad51204bc33cf004c493f62d7ab24d83213c1621b00efc540e30a0c9fe3db94 SHA512 472261bd23c61cd6a5caabe02c95d8749b488b84177fdcd5d35bb19414a3a547ff9f7b722f8e9fb1cb59a1d6d358de4a560459e9c037aa247e7a97df0d49ecb8 WHIRLPOOL a0259e91c3b91942c6f8e5b497404d7a753e957b79643f9ce7444fe8f3dfb7673827be2986aeb32ed0485b1dad047a864ea3faedc732d85bd0ea7a69326a4a0f
diff --git a/net-analyzer/arpon/arpon-2.7-r1.ebuild b/net-analyzer/arpon/arpon-2.7-r1.ebuild
deleted file mode 100644 (file)
index 7428954..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit cmake-utils readme.gentoo
-
-DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
-
-MY_PN="ArpON"
-MY_P="${MY_PN}-${PV}"
-HOMEPAGE="http://arpon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/libdnet
-       net-libs/libnet:1.1
-       net-libs/libpcap"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
-       sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die
-
-       DOC_CONTENTS="${PN} now installs an init script. Please edit
-               the /etc/conf.d/arpon file to match your needs"
-}
-
-src_install() {
-       cmake-utils_src_install
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-       readme.gentoo_create_doc
-}