Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/OBO-Edit/
Date: Wed, 23 Sep 2015 12:48:32
Message-Id: 1443010283.02377db0d625e97d1e9b5d1320d36527f35e3993.jlec@gentoo
1 commit: 02377db0d625e97d1e9b5d1320d36527f35e3993
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:11:23 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:11:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02377db0
7
8 sci-biology/OBO-Edit: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild | 13 +++++++------
14 sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild | 9 +++++----
15 2 files changed, 12 insertions(+), 10 deletions(-)
16
17 diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild b/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild
18 index 504b76c..f5d9948 100644
19 --- a/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild
20 +++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2014 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=4
28 +EAPI=5
29
30 inherit toolchain-funcs versionator java-pkg-2
31
32 @@ -10,8 +10,9 @@ MY_PV=$(replace_all_version_separators '-')
33
34 DESCRIPTION="Java-based editor optimized for the OBO biological ontology file format"
35 HOMEPAGE="http://www.oboedit.org/"
36 -SRC_URI="http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/"${MY_PV}"_unix_install4j.sh/download -> OBO-Edit_unix_install4j-"${PV}".sh
37 - http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/ReleaseNotes-"${PV}".txt"
38 +SRC_URI="
39 + http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/"${MY_PV}"_unix_install4j.sh/download -> OBO-Edit_unix_install4j-"${PV}".sh
40 + http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/ReleaseNotes-"${PV}".txt"
41
42 LICENSE="OBO-Edit" # Artistic-like
43 SLOT="0"
44 @@ -29,8 +30,8 @@ src_install(){
45 sed "s#/bin/java\" -Dinstall4j.jvmDir#/bin/java\" -Duser.home="${D}"/../temp -Dinstall4j.jvmDir#" -i "${DISTDIR}"/OBO-Edit_unix_install4j-"${PV}".sh || die "failed to set userHome value"
46
47 sh "${DISTDIR}"/OBO-Edit_unix_install4j-"${PV}".sh -q -overwrite --varfile="${D}"/opt/OBO-Edit2/.install4j/response.varfile --destination="${D}"/opt/OBO-Edit2 -dir "${D}"/opt/OBO-Edit2 || die "Failed to run the self-extracting "${DISTDIR}"/OBO-Edit_unix_install4j-"${PV}".sh file"
48 - find . -name firstrun -delete
49 - find . -name .svn -exec rm -rf '{}' \;
50 + find . -name firstrun -delete || die
51 + find . -name .svn -exec rm -rf '{}' \; || die
52
53 insinto /opt/
54 doins -r OBO-Edit2
55
56 diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
57 index 2c0ac7b..0a3ca5d 100644
58 --- a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
59 +++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
60 @@ -1,8 +1,8 @@
61 -# Copyright 1999-2014 Gentoo Foundation
62 +# Copyright 1999-2015 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Id$
65
66 -EAPI=4
67 +EAPI=5
68
69 inherit toolchain-funcs versionator java-pkg-2
70
71 @@ -13,8 +13,9 @@ MY_PV=$(replace_all_version_separators '-')
72
73 DESCRIPTION="Java-based editor optimized for the OBO biological ontology file format"
74 HOMEPAGE="http://www.oboedit.org/"
75 -SRC_URI="http://downloads.sourceforge.net/project/geneontology/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_VER}"/"${MY_PV}"_unix_install4j.sh -> "${PN}"_unix_install4j-"${PV}".sh
76 - http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_PV}"/ReleaseNotes-"${MY_VER}".txt -> "${PN}"_ReleaseNotes-"${PV}".txt"
77 +SRC_URI="
78 + http://downloads.sourceforge.net/project/geneontology/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_VER}"/"${MY_PV}"_unix_install4j.sh -> "${PN}"_unix_install4j-"${PV}".sh
79 + http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_PV}"/ReleaseNotes-"${MY_VER}".txt -> "${PN}"_ReleaseNotes-"${PV}".txt"
80
81 LICENSE="OBO-Edit" # Artistic-like
82 SLOT="0"