dev-java/jlfgr: Clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Apr 2016 07:56:34 +0000 (07:56 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Apr 2016 13:18:11 +0000 (13:18 +0000)
Package-Manager: portage-2.2.26

dev-java/jlfgr/jlfgr-1.0-r1.ebuild [deleted file]

diff --git a/dev-java/jlfgr/jlfgr-1.0-r1.ebuild b/dev-java/jlfgr/jlfgr-1.0-r1.ebuild
deleted file mode 100644 (file)
index ceeb3a0..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit versionator java-pkg-2
-
-MY_PV=$(replace_all_version_separators '_')
-DESCRIPTION="Java(TM) Look and Feel Graphics Repository"
-HOMEPAGE="http://java.sun.com/developer/techDocs/hi/repository/"
-SRC_URI="mirror://gentoo/jlfgr-${MY_PV}.zip"
-
-LICENSE="sun-jlfgr"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-S=${WORKDIR}
-
-# Empty src_compile() to prevent message about not found build.xml
-src_compile() { :; }
-
-src_install() {
-       java-pkg_newjar jlfgr-${MY_PV}.jar ${PN}.jar
-}