From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD86D15815E for ; Thu, 8 Feb 2024 03:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CC57E2A3D; Thu, 8 Feb 2024 03:49:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC898E2A3D for ; Thu, 8 Feb 2024 03:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8676343146 for ; Thu, 8 Feb 2024 03:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E5BC1082 for ; Thu, 8 Feb 2024 03:49:08 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1707364142.9a93f50a6c6e210364147058d09f9f064d5cf79c.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nicstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nicstat/nicstat-1.95.ebuild X-VCS-Directories: net-misc/nicstat/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9a93f50a6c6e210364147058d09f9f064d5cf79c X-VCS-Branch: master Date: Thu, 8 Feb 2024 03:49:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c102e97e-cb49-4ab9-a98d-0011d2cdb62f X-Archives-Hash: c31eab21831b5c6fe8d49800e35d13e7 commit: 9a93f50a6c6e210364147058d09f9f064d5cf79c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Feb 7 19:18:52 2024 +0000 Commit: Zac Medico gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35216 Signed-off-by: Zac Medico 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