summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/fastjar/fastjar-0.98-r3.ebuild')
-rw-r--r--app-arch/fastjar/fastjar-0.98-r3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-arch/fastjar/fastjar-0.98-r3.ebuild b/app-arch/fastjar/fastjar-0.98-r3.ebuild
deleted file mode 100644
index 791e30817363..000000000000
--- a/app-arch/fastjar/fastjar-0.98-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A jar program written in C"
-HOMEPAGE="https://savannah.nongnu.org/projects/fastjar"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="
- ${DEPEND}
- !<=dev-java/kaffe-1.1.7-r5" # bug 188542
-
-PATCHES=(
- # bug 325557
- "${FILESDIR}"/0.98-traversal.patch
-)