commit: 4d6c58eb05b139081633673c68659f3ab19d003a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 29 06:27:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 29 08:36:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6c58eb
sys-fs/ddrescue: drop 1.28, 1.29 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/ddrescue/Manifest | 2 -- sys-fs/ddrescue/ddrescue-1.28.ebuild | 38 ------------------------------------ sys-fs/ddrescue/ddrescue-1.29.ebuild | 38 ------------------------------------ 3 files changed, 78 deletions(-) diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest index 0e2bc1bd16e6..857c908bfd9a 100644 --- a/sys-fs/ddrescue/Manifest +++ b/sys-fs/ddrescue/Manifest @@ -1,3 +1 @@ -DIST ddrescue-1.28.tar.lz 93823 BLAKE2B 8c212f0d495e0df8e0398b97730c812ea9ccb77bd42e730198222e9918e3652fc52d932449b1e0dc9bdd453a123e2450c962e33e98d9845ce81b9a934a5bbdaa SHA512 ad3df2361b3b0228e2875792e0f6b301dc4d9cefd3f4fcdbce180a53c32924ee026bd27397b8efc94f40ee10f5f9d453fa72bd19203b6cb90208881e287e2c46 DIST ddrescue-1.29.1.tar.lz 97623 BLAKE2B c1aaf24e645683e2f7a980f8eb237dc9673613229a953885d05c582c0344619311e67046f0cb5d914402341d11656454c1791a83b6f4ea9cb3fd5bd0bb6af369 SHA512 622de9f7739458142ae5a12f08557e1e5180534a42640e99e3db5ac535e6007616b534d79ce8f864944b1a5dc3385748aa2c216901522200f4f61969a9ff16aa -DIST ddrescue-1.29.tar.lz 96728 BLAKE2B 88eab69f2296464859dc8720930f28f6bc32aa694649e15a99dcd9dfd63ed8ba845d7af347e8b1ee90e954f8317888ec0f2cd90ec98994a7d2b4d654a31adbfc SHA512 b15ca0394a19f0fba577a12c19ffb1d14b0e66a4356bf0e1cdc27ba4edcb208fbce5ca214ddccaa88aa8e116ce76932ba26a14046ccd9c835fefc20557c36cf1 diff --git a/sys-fs/ddrescue/ddrescue-1.28.ebuild b/sys-fs/ddrescue/ddrescue-1.28.ebuild deleted file mode 100644 index 8078214b0f51..000000000000 --- a/sys-fs/ddrescue/ddrescue-1.28.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic unpacker - -DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux" -IUSE="static" - -BDEPEND="$(unpacker_src_uri_depends)" - -src_configure() { - use static && append-ldflags -static - - # not a normal configure script - econf \ - --prefix="${EPREFIX}"/usr \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_test() { - ./testsuite/check.sh "${S}"/testsuite || die -} - -src_install() { - emake DESTDIR="${D}" install install-man - einstalldocs -} diff --git a/sys-fs/ddrescue/ddrescue-1.29.ebuild b/sys-fs/ddrescue/ddrescue-1.29.ebuild deleted file mode 100644 index dc63846261be..000000000000 --- a/sys-fs/ddrescue/ddrescue-1.29.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic unpacker - -DESCRIPTION="Copy data from one file or block device to another with read-error recovery" -HOMEPAGE="https://www.gnu.org/software/ddrescue/ddrescue.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" -IUSE="static" - -BDEPEND="$(unpacker_src_uri_depends)" - -src_configure() { - use static && append-ldflags -static - - # not a normal configure script - econf \ - --prefix="${EPREFIX}"/usr \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_test() { - ./testsuite/check.sh "${S}"/testsuite || die -} - -src_install() { - emake DESTDIR="${D}" install install-man - einstalldocs -}
