From: Manuel RĂ¼ger Date: Fri, 28 Aug 2015 21:35:26 +0000 (+0200) Subject: dev-java/jad-bin: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e6628783ef186e625b5cc806c06b33a769b000d;p=gentoo.git dev-java/jad-bin: Remove old Package-Manager: portage-2.2.20.1 --- diff --git a/dev-java/jad-bin/jad-bin-1.5.8e.ebuild b/dev-java/jad-bin/jad-bin-1.5.8e.ebuild deleted file mode 100644 index c436ac75eefb..000000000000 --- a/dev-java/jad-bin/jad-bin-1.5.8e.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Jad - The fast JAva Decompiler" -HOMEPAGE="http://www.kpdus.com/jad.html" -SRC_URI="http://www.kpdus.com/jad/linux/jadls158.zip" -DEPEND="app-arch/unzip" -RDEPEND="" -KEYWORDS="x86 amd64 -ppc" -SLOT="0" -LICENSE="freedist" -IUSE="" - -S=${WORKDIR} - -RESTRICT="strip" - -QA_PREBUILT="*" - -src_install() { - into /opt - dobin jad || die "dobin failed" - dodoc Readme.txt || die "dodoc failed" -}