Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/apollo/
Date: Sun, 23 Mar 2014 16:22:34
Message-Id: 1395591658.ec14861a0e6d8877938da4247b5a2045a205d032.mmokrejs@gentoo
1 commit: ec14861a0e6d8877938da4247b5a2045a205d032
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Mar 23 16:20:58 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Mar 23 16:20:58 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec14861a
7
8 sci-biology/apollo: a skeleton for a new package, needs help
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-biology/apollo/ChangeLog | 6 ++++--
14 sci-biology/apollo/apollo-9999.ebuild | 12 +++++-------
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-biology/apollo/ChangeLog b/sci-biology/apollo/ChangeLog
18 index 6e694c0..f3eab97 100644
19 --- a/sci-biology/apollo/ChangeLog
20 +++ b/sci-biology/apollo/ChangeLog
21 @@ -1,7 +1,9 @@
22 # ChangeLog for sci-biology/apollo
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 23 Mar 2014; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> apollo-9999.ebuild:
28 + sci-biology/apollo: a skeleton for a new package, needs help
29 +
30 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> apollo-9999.ebuild:
31 initial ebuild
32 -
33
34 diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild
35 index c0dd152..a0b8624 100644
36 --- a/sci-biology/apollo/apollo-9999.ebuild
37 +++ b/sci-biology/apollo/apollo-9999.ebuild
38 @@ -2,13 +2,13 @@
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41
42 -EAPI=3
43 +EAPI=5
44
45 inherit java-pkg-2 java-ant-2
46
47 [ "$PV" == "9999" ] && inherit subversion
48
49 -DESCRIPTION="The Apollo genome editor is a Java-based application for browsing and annotating genomic sequences."
50 +DESCRIPTION="Apollo genome editor is Java-based application for browsing and annotation of genomic sequences."
51 HOMEPAGE="http://gmod.org/wiki/Apollo"
52 if [ "$PV" == "9999" ]; then
53 #SRC_URI="http://gmod.svn.sourceforge.net/viewvc/gmod/apollo/?view=tar" # Apollo_unix.sh
54 @@ -24,13 +24,11 @@ SLOT="0"
55 IUSE=""
56 KEYWORDS=""
57
58 -DEPEND="dev-vcs/subversion
59 - >=virtual/jdk-1.5
60 - >=dev-java/sun-jdk-1.5
61 +DEPEND=">=virtual/jre-1.5
62 + dev-vcs/subversion
63 dev-java/ant-core
64 dev-lang/perl"
65 -RDEPEND=">=virtual/jre-1.5
66 - ${DEPEND}"
67 +RDEPEND="${DEPEND}"
68
69 src_unpack() {
70 subversion_src_unpack || die