summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-07-11 16:42:17 +0200
committerSam James <sam@gentoo.org>2021-08-26 23:48:19 +0100
commitadd260b086539850ff90c0278459915e38ba255d (patch)
tree5bccb535319665543945923ef580b111ed894a0d /net-analyzer/scli
parentapp-misc/dateutils: Version bump 0.4.9 (diff)
downloadgentoo-add260b086539850ff90c0278459915e38ba255d.tar.gz
gentoo-add260b086539850ff90c0278459915e38ba255d.tar.bz2
gentoo-add260b086539850ff90c0278459915e38ba255d.zip
net-analyzer/scli: EAPI 7, ebuild improvements
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21604 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/scli')
-rw-r--r--net-analyzer/scli/scli-0.4.0-r2.ebuild (renamed from net-analyzer/scli/scli-0.4.0-r1.ebuild)17
1 files 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
index 07dc0a5b43b7..639430aa572e 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
}