Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jebl/
Date: Sun, 20 Dec 2015 20:08:21
Message-Id: 1450642050.569f42e0df69f092417ecdb2495e828c88cad317.monsieurp@gentoo
1 commit: 569f42e0df69f092417ecdb2495e828c88cad317
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 20:06:53 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 20:07:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f42e0
7
8 dev-java/jebl: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/jebl/jebl-2013.02.18.ebuild | 22 ++++++------------
14 dev-java/jebl/jebl-9999.ebuild | 43 ------------------------------------
15 2 files changed, 7 insertions(+), 58 deletions(-)
16
17 diff --git a/dev-java/jebl/jebl-2013.02.18.ebuild b/dev-java/jebl/jebl-2013.02.18.ebuild
18 index 1cbad03..862383e 100644
19 --- a/dev-java/jebl/jebl-2013.02.18.ebuild
20 +++ b/dev-java/jebl/jebl-2013.02.18.ebuild
21 @@ -1,34 +1,26 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28 -
29 -#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/trunk/jebl"
30 -#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/tags/${P//./_}"
31 -
32 JAVA_PKG_IUSE="doc"
33 -EANT_BUILD_TARGET="dist"
34 -EANT_DOC_TARGET="document"
35
36 -#inherit subversion java-pkg-2 java-ant-2
37 inherit java-pkg-2 java-ant-2
38
39 DESCRIPTION="Java Evolutionary Biology Library"
40 HOMEPAGE="http://jebl.sourceforge.net/"
41 -#SRC_URI=""
42 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
43
44 -KEYWORDS="~amd64 ~x86"
45 +KEYWORDS="amd64 x86"
46 SLOT="0"
47 LICENSE="LGPL-2.1"
48 IUSE=""
49
50 -CDEPEND=""
51 -DEPEND="${CDEPEND}
52 - >=virtual/jdk-1.5"
53 -RDEPEND="${CDEPEND}
54 - >=virtual/jre-1.5"
55 +DEPEND=">=virtual/jdk-1.5"
56 +RDEPEND=">=virtual/jre-1.5"
57 +
58 +EANT_BUILD_TARGET="dist"
59 +EANT_DOC_TARGET="document"
60
61 java_prepare() {
62 rm -rf "${S}/src/org/virion/jam/maconly" || die
63
64 diff --git a/dev-java/jebl/jebl-9999.ebuild b/dev-java/jebl/jebl-9999.ebuild
65 deleted file mode 100644
66 index 32115c9..0000000
67 --- a/dev-java/jebl/jebl-9999.ebuild
68 +++ /dev/null
69 @@ -1,43 +0,0 @@
70 -# Copyright 1999-2009 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI="2"
75 -
76 -ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/trunk/jebl"
77 -#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/tags/${P//./_}"
78 -
79 -JAVA_PKG_IUSE="doc"
80 -EANT_BUILD_TARGET="dist"
81 -EANT_DOC_TARGET="document"
82 -
83 -inherit subversion java-pkg-2 java-ant-2
84 -#inherit java-pkg-2 java-ant-2
85 -
86 -DESCRIPTION="Java Evolutionary Biology Library"
87 -HOMEPAGE="http://jebl.sourceforge.net/"
88 -SRC_URI=""
89 -#SRC_URI="mirror://gentoo/${P}.tar.bz2"
90 -
91 -KEYWORDS=""
92 -SLOT="0"
93 -LICENSE="LGPL-2.1"
94 -IUSE=""
95 -
96 -CDEPEND=""
97 -DEPEND="${CDEPEND}
98 - >=virtual/jdk-1.5"
99 -RDEPEND="${CDEPEND}
100 - >=virtual/jre-1.5"
101 -
102 -S="${WORKDIR}/${P//./_}"
103 -
104 -java_prepare() {
105 - rm -rf "${S}/src/org/virion/jam/maconly" || die
106 -}
107 -
108 -src_install() {
109 - java-pkg_dojar dist/jebl.jar || die
110 - java-pkg_dojar dist/jam.jar || die
111 - use doc && java-pkg_dojavadoc doc/api
112 -}