From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C8BEC13881D for ; Wed, 23 Sep 2015 12:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 407D721C03B; Wed, 23 Sep 2015 12:48:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B29F21C03D for ; Wed, 23 Sep 2015 12:48:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D8E34086E for ; Wed, 23 Sep 2015 12:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49BBF23E for ; Wed, 23 Sep 2015 12:48:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443010283.02377db0d625e97d1e9b5d1320d36527f35e3993.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/OBO-Edit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild X-VCS-Directories: sci-biology/OBO-Edit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 02377db0d625e97d1e9b5d1320d36527f35e3993 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3da7c267-3827-407b-a105-c264c2ad6f31 X-Archives-Hash: a26e62995e46cd301e60c2aa990e57ea commit: 02377db0d625e97d1e9b5d1320d36527f35e3993 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:11:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:11:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02377db0 sci-biology/OBO-Edit: Bump to EAPI=5 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild | 13 +++++++------ sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild | 9 +++++---- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild b/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild index 504b76c..f5d9948 100644 --- a/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild +++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit toolchain-funcs versionator java-pkg-2 @@ -10,8 +10,9 @@ MY_PV=$(replace_all_version_separators '-') DESCRIPTION="Java-based editor optimized for the OBO biological ontology file format" HOMEPAGE="http://www.oboedit.org/" -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 - http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/ReleaseNotes-"${PV}".txt" +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 + http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%20"${PV}"/ReleaseNotes-"${PV}".txt" LICENSE="OBO-Edit" # Artistic-like SLOT="0" @@ -29,8 +30,8 @@ src_install(){ 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" 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" - find . -name firstrun -delete - find . -name .svn -exec rm -rf '{}' \; + find . -name firstrun -delete || die + find . -name .svn -exec rm -rf '{}' \; || die insinto /opt/ doins -r OBO-Edit2 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 index 2c0ac7b..0a3ca5d 100644 --- a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild +++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit toolchain-funcs versionator java-pkg-2 @@ -13,8 +13,9 @@ MY_PV=$(replace_all_version_separators '-') DESCRIPTION="Java-based editor optimized for the OBO biological ontology file format" HOMEPAGE="http://www.oboedit.org/" -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 - http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_PV}"/ReleaseNotes-"${MY_VER}".txt -> "${PN}"_ReleaseNotes-"${PV}".txt" +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 + http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/"${MY_PV}"/ReleaseNotes-"${MY_VER}".txt -> "${PN}"_ReleaseNotes-"${PV}".txt" LICENSE="OBO-Edit" # Artistic-like SLOT="0"