summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-19 20:29:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-19 21:00:36 +0200
commitce86ab6f24d1f720d28168339f55dcfcf768784f (patch)
treeb6eebd2027903a91c02a92e0ad2c265095c529b5 /app-arch
parentapp-arch/fastjar: Rollover stable keywords to 0.98-r3 (diff)
downloadgentoo-ce86ab6f24d1f720d28168339f55dcfcf768784f.tar.gz
gentoo-ce86ab6f24d1f720d28168339f55dcfcf768784f.tar.bz2
gentoo-ce86ab6f24d1f720d28168339f55dcfcf768784f.zip
app-arch/fastjar: Drop 0.98-r2
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/fastjar/fastjar-0.98-r2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/fastjar/fastjar-0.98-r2.ebuild b/app-arch/fastjar/fastjar-0.98-r2.ebuild
deleted file mode 100644
index 37599ed0d5ba..000000000000
--- a/app-arch/fastjar/fastjar-0.98-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-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 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-
-IUSE=""
-
-# bug #188542
-RDEPEND="!<=dev-java/kaffe-1.1.7-r5"
-
-src_prepare() {
- # bug #325557
- epatch "${FILESDIR}/0.98-traversal.patch"
-}