* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/raddump/
@ 2019-11-09 12:08 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-11-09 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 79453680a984e210aee83b5fe31321ccc8da0c2d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 12:03:36 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 12:08:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79453680
net-analyzer/raddump: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697256
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/raddump/raddump-0.3.1.ebuild | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/net-analyzer/raddump/raddump-0.3.1.ebuild b/net-analyzer/raddump/raddump-0.3.1.ebuild
index 5da55abc589..84b83371d88 100644
--- a/net-analyzer/raddump/raddump-0.3.1.ebuild
+++ b/net-analyzer/raddump/raddump-0.3.1.ebuild
@@ -1,26 +1,23 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit autotools
DESCRIPTION="RADIUS packet interpreter"
HOMEPAGE="https://sourceforge.net/projects/raddump/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-DEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
-src_unpack() {
- unpack ${A}
- cd ${S}
- eautoreconf
-}
+RDEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
+DEPEND=${RDEPEND}
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS README TODO ChangeLog CREDITS
+src_prepare() {
+ default
+ eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/raddump/
@ 2025-03-07 11:47 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2025-03-07 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 0434b832bfaada0b906ff4bbfda9ce3f2931f4ce
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 11:47:26 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 11:47:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0434b832
net-analyzer/raddump: Stabilize 0.3.1-r1 x86, #950734
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/raddump/raddump-0.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/raddump/raddump-0.3.1-r1.ebuild b/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
index 85f7315b3a27..72e101c4ec19 100644
--- a/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
+++ b/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
RDEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
DEPEND=${RDEPEND}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/raddump/
@ 2025-03-08 1:10 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2025-03-08 1:10 UTC (permalink / raw
To: gentoo-commits
commit: 25b68beb9ca5144c2696340567b19b5a095570db
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 01:10:27 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 01:10:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b68beb
net-analyzer/raddump: Stabilize 0.3.1-r1 amd64, #950734
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/raddump/raddump-0.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/raddump/raddump-0.3.1-r1.ebuild b/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
index 72e101c4ec19..2335d85654fa 100644
--- a/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
+++ b/net-analyzer/raddump/raddump-0.3.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
DEPEND=${RDEPEND}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-08 1:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 1:10 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/raddump/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 11:47 Jakov Smolić
2019-11-09 12:08 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox