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 A1CF315AD02 for ; Sun, 16 Apr 2023 20:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E7EE0AA3; Sun, 16 Apr 2023 20:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C5020E0AA3 for ; Sun, 16 Apr 2023 20:01:57 +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 06587340B1C for ; Sun, 16 Apr 2023 20:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 662C78DF for ; Sun, 16 Apr 2023 20:01:55 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1681675253.2d29157cfa249adfa85f337cc731a65a92af50f8.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild X-VCS-Directories: app-misc/linuxspa/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2d29157cfa249adfa85f337cc731a65a92af50f8 X-VCS-Branch: master Date: Sun, 16 Apr 2023 20:01:55 +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: 0f5110f0-4c90-4722-8b8a-f10ca8932ef7 X-Archives-Hash: c6089fce42d6e92da1810ba6798ad629 commit: 2d29157cfa249adfa85f337cc731a65a92af50f8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Apr 16 15:18:43 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Apr 16 20:00:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d29157c app-misc/linuxspa: EAPI 8 bump Closes: https://github.com/gentoo/gentoo/pull/30618 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Florian Schmaus gentoo.org> app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild index efb3d532513c..44f68bb0d4d0 100644 --- a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild +++ b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -9,13 +9,11 @@ MY_PN="LinuxSPA" DESCRIPTION="Linux Serial Protocol Analyser" HOMEPAGE="https://sourceforge.net/projects/serialsniffer/" SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz" -LICENSE="GPL-2" +S="${WORKDIR}/${MY_PN}" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}" +KEYWORDS="~amd64 ~x86" PATCHES=( "${FILESDIR}/${P}-compile-fix.patch" )