* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-sk/
@ 2021-04-03 19:53 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
To: gentoo-commits
commit: abc531b46a2b2e5ea2102e1dc9adbef62c5335f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 19:15:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 19:52:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc531b4
net-analyzer/arp-sk: eutils->epatch
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index 773e349fc87..dd4c76e5f82 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils multilib
+
+inherit autotools epatch multilib
DESCRIPTION="A swiss knife tool for ARP"
HOMEPAGE="http://sid.rstack.org/arp-sk/"
SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-sk/
@ 2021-07-16 1:31 Yixun Lan
0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan @ 2021-07-16 1:31 UTC (permalink / raw
To: gentoo-commits
commit: 9ffc006b41a44553c36333253d6d1d8c5ad377b4
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Jul 13 05:03:14 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 01:15:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffc006b
net-analyzer/arp-sk: add ~riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index dd4c76e5f82..e18045a7f77 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
DEPEND=">=net-libs/libnet-1.1"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-sk/
@ 2021-11-29 19:01 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2021-11-29 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 4469279ff2a80156301fba048c086e84ab6fcf58
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 18:59:45 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 18:59:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4469279f
net-analyzer/arp-sk: Port to EAPI 8
Closes: https://bugs.gentoo.org/826826
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index e18045a7f774..6b9187db0bbd 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit autotools epatch multilib
+inherit autotools
DESCRIPTION="A swiss knife tool for ARP"
HOMEPAGE="http://sid.rstack.org/arp-sk/"
@@ -18,11 +18,14 @@ RDEPEND="${DEPEND}"
DOCS=( ARP AUTHORS CONTRIB ChangeLog README TODO )
+PATCHES=(
+ "${FILESDIR}"/${P}-libnet1_2.patch
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-libnet1_2.patch
+ default
sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
rm missing || die
- epatch_user
eautoreconf
}
@@ -31,5 +34,5 @@ src_install() {
default
# We don't need libcompat as it has a potential to clash with other packages.
- rm -fr "${D}"/usr/$(get_libdir)
+ rm -r "${ED}"/usr/$(get_libdir) || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-29 19:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-16 1:31 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-sk/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2021-11-29 19:01 Jakov Smolić
2021-04-03 19:53 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox