summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jopt-simple/jopt-simple-4.9.ebuild')
-rw-r--r--dev-java/jopt-simple/jopt-simple-4.9.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-java/jopt-simple/jopt-simple-4.9.ebuild b/dev-java/jopt-simple/jopt-simple-4.9.ebuild
deleted file mode 100644
index e8d3065f34ce..000000000000
--- a/dev-java/jopt-simple/jopt-simple-4.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A Java library for parsing command line options"
-HOMEPAGE="https://pholser.github.com/jopt-simple/"
-SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-S="${WORKDIR}/pholser-${PN}-94ad77a"
-
-JAVA_SRC_DIR="src/main/java"
-
-java_prepare() {
- rm -v pom.xml || die
-}
-
-src_install() {
- java-pkg-simple_src_install
- dodoc README.md
-}