summaryrefslogtreecommitdiff
path: root/dev-java
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-08 15:18:31 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-08 15:18:31 +0000
commit71e252cc968c193d7d325f37c0d67ff94732a719 (patch)
tree48aef8aac76dfc6223dfa8baad3ad636f263bca9 /dev-java
parent461240851fd6d8cc2746080a93725e280dd7b440 (diff)
downloadgentoo-71e252cc968c193d7d325f37c0d67ff94732a719.tar.gz
gentoo-71e252cc968c193d7d325f37c0d67ff94732a719.tar.xz
dev-java/juel: Clean up old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/juel/juel-2.1.0-r1.ebuild36
-rw-r--r--dev-java/juel/juel-2.1.0.ebuild36
2 files changed, 0 insertions, 72 deletions
diff --git a/dev-java/juel/juel-2.1.0-r1.ebuild b/dev-java/juel/juel-2.1.0-r1.ebuild
deleted file mode 100644
index d5c4bec5f37..00000000000
--- a/dev-java/juel/juel-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
-HOMEPAGE="http://juel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
- app-arch/unzip"
-
-java_prepare() {
- rm -v *.jar || die "Unable to remove jars"
-}
-
-EANT_BUILD_TARGET="jars"
-EANT_DOC_TARGET="apidoc"
-
-src_install() {
- java-pkg_newjar "${P}.jar"
- use doc && java-pkg_dojavadoc doc/api
- use source && java-pkg_dosrc src/api/* src/impl/*
-}
diff --git a/dev-java/juel/juel-2.1.0.ebuild b/dev-java/juel/juel-2.1.0.ebuild
deleted file mode 100644
index 36ddb8460b1..00000000000
--- a/dev-java/juel/juel-2.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
-HOMEPAGE="http://juel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -v *.jar || die "Unable to remove jars"
-}
-
-EANT_BUILD_TARGET="jars"
-EANT_DOC_TARGET="apidoc"
-
-src_install() {
- java-pkg_newjar "${P}.jar"
- use doc && java-pkg_dojavadoc doc/api
- use source && java-pkg_dosrc src/api/* src/impl/*
-}