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/SnpEff/
Date: Mon, 01 Aug 2016 12:44:11
Message-Id: 1470055439.29d62487d6b5776402688fee78b2dbb47cdf3e5c.mmokrejs@gentoo
1 commit: 29d62487d6b5776402688fee78b2dbb47cdf3e5c
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Mon Aug 1 12:43:59 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Mon Aug 1 12:43:59 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=29d62487
7
8 sci-biology/SnpEff: re-order dependencies, back to EAPI=5
9
10 Package-Manager: portage-2.3.0
11
12 sci-biology/SnpEff/SnpEff-4.2.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-biology/SnpEff/SnpEff-4.2.ebuild b/sci-biology/SnpEff/SnpEff-4.2.ebuild
16 index 9272b63..7cdd51c 100644
17 --- a/sci-biology/SnpEff/SnpEff-4.2.ebuild
18 +++ b/sci-biology/SnpEff/SnpEff-4.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=6
24 +EAPI=5
25
26 inherit java-pkg-2 java-ant-2
27
28 @@ -18,12 +18,13 @@ KEYWORDS="~amd64"
29 IUSE=""
30
31 # https://github.com/pcingola/SnpEff/blob/master/README_release.txt
32 -DEPEND="
33 +RDEPEND="
34 >=virtual/jre-1.7:*
35 dev-java/maven-bin:*
36 dev-java/antlr:*"
37 -RDEPEND="${DEPEND}
38 - >=virtual/jdk-1.7:*"
39 +DEPEND="${RDEPEND}
40 + >=virtual/jdk-1.7:*
41 + dev-java/ant-core"
42
43 S="${WORKDIR}"
44
45 @@ -36,7 +37,7 @@ src_install(){
46 mkdir -p "${D}"/usr/share || die
47 # but portage does not install the .* files and subdirs, grr!
48 unzip \
49 - "${DISTDIR}"/snpEff_v4_1e_core.zip -d "${D}"/usr/share \
50 + "${DISTDIR}"/snpEff_v4_2_core.zip -d "${D}"/usr/share \
51 || die "failed to unzip ${DISTDIR}/snpEff_v4_2_core.zip"
52 sed \
53 -e 's#$HOME/tools/picard/#/usr/share/picard/lib/#' \