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 94D73158099 for ; Wed, 22 Nov 2023 19:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA51B2BC023; Wed, 22 Nov 2023 19:13:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C04D62BC023 for ; Wed, 22 Nov 2023 19:13:01 +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 BE463335DC8 for ; Wed, 22 Nov 2023 19:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F054613B3 for ; Wed, 22 Nov 2023 19:12:58 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700680376.a0934c13cd662ecb97527a41cdb9ea915fd93268.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/horst/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/horst/horst-5.1.ebuild net-wireless/horst/horst-9999.ebuild X-VCS-Directories: net-wireless/horst/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a0934c13cd662ecb97527a41cdb9ea915fd93268 X-VCS-Branch: master Date: Wed, 22 Nov 2023 19:12:58 +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: dd900f95-2118-4f43-9079-9adcd533f96a X-Archives-Hash: b4b17816523a689c19e96020bd34c83e commit: a0934c13cd662ecb97527a41cdb9ea915fd93268 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Nov 1 19:30:43 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 22 19:12:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0934c13 net-wireless/horst: EAPI8 bump, ebuild improvements, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> net-wireless/horst/horst-5.1.ebuild | 22 +++++++++++----------- net-wireless/horst/horst-9999.ebuild | 19 +++++++++---------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/net-wireless/horst/horst-5.1.ebuild b/net-wireless/horst/horst-5.1.ebuild index fe07351a1f43..3776eec855a7 100644 --- a/net-wireless/horst/horst-5.1.ebuild +++ b/net-wireless/horst/horst-5.1.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit toolchain-funcs vcs-snapshot +EAPI=8 + +inherit toolchain-funcs DESCRIPTION="Small 802.11 wireless LAN analyzer" HOMEPAGE="https://github.com/br101/horst/" SRC_URI="https://github.com/br101/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +pcap test" @@ -18,15 +19,14 @@ RDEPEND=" sys-libs/ncurses:0 pcap? ( net-libs/libpcap ) " -TDEPEND=" - test? ( sys-devel/sparse ) -" -DEPEND=" - ${RDEPEND} - ${TDEPEND} +DEPEND="${RDEPEND}" +BEDEPEND=" virtual/pkgconfig + test? ( sys-devel/sparse ) " -RESTRICT=test #just semantic tests, no functional tests + +RESTRICT="test" #just semantic tests, no functional tests + PATCHES=( "${FILESDIR}"/${PN}-5.1-CC.patch "${FILESDIR}"/${PN}-5.1-pcap_bufsize.patch diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild index 493b4bd6edac..d0a33a2fedb9 100644 --- a/net-wireless/horst/horst-9999.ebuild +++ b/net-wireless/horst/horst-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit git-r3 toolchain-funcs DESCRIPTION="Small 802.11 wireless LAN analyzer" HOMEPAGE="https://github.com/br101/horst/" EGIT_REPO_URI="https://github.com/br101/${PN}/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" -KEYWORDS="" IUSE="debug +pcap test" RDEPEND=" @@ -18,15 +18,14 @@ RDEPEND=" sys-libs/ncurses:0 pcap? ( net-libs/libpcap ) " -TDEPEND=" - test? ( sys-devel/sparse ) -" -DEPEND=" - ${RDEPEND} - ${TDEPEND} +DEPEND="${RDEPEND}" +BEDEPEND=" virtual/pkgconfig + test? ( sys-devel/sparse ) " + RESTRICT=test #just semantic tests, no functional tests + PATCHES=( "${FILESDIR}"/${PN}-9999-tinfo.patch )