commit: e8ad3b6615df9ba2c4f46709af0fc0dec4c7b8c2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 19:34:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 19:34:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8ad3b66
dev-java/jrosetta: Drop old
bump EAPI to 5
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-java/jrosetta/jrosetta-1.0.2.ebuild | 38 ---------------------------------
dev-java/jrosetta/jrosetta-1.0.4.ebuild | 12 +++++------
2 files changed, 6 insertions(+), 44 deletions(-)
diff --git a/dev-java/jrosetta/jrosetta-1.0.2.ebuild
b/dev-java/jrosetta/jrosetta-1.0.2.ebuild
deleted file mode 100644
index 0ca74d6..0000000
--- a/dev-java/jrosetta/jrosetta-1.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-MY_PV=$(replace_all_version_separators -)
-MY_P="${P}-gpl"
-
-DESCRIPTION="Provides a common base for graphical component to build a
graphical console."
-HOMEPAGE="http://dev.artenum.com/projects/JRosetta"
-SRC_URI="http://dev.artenum.com/projects/JRosetta/download/JRosetta-${MY_PV}/data/src-gpl?action=download&nodecorator
-> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip
- ${COMMON_DEPEND}"
-
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-EANT_BUILD_TARGET="make"
-
-src_install() {
- java-pkg_dojar dist/${PN}-API.jar
- java-pkg_dojar dist/${PN}-engine.jar
- dodoc CHANGE.txt || die
- use source && java-pkg_dosrc src/com
-}
diff --git a/dev-java/jrosetta/jrosetta-1.0.4.ebuild
b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
index 553ef71..f56e22a 100644
--- a/dev-java/jrosetta/jrosetta-1.0.4.ebuild
+++ b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Provides a common base for graphical component to build a
graphical console."
+DESCRIPTION="Common base for graphical component to build a graphical console"
HOMEPAGE="http://dev.artenum.com/projects/jrosetta"
#currently down
#SRC_URI="http://maven.artenum.com/content/groups/public/com/artenum/${PN}/${PV}/${P}-sources.jar"
@@ -17,10 +17,10 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
-
-RDEPEND=">=virtual/jre-1.5"
+DEPEND="
+ >=virtual/jdk-1.5:*
+ app-arch/unzip"
+RDEPEND=">=virtual/jre-1.5:*"
EANT_BUILD_TARGET="compile package"
JAVA_ANT_BSFIX_EXTRA_ARGS="--maven-cleaning"