commit:     3e77773467ec70a2a3f444a378b66752f69eb733
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 21:44:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 21:44:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e777734

dev-debug/strace: drop 6.9, 6.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/strace/Manifest           |   4 --
 dev-debug/strace/strace-6.12.ebuild | 120 ------------------------------------
 dev-debug/strace/strace-6.9.ebuild  | 120 ------------------------------------
 3 files changed, 244 deletions(-)

diff --git a/dev-debug/strace/Manifest b/dev-debug/strace/Manifest
index 13c89b56a349..c95f1f619530 100644
--- a/dev-debug/strace/Manifest
+++ b/dev-debug/strace/Manifest
@@ -1,6 +1,2 @@
-DIST strace-6.12.tar.xz 2628804 BLAKE2B 
8077a9ae0b05065cf2de7a2bd630a6275735bd77765a5654cb34f17c93b3fda69d77743c5eb8e75efcc1f6ec8707698642d30bd62cc3aa4355bec0d5a00eec89
 SHA512 
ae28f0b6b6fdc980898f11d1903aacb5a31760a07d63bd7cbc8f9b5f337d9db6b40464d6b61a9b03ba6442b476edb78afc91348f539f7780cdd98b174c6a9a1d
-DIST strace-6.12.tar.xz.asc 801 BLAKE2B 
0c3d81747128039c2304c2c6509f14d868c49b1d7036128ab58a2df7690ea40ab643a54f274c0fecbae4bbc4e90ee5d05037630525db828aa4995199ab415cba
 SHA512 
7b8d6148f3160e39033016d17a54f0b0e0a67fb20ab688486db401521d45ba5197d4a8106f6b173f08a787e59d88147a71ee88435afe0a545fc8f75f621bee79
 DIST strace-6.13.tar.xz 2642452 BLAKE2B 
cdac801dc5b0fe9c165d9d99a41e51aacf13e8bd05baccca26fff360f2a7052a3f1b7016dee85a37d074c4e0f3b9255a29a146e13b6099a2ef8f9d493e3b1079
 SHA512 
e702238f32882f92a2b2834fb853b5fa3d81decb441b69f0e74ba0205f6a586bfe698e34bfbac6d4f766ebd25d0b99d4679d9eb27845e5129cfd4e34ced6a8d2
 DIST strace-6.13.tar.xz.asc 801 BLAKE2B 
508286a008213e2bd3e0cba6c339a61abae1460f0f71b885c7bef480431bdf5e190a2cb3e44d236019ed54d3bf3a257ebb94e2161971abe0648f685e7849e3bd
 SHA512 
a59e4aeff491ad62603b0591653e7da5e8a4ef0fedcf2faad3f485993b37b738c0809cefa5753ab7d1b85f3b6c87b423b6416dea36def65e220548ee0b4afb46
-DIST strace-6.9.tar.xz 2466252 BLAKE2B 
2da51f253ea18f27b5fabafaebdc54805aeca5b750bec6169c269dbcadb98cf76a47bf92dd619458ca86d46ec7a03710e16e0ac4973d89a86edc2d0b853714c8
 SHA512 
aa80b9b6ec41082f1710f2327f7a22003cdce6d95ab0e5083ada9c5b7b40b8f7cbc7dc6c017878dc0e42c52e405e98ed1488c51d17bc3538989ff4be2c2411e1
-DIST strace-6.9.tar.xz.asc 801 BLAKE2B 
ccb3d026a272bc02d351fd15f8b18a50a8653cda247ea9baa938820fb3c870e1803562d7e17eac3d4f1842911a4e904bc88ba267cb74aeac869185e30cd89d48
 SHA512 
577a3f5d0bdd51b995755a76b58e6bdf6a0a173966bb1d95ebba0a59df8a8e828eb5eca4cda55c9faf7e31053652911541134107199c073ec24fa877cec393bd

diff --git a/dev-debug/strace/strace-6.12.ebuild 
b/dev-debug/strace/strace-6.12.ebuild
deleted file mode 100644
index c96750b5e48e..000000000000
--- a/dev-debug/strace/strace-6.12.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools edo flag-o-matic toolchain-funcs verify-sig
-
-DESCRIPTION="Useful diagnostic, instructional, and debugging tool"
-HOMEPAGE="https://strace.io/";
-
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/strace/strace.git";
-       inherit git-r3
-else
-       SRC_URI="
-               
https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz
-               verify-sig? ( 
https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz.asc )
-       "
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/strace.asc
-
-LICENSE="LGPL-2.1+ test? ( GPL-2+ )"
-SLOT="0"
-IUSE="aio perl selinux static test unwind elfutils"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="?? ( unwind elfutils )"
-
-BDEPEND="
-       virtual/pkgconfig
-       verify-sig? ( >=sec-keys/openpgp-keys-strace-20151021 )
-"
-LIB_DEPEND="
-       unwind? ( sys-libs/libunwind[static-libs(+)] )
-       elfutils? ( dev-libs/elfutils[static-libs(+)] )
-       selinux? ( sys-libs/libselinux[static-libs(+)] )
-"
-# strace only uses the header from libaio to decode structs
-DEPEND="
-       static? ( ${LIB_DEPEND} )
-       aio? ( >=dev-libs/libaio-0.3.106 )
-"
-RDEPEND="
-       !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-       perl? ( dev-lang/perl )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-6.5-static.patch"
-)
-
-src_prepare() {
-       default
-
-       if [[ ! -e configure ]] ; then
-               # git generation
-               sed /autoreconf/d -i bootstrap || die
-               edo ./bootstrap
-               [[ ! -e CREDITS ]] && cp CREDITS{.in,}
-       fi
-
-       eautoreconf
-
-       # Stub out the -k test since it's known to be flaky. bug #545812
-       sed -i '1iexit 77' tests*/strace-k.test || die
-}
-
-src_configure() {
-       # Set up the default build settings, and then use the names strace 
expects.
-       tc-export_build_env BUILD_{CC,CPP}
-       local v bv
-       for v in CC CPP {C,CPP,LD}FLAGS ; do
-               bv="BUILD_${v}"
-               export "${v}_FOR_BUILD=${!bv}"
-       done
-
-       filter-lfs-flags # configure handles this sanely
-
-       export ac_cv_header_libaio_h=$(usex aio)
-       use elibc_musl && export ac_cv_header_stdc=no
-
-       local myeconfargs=(
-               --disable-gcc-Werror
-
-               # Don't require mpers support on non-multilib systems (bug 
#649560)
-               --enable-mpers=check
-
-               # We don't want to pin to exact linux-headers versions (bug 
#950309)
-               --enable-bundled=yes
-
-               $(use_enable static)
-               $(use_with unwind libunwind)
-               $(use_with elfutils libdw)
-               $(use_with selinux libselinux)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_test() {
-       if has usersandbox ${FEATURES} ; then
-               # bug #643044
-               ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..."
-               return 0
-       fi
-
-       default
-}
-
-src_install() {
-       default
-
-       if use perl ; then
-               exeinto /usr/bin
-               doexe src/strace-graph
-       fi
-
-       dodoc CREDITS
-}

diff --git a/dev-debug/strace/strace-6.9.ebuild 
b/dev-debug/strace/strace-6.9.ebuild
deleted file mode 100644
index 571c162459fb..000000000000
--- a/dev-debug/strace/strace-6.9.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools edo flag-o-matic toolchain-funcs verify-sig
-
-DESCRIPTION="Useful diagnostic, instructional, and debugging tool"
-HOMEPAGE="https://strace.io/";
-
-if [[ ${PV} == 9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/strace/strace.git";
-       inherit git-r3
-else
-       SRC_URI="
-               
https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz
-               verify-sig? ( 
https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz.asc )
-       "
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/strace.asc
-
-LICENSE="LGPL-2.1+ test? ( GPL-2+ )"
-SLOT="0"
-IUSE="aio perl selinux static test unwind elfutils"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="?? ( unwind elfutils )"
-
-BDEPEND="
-       virtual/pkgconfig
-       verify-sig? ( >=sec-keys/openpgp-keys-strace-20151021 )
-"
-LIB_DEPEND="
-       unwind? ( sys-libs/libunwind[static-libs(+)] )
-       elfutils? ( dev-libs/elfutils[static-libs(+)] )
-       selinux? ( sys-libs/libselinux[static-libs(+)] )
-"
-# strace only uses the header from libaio to decode structs
-DEPEND="
-       static? ( ${LIB_DEPEND} )
-       aio? ( >=dev-libs/libaio-0.3.106 )
-"
-RDEPEND="
-       !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-       perl? ( dev-lang/perl )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-6.5-static.patch"
-)
-
-src_prepare() {
-       default
-
-       if [[ ! -e configure ]] ; then
-               # git generation
-               sed /autoreconf/d -i bootstrap || die
-               edo ./bootstrap
-               [[ ! -e CREDITS ]] && cp CREDITS{.in,}
-       fi
-
-       eautoreconf
-
-       # Stub out the -k test since it's known to be flaky. bug #545812
-       sed -i '1iexit 77' tests*/strace-k.test || die
-}
-
-src_configure() {
-       # Set up the default build settings, and then use the names strace 
expects.
-       tc-export_build_env BUILD_{CC,CPP}
-       local v bv
-       for v in CC CPP {C,CPP,LD}FLAGS ; do
-               bv="BUILD_${v}"
-               export "${v}_FOR_BUILD=${!bv}"
-       done
-
-       filter-lfs-flags # configure handles this sanely
-
-       export ac_cv_header_libaio_h=$(usex aio)
-       use elibc_musl && export ac_cv_header_stdc=no
-
-       local myeconfargs=(
-               --disable-gcc-Werror
-
-               # Don't require mpers support on non-multilib systems. #649560
-               --enable-mpers=check
-
-               # We don't want to pin to exact linux-headers versions (bug 
#950309)
-               --enable-bundled=yes
-
-               $(use_enable static)
-               $(use_with unwind libunwind)
-               $(use_with elfutils libdw)
-               $(use_with selinux libselinux)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_test() {
-       if has usersandbox ${FEATURES} ; then
-               # bug #643044
-               ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..."
-               return 0
-       fi
-
-       default
-}
-
-src_install() {
-       default
-
-       if use perl ; then
-               exeinto /usr/bin
-               doexe src/strace-graph
-       fi
-
-       dodoc CREDITS
-}

Reply via email to