commit: 32fe0bdfb36172f810ae37254b7fa1d93979ad1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 15:35:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 02:44:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fe0bdf
dev-util/unifdef: EAPI 8, switch to xz
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/unifdef/Manifest | 2 +-
dev-util/unifdef/{unifdef-2.12.ebuild => unifdef-2.12-r1.ebuild} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-util/unifdef/Manifest b/dev-util/unifdef/Manifest
index 44497c76352c..bec8067e9cd0 100644
--- a/dev-util/unifdef/Manifest
+++ b/dev-util/unifdef/Manifest
@@ -1 +1 @@
-DIST unifdef-2.12.tar.gz 87091 BLAKE2B
d14072f79b9d8b17a033c7068a3c6a423c2e66570aac6d232e387ffd256bc66ad3c4c1467b6f101124bf494f2c12c7b8d37c64104623b0022e435a7e5aa78d5a
SHA512
9a00f69309578817af5b3a6cf45f293506e8326b520bed7c0ab2f66661e32a115b7f5aa9b0572cfbee5887044e5f0d70967904ec137172e67a1aab5abe09d3b5
+DIST unifdef-2.12.tar.xz 66912 BLAKE2B
c56069f92921f7a994c759d9cb1d271c1d8da0b5faf0acd84c2add13622e1240e4d3aea3fa4a9e082739cc1999bcacbf255dfeb0c5ec6a183e2a3e1bb599dbc4
SHA512
df78cf931989b5e604e68e0bf00490782d385a575b51584e4be44535b6bde5f9e2abff14510f8f426670d9f6f1abfb5768da5e108bdefd6c9d0c8356a05164b5
diff --git a/dev-util/unifdef/unifdef-2.12.ebuild
b/dev-util/unifdef/unifdef-2.12-r1.ebuild
similarity index 77%
rename from dev-util/unifdef/unifdef-2.12.ebuild
rename to dev-util/unifdef/unifdef-2.12-r1.ebuild
index bc656050697f..f11d421c48d1 100644
--- a/dev-util/unifdef/unifdef-2.12.ebuild
+++ b/dev-util/unifdef/unifdef-2.12-r1.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the
file alone"
HOMEPAGE="https://dotat.at/prog/unifdef/"
-SRC_URI="https://dotat.at/prog/unifdef/${P}.tar.gz"
+SRC_URI="https://dotat.at/prog/unifdef/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~s390 sparc x86 ~amd64-linux ~x86-linux"
-PATCHES=("${FILESDIR}"/${P}-tests.patch)
+PATCHES=( "${FILESDIR}"/${P}-tests.patch )
DOCS=( README )