From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/
Date: Fri, 27 Nov 2020 16:28:31 +0000 (UTC) [thread overview]
Message-ID: <1606494503.0ecbdd941c1ef85083b42ed232558de7ffbf2530.bman@gentoo> (raw)
commit: 0ecbdd941c1ef85083b42ed232558de7ffbf2530
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:05:05 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:28:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecbdd94
net-misc/arpsponge: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/arpsponge/Manifest | 1 -
net-misc/arpsponge/arpsponge-3.12.2.ebuild | 61 ------------------------------
2 files changed, 62 deletions(-)
diff --git a/net-misc/arpsponge/Manifest b/net-misc/arpsponge/Manifest
index 619369c6d26..9ef5b691c10 100644
--- a/net-misc/arpsponge/Manifest
+++ b/net-misc/arpsponge/Manifest
@@ -1,2 +1 @@
-DIST arpsponge-3.12.2.tar.gz 105507 BLAKE2B 4bed9d81f93eb6412ffe1e7107df9a113880fe5473ce04ca7ef9027b46adc3ab68c056688ad673819a59e2bf0bff298a948b37d1c99f2f0c573083cef1833c0d SHA512 49106e03c03080b45f8c27f483dc2b95d588d156685966acc4e5c28d068a503c98aa3ef16fbdb8a8da6bae5dbe378b92dc82c932201cf5ce48cda4d006245a5b
DIST arpsponge-3.17.11.tar.gz 103641 BLAKE2B 928ee848f0dc84304d5984ae8216fcc6d348deac03bb0e8e3178c27655d9b1550b426b58a4291c239b913e55316e8ad74519997c5b2a88783391e92e5c37c368 SHA512 70c5f16b568457ec1d88126f981d0c7cd0e85bff902dd3e4a33d9bff90475475231111ead583ded12e30301d185104e4b8119088d52a6c6091f2601822ca83f3
diff --git a/net-misc/arpsponge/arpsponge-3.12.2.ebuild b/net-misc/arpsponge/arpsponge-3.12.2.ebuild
deleted file mode 100644
index a96713244ae..00000000000
--- a/net-misc/arpsponge/arpsponge-3.12.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit perl-module
-
-DESCRIPTION="Sweeps up stray ARP queries from a peering LAN"
-HOMEPAGE="https://www.ams-ix.net/downloads/arpsponge/"
-SRC_URI="https://www.ams-ix.net/downloads/${PN}/${PV}/${P}.tar.gz"
-LICENSE="|| ( GPL-1+ Artistic )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/IO-String
- dev-perl/NetAddr-IP
- dev-perl/NetPacket
- dev-perl/Net-ARP
- dev-perl/Net-Pcap
- dev-perl/Readonly
- dev-perl/TermReadKey
- dev-perl/Term-ReadLine-Gnu
- virtual/perl-Data-Dumper
- virtual/perl-File-Path
- virtual/perl-Getopt-Long
- virtual/perl-Sys-Syslog
- virtual/perl-Time-HiRes
-"
-
-DEPEND="${RDEPEND}
- sys-devel/make
-"
-
-src_install() {
- perl_set_version
- insinto ${VENDOR_LIB}/M6
- doins lib/M6/ReadLine.pm
-
- insinto ${VENDOR_LIB}/M6/ARP
- doins lib/M6/ARP/Base.pm
- doins lib/M6/ARP/Const.pm
- doins lib/M6/ARP/Control.pm
- doins lib/M6/ARP/Log.pm
- doins lib/M6/ARP/NetPacket.pm
- doins lib/M6/ARP/Sponge.pm
- doins lib/M6/ARP/Table.pm
- doins lib/M6/ARP/Util.pm
- doins lib/M6/ARP/Queue.pm
-
- insinto ${VENDOR_LIB}/M6/ARP/Control
- doins lib/M6/ARP/Control/Base.pm
- doins lib/M6/ARP/Control/Client.pm
- doins lib/M6/ARP/Control/Server.pm
-
- newinitd "${FILESDIR}/arpsponge.initd" arpsponge
- newconfd "${FILESDIR}/arpsponge.confd" arpsponge
- dosbin sbin/asctl sbin/arpsponge sbin/aslogtail
- doman man/asctl.8 man/arpsponge.8 man/aslogtail.8
- dodoc doc/command_mapping.txt doc/arpsponge_architecture.txt
-}
next reply other threads:[~2020-11-27 16:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-27 16:28 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-02 21:50 [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/ Sam James
2021-10-04 20:40 Sam James
2019-03-04 14:37 Tony Vroon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1606494503.0ecbdd941c1ef85083b42ed232558de7ffbf2530.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox