* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/
@ 2018-11-29 22:19 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2018-11-29 22:19 UTC (permalink / raw
To: gentoo-commits
commit: f984347688d951ec61a69f4772a4458f04d5b9a8
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 06:13:23 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 22:19:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9843476
net-analyzer/scli: Update HOMEPAGE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Bug: https://bugs.gentoo.org/672174
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/scli/scli-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild b/net-analyzer/scli/scli-0.4.0-r1.ebuild
index 54aae413bbf..200f7383685 100644
--- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
+++ b/net-analyzer/scli/scli-0.4.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils
DESCRIPTION="SNMP Command Line Interface"
-HOMEPAGE="http://cnds.eecs.jacobs-university.de/users/schoenw/articles/software/index.html"
+HOMEPAGE="https://github.com/schoenw/scli"
SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/
@ 2021-04-03 15:57 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 3b2cf045c8839339c070e3f565b200cfde89ef8c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 01:26:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:55:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2cf045
net-analyzer/scli: add github remote-id
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/scli/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-analyzer/scli/metadata.xml b/net-analyzer/scli/metadata.xml
index 2c2a7923cfc..60756e3c4e9 100644
--- a/net-analyzer/scli/metadata.xml
+++ b/net-analyzer/scli/metadata.xml
@@ -5,4 +5,7 @@
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">schoenw/scli</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/
@ 2021-04-03 19:53 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 9231bda746abf605b85aaf2a8f24095db010c248
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 19:08:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 19:52:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9231bda7
net-analyzer/scli: eutils->epatch
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/scli/scli-0.4.0-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild b/net-analyzer/scli/scli-0.4.0-r1.ebuild
index 200f7383685..07dc0a5b43b 100644
--- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
+++ b/net-analyzer/scli/scli-0.4.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils
+
+inherit autotools epatch
DESCRIPTION="SNMP Command Line Interface"
HOMEPAGE="https://github.com/schoenw/scli"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/
@ 2021-08-26 22:52 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-26 22:52 UTC (permalink / raw
To: gentoo-commits
commit: add260b086539850ff90c0278459915e38ba255d
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul 11 14:42:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 22:48:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add260b0
net-analyzer/scli: EAPI 7, ebuild improvements
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21604
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../scli/{scli-0.4.0-r1.ebuild => scli-0.4.0-r2.ebuild} | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild b/net-analyzer/scli/scli-0.4.0-r2.ebuild
similarity index 77%
rename from net-analyzer/scli/scli-0.4.0-r1.ebuild
rename to net-analyzer/scli/scli-0.4.0-r2.ebuild
index 07dc0a5b43b..639430aa572 100644
--- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
+++ b/net-analyzer/scli/scli-0.4.0-r2.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit autotools epatch
+inherit autotools
DESCRIPTION="SNMP Command Line Interface"
HOMEPAGE="https://github.com/schoenw/scli"
SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux"
@@ -22,15 +22,14 @@ RDEPEND="
sys-libs/readline
sys-libs/zlib
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-configure.patch )
DOCS=( AUTHORS ChangeLog NEWS PORTING README TODO )
src_prepare() {
- epatch "${FILESDIR}"/${P}-configure.patch
-
+ default
eautoreconf
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-26 22:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 19:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scli/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-08-26 22:52 Sam James
2021-04-03 15:57 Sam James
2018-11-29 22:19 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox