commit: cd7d44155ff84999a736eb38b0ddf93023f48b0c Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Mon Feb 17 18:16:30 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Feb 17 18:16:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7d4415
dev-util/pkgdiff: dropped obsolete 1.7.2 Bug: https://bugs.gentoo.org/949677 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-util/pkgdiff/Manifest | 1 - dev-util/pkgdiff/pkgdiff-1.7.2.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-util/pkgdiff/Manifest b/dev-util/pkgdiff/Manifest index 8a4767641521..3ef3a145a121 100644 --- a/dev-util/pkgdiff/Manifest +++ b/dev-util/pkgdiff/Manifest @@ -1,2 +1 @@ -DIST pkgdiff-1.7.2.tar.gz 56592 BLAKE2B 6190a8c1e018766802e12234890629efb356680dee84afdea1f989bc91196edc5460c3af3cba5229116ddcafac81f728d1d4eb52f009f9dc5f711a7718f2b0a9 SHA512 2369488e9705280be9b326b07aa9ef0e211440921b9cce5c35560a14d1ad4ac0040eb54024a88a4a5f8f831208b43124c17a817a44840500b490c89bf877b904 DIST pkgdiff-1.8.tar.gz 105385 BLAKE2B c1c3f8199ad24d7f57839e9536cd8d0903d7ff1e61e12dd422a276f7653321d830e631e215637e32459d576fa9d1cda42714cd07643898fc5b1b61c81a015caf SHA512 da8e4bcdacc210747ee4dcd30393535f56110e93eba4e9a6071e1498309ebed0f352a6655e0e3032cc06b4324da5990680f2d744d8c3e3fbb6c201860d809304 diff --git a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild b/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild deleted file mode 100644 index fa0efba68ecd..000000000000 --- a/dev-util/pkgdiff/pkgdiff-1.7.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Package Changes Analyzer (pkgdiff)" -HOMEPAGE="https://github.com/lvc/pkgdiff" -SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -DEPEND=">=dev-lang/perl-5" -RDEPEND="${DEPEND} - app-text/wdiff - dev-perl/File-LibMagic - sys-apps/diffutils - sys-apps/gawk - sys-devel/binutils -" - -src_compile() { - : -} - -PREFIX="/usr" - -src_install() { - dodir ${PREFIX} - perl Makefile.pl -install --destdir "${ED}" || die "install failed" -}