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 A5C53158064 for ; Mon, 6 May 2024 18:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14B8E29F6; Mon, 6 May 2024 18:32:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4ECAE29F6 for ; Mon, 6 May 2024 18:32:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4697343162 for ; Mon, 6 May 2024 18:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6976E93E for ; Mon, 6 May 2024 18:32:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1715020248.737fdd77262149e839a44eb97dc27a1be0751d36.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/elfix/elfix-0.9.5-r1.ebuild sys-apps/elfix/elfix-9999.ebuild X-VCS-Directories: sys-apps/elfix/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 737fdd77262149e839a44eb97dc27a1be0751d36 X-VCS-Branch: master Date: Mon, 6 May 2024 18:32:16 +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: d7836939-c25c-4c53-8c0b-a10cb5efe824 X-Archives-Hash: 6d74701fa30b643cfcd8acc5277f3098 commit: 737fdd77262149e839a44eb97dc27a1be0751d36 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat May 4 17:24:37 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 6 18:30:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737fdd77 sys-apps/elfix: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36548 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/elfix/{elfix-9999.ebuild => elfix-0.9.5-r1.ebuild} | 12 +++++------- sys-apps/elfix/elfix-9999.ebuild | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/sys-apps/elfix/elfix-9999.ebuild b/sys-apps/elfix/elfix-0.9.5-r1.ebuild similarity index 81% copy from sys-apps/elfix/elfix-9999.ebuild copy to sys-apps/elfix/elfix-0.9.5-r1.ebuild index 05b415e1f5d3..b852f0585a0b 100644 --- a/sys-apps/elfix/elfix-9999.ebuild +++ b/sys-apps/elfix/elfix-0.9.5-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" @@ -11,19 +11,17 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo" +DESCRIPTION="Suite of tools to work with ELF objects on Hardened Gentoo" HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml https://dev.gentoo.org/~blueness/elfix/" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" # These only work with a properly configured PaX kernel RESTRICT="!test? ( test ) test" -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) xtpax? ( sys-apps/attr )" @@ -39,7 +37,7 @@ src_prepare() { } src_configure() { - rm -f "${S}/scripts/setup.py" + rm -f "${S}/scripts/setup.py" || die econf \ $(use_enable test tests) \ $(use_enable ptpax) \ diff --git a/sys-apps/elfix/elfix-9999.ebuild b/sys-apps/elfix/elfix-9999.ebuild index 05b415e1f5d3..b852f0585a0b 100644 --- a/sys-apps/elfix/elfix-9999.ebuild +++ b/sys-apps/elfix/elfix-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" @@ -11,19 +11,17 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo" +DESCRIPTION="Suite of tools to work with ELF objects on Hardened Gentoo" HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml https://dev.gentoo.org/~blueness/elfix/" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" # These only work with a properly configured PaX kernel RESTRICT="!test? ( test ) test" -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) xtpax? ( sys-apps/attr )" @@ -39,7 +37,7 @@ src_prepare() { } src_configure() { - rm -f "${S}/scripts/setup.py" + rm -f "${S}/scripts/setup.py" || die econf \ $(use_enable test tests) \ $(use_enable ptpax) \