* [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/
@ 2019-03-04 14:37 Tony Vroon
0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon @ 2019-03-04 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 8f7d5a17df8896a1c2c08668c95528a38fcd45c1
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 14:37:38 2019 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 14:37:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7d5a17
net-misc/arpsponge: Version bump to 3.17.11
This updates the homepage & SRC_URI to Github, as the AMS-IX redesigned
webpage appears to have broken all the download links and project home.
Since the previous packaged release is from 2012; I aim to remove it
soon.
Requested-By: Mike Hellers <mikeh <AT> linx.net>
Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-misc/arpsponge/Manifest | 1 +
net-misc/arpsponge/arpsponge-3.17.11.ebuild | 62 +++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/net-misc/arpsponge/Manifest b/net-misc/arpsponge/Manifest
index e3c357368c6..619369c6d26 100644
--- a/net-misc/arpsponge/Manifest
+++ b/net-misc/arpsponge/Manifest
@@ -1 +1,2 @@
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.17.11.ebuild b/net-misc/arpsponge/arpsponge-3.17.11.ebuild
new file mode 100644
index 00000000000..5e23076d980
--- /dev/null
+++ b/net-misc/arpsponge/arpsponge-3.17.11.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit perl-module
+
+DESCRIPTION="Sweeps up stray ARP queries from a peering LAN"
+HOMEPAGE="https://github.com/AMS-IX/arpsponge"
+SRC_URI="https://github.com/AMS-IX/${PN}/archive/${PV}.tar.gz -> ${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/Event.pm
+ doins lib/M6/ARP/Log.pm
+ doins lib/M6/ARP/NetPacket.pm
+ doins lib/M6/ARP/Queue.pm
+ doins lib/M6/ARP/Sponge.pm
+ doins lib/M6/ARP/Table.pm
+ doins lib/M6/ARP/Util.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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/
@ 2020-11-27 16:28 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-11-27 16:28 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/
@ 2021-10-04 20:40 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-10-04 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 0715ef5f32fdccc0c761379c5ae8ae4dd49d3da1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 20:38:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 20:40:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0715ef5f
net-misc/arpsponge: drop inactive chainsaw@
As agreed with retirement@.
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/arpsponge/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-misc/arpsponge/metadata.xml b/net-misc/arpsponge/metadata.xml
index e3538516d2b..bef24d2c233 100644
--- a/net-misc/arpsponge/metadata.xml
+++ b/net-misc/arpsponge/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>chainsaw@gentoo.org</email>
- <name>Tony Vroon</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/
@ 2022-07-02 21:50 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-07-02 21:50 UTC (permalink / raw
To: gentoo-commits
commit: a8c35599bc489975131679a96ec4fe5e2628b534
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 21:48:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 21:49:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c35599
net-misc/arpsponge: update EAPI 6->8
Closes: https://bugs.gentoo.org/692912
Signed-off-by: Sam James <sam <AT> gentoo.org>
...psponge-3.17.11.ebuild => arpsponge-3.17.11-r1.ebuild} | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/net-misc/arpsponge/arpsponge-3.17.11.ebuild b/net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild
similarity index 93%
rename from net-misc/arpsponge/arpsponge-3.17.11.ebuild
rename to net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild
index 5e23076d9806..e7e6ac97a607 100644
--- a/net-misc/arpsponge/arpsponge-3.17.11.ebuild
+++ b/net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit perl-module
DESCRIPTION="Sweeps up stray ARP queries from a peering LAN"
HOMEPAGE="https://github.com/AMS-IX/arpsponge"
SRC_URI="https://github.com/AMS-IX/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="|| ( GPL-1+ Artistic )"
SLOT="0"
KEYWORDS="~amd64"
+# bug #692912
+RESTRICT="test"
RDEPEND="
dev-lang/perl
@@ -27,13 +31,11 @@ RDEPEND="
virtual/perl-Sys-Syslog
virtual/perl-Time-HiRes
"
-
-DEPEND="${RDEPEND}
- sys-devel/make
-"
+DEPEND="${RDEPEND}"
src_install() {
perl_set_version
+
insinto ${VENDOR_LIB}/M6
doins lib/M6/ReadLine.pm
@@ -56,6 +58,7 @@ src_install() {
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-02 21:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 14:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/arpsponge/ Tony Vroon
-- strict thread matches above, loose matches on Subject: below --
2020-11-27 16:28 Aaron Bauman
2021-10-04 20:40 Sam James
2022-07-02 21:50 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox