diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 16:27:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:21:40 +0000 |
commit | 47f596767edb4cf587bb552280a591540e3f20be (patch) | |
tree | 2babb8240b37808edbe923ccca52ec283c471897 /net-analyzer | |
parent | net-analyzer/arping: add github upstream metadata (diff) | |
download | gentoo-47f596767edb4cf587bb552280a591540e3f20be.tar.gz gentoo-47f596767edb4cf587bb552280a591540e3f20be.tar.bz2 gentoo-47f596767edb4cf587bb552280a591540e3f20be.zip |
net-analyzer/arpon: drop 2.7.2, 2.7.2-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arpon/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/arpon/arpon-2.7.2-r1.ebuild | 37 | ||||
-rw-r--r-- | net-analyzer/arpon/arpon-2.7.2.ebuild | 41 |
3 files changed, 0 insertions, 79 deletions
diff --git a/net-analyzer/arpon/Manifest b/net-analyzer/arpon/Manifest index 032e98bce0d5..6b1fc7d0e9f1 100644 --- a/net-analyzer/arpon/Manifest +++ b/net-analyzer/arpon/Manifest @@ -1,2 +1 @@ -DIST ArpON-2.7.2.tar.gz 2780607 BLAKE2B 58d7a0db475658d90112441508d4c4d9babd601533a6ab9a22b24f07e037b6f3debcbe0f3c1f09a87b7e0cdf9217a38f52b85431db023d12b0f1ee58765e0bfb SHA512 7518f8f8920817725c9b3e0a6420190dcc101b1c0c7cd9eec50870b3f893fe2322eddc90cb71e9c3c35326b4e1730aa02797ca51775caa9401807da3978628b4 DIST ArpON-3.0-ng.tar.gz 8795979 BLAKE2B 81b1fe9a426b5b0960911cbbac984482aeea15a957fac72a10e7dd9a45a609da90ca14163957cc008541be4cfaf426f07fa9c64ac4dff933f568b20284c5211d SHA512 e6338018d65f3f8300958e168a9eb6f6be85cba21ae0aee4b03e9838a29a06afbf2448c2f104367aa18389cc549e4489bcf8dad384ad46eadf2884a0908238af diff --git a/net-analyzer/arpon/arpon-2.7.2-r1.ebuild b/net-analyzer/arpon/arpon-2.7.2-r1.ebuild deleted file mode 100644 index f2bc485b6fd2..000000000000 --- a/net-analyzer/arpon/arpon-2.7.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit cmake - -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" - -DEPEND=" - dev-libs/libdnet - net-libs/libnet:1.1 - net-libs/libpcap -" -RDEPEND=" - ${DEPEND} -" -PATCHES=( - "${FILESDIR}"/${PN}-2.7.2-CFLAGS.patch - "${FILESDIR}"/${PN}-2.7.2-etc.patch -) -DOCS=( AUTHOR CHANGELOG ) -S="${WORKDIR}"/${MY_P} - -src_install() { - cmake_src_install - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} -} diff --git a/net-analyzer/arpon/arpon-2.7.2.ebuild b/net-analyzer/arpon/arpon-2.7.2.ebuild deleted file mode 100644 index a79e9de5e0fa..000000000000 --- a/net-analyzer/arpon/arpon-2.7.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils readme.gentoo-r1 - -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" - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - readme.gentoo_create_doc -} |