Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jrosetta/
Date: Mon, 21 Sep 2015 19:44:24
Message-Id: 1442864057.e8ad3b6615df9ba2c4f46709af0fc0dec4c7b8c2.jlec@gentoo
1 commit: e8ad3b6615df9ba2c4f46709af0fc0dec4c7b8c2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:34:17 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:34:17 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8ad3b66
7
8 dev-java/jrosetta: Drop old
9
10 bump EAPI to 5
11
12 Package-Manager: portage-2.2.20.1
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-java/jrosetta/jrosetta-1.0.2.ebuild | 38 ---------------------------------
16 dev-java/jrosetta/jrosetta-1.0.4.ebuild | 12 +++++------
17 2 files changed, 6 insertions(+), 44 deletions(-)
18
19 diff --git a/dev-java/jrosetta/jrosetta-1.0.2.ebuild b/dev-java/jrosetta/jrosetta-1.0.2.ebuild
20 deleted file mode 100644
21 index 0ca74d6..0000000
22 --- a/dev-java/jrosetta/jrosetta-1.0.2.ebuild
23 +++ /dev/null
24 @@ -1,38 +0,0 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Id$
28 -
29 -EAPI="2"
30 -JAVA_PKG_IUSE="source"
31 -
32 -inherit java-pkg-2 java-ant-2
33 -
34 -MY_PV=$(replace_all_version_separators -)
35 -MY_P="${P}-gpl"
36 -
37 -DESCRIPTION="Provides a common base for graphical component to build a graphical console."
38 -HOMEPAGE="http://dev.artenum.com/projects/JRosetta"
39 -SRC_URI="http://dev.artenum.com/projects/JRosetta/download/JRosetta-${MY_PV}/data/src-gpl?action=download&nodecorator -> ${P}.zip"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~x86 ~amd64"
44 -IUSE=""
45 -
46 -DEPEND=">=virtual/jdk-1.5
47 - app-arch/unzip
48 - ${COMMON_DEPEND}"
49 -
50 -RDEPEND=">=virtual/jre-1.5
51 - ${COMMON_DEPEND}"
52 -
53 -S="${WORKDIR}/${MY_P}"
54 -
55 -EANT_BUILD_TARGET="make"
56 -
57 -src_install() {
58 - java-pkg_dojar dist/${PN}-API.jar
59 - java-pkg_dojar dist/${PN}-engine.jar
60 - dodoc CHANGE.txt || die
61 - use source && java-pkg_dosrc src/com
62 -}
63
64 diff --git a/dev-java/jrosetta/jrosetta-1.0.4.ebuild b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
65 index 553ef71..f56e22a 100644
66 --- a/dev-java/jrosetta/jrosetta-1.0.4.ebuild
67 +++ b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
68 @@ -2,11 +2,11 @@
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 -EAPI=4
73 +EAPI=5
74
75 inherit java-pkg-2 java-ant-2
76
77 -DESCRIPTION="Provides a common base for graphical component to build a graphical console."
78 +DESCRIPTION="Common base for graphical component to build a graphical console"
79 HOMEPAGE="http://dev.artenum.com/projects/jrosetta"
80 #currently down
81 #SRC_URI="http://maven.artenum.com/content/groups/public/com/artenum/${PN}/${PV}/${P}-sources.jar"
82 @@ -17,10 +17,10 @@ SLOT="0"
83 KEYWORDS="~x86 ~amd64"
84 IUSE=""
85
86 -DEPEND=">=virtual/jdk-1.5
87 - app-arch/unzip"
88 -
89 -RDEPEND=">=virtual/jre-1.5"
90 +DEPEND="
91 + >=virtual/jdk-1.5:*
92 + app-arch/unzip"
93 +RDEPEND=">=virtual/jre-1.5:*"
94
95 EANT_BUILD_TARGET="compile package"
96 JAVA_ANT_BSFIX_EXTRA_ARGS="--maven-cleaning"