commit:     9a93f50a6c6e210364147058d09f9f064d5cf79c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Feb  7 19:18:52 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 03:49:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a93f50a

net-misc/nicstat: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35216
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-misc/nicstat/nicstat-1.95.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/net-misc/nicstat/nicstat-1.95.ebuild 
b/net-misc/nicstat/nicstat-1.95.ebuild
index 1936dbeeb9d5..18f9993c3b4f 100644
--- a/net-misc/nicstat/nicstat-1.95.ebuild
+++ b/net-misc/nicstat/nicstat-1.95.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -9,15 +9,11 @@ DESCRIPTION="Network traffic statics utility for Solaris and 
Linux"
 HOMEPAGE="https://sourceforge.net/projects/nicstat/ 
https://github.com/scotte/nicstat/";
 EGIT_COMMIT="a716ee81cbf1e177267e20a880b5a0d9fa5b689e"
 SRC_URI="https://github.com/scotte/nicstat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 src_compile() {
        $(tc-getCC) ${CFLAGS} ${PN}.c -o ${PN} ${LDFLAGS} || die

Reply via email to