mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-util/pkgdiff: dropped obsolete 1.7.2
Bug: https://bugs.gentoo.org/949677 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
parent
ff0ffeae46
commit
cd7d44155f
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user