summaryrefslogtreecommitdiff
path: root/dev-util/pkgdiff/pkgdiff-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pkgdiff/pkgdiff-9999.ebuild')
-rw-r--r--dev-util/pkgdiff/pkgdiff-9999.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/pkgdiff/pkgdiff-9999.ebuild b/dev-util/pkgdiff/pkgdiff-9999.ebuild
deleted file mode 100644
index cb3983eadd73..000000000000
--- a/dev-util/pkgdiff/pkgdiff-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3
-
-DESCRIPTION="Package Changes Analyzer (pkgdiff)"
-HOMEPAGE="https://github.com/lvc/pkgdiff"
-EGIT_REPO_URI="https://github.com/lvc/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-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"
-}