From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 479351382C5 for ; Sat, 21 Apr 2018 09:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E14EE086F; Sat, 21 Apr 2018 09:51:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DF3BE086F for ; Sat, 21 Apr 2018 09:51:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C91CA335C5A for ; Sat, 21 Apr 2018 09:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B56D6257 for ; Sat, 21 Apr 2018 09:51:38 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1524304290.f7b79ae7f74d85694989bb51d362dc885ae955f4.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/act-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/act-bin/act-bin-13.0.0.ebuild sci-biology/act-bin/act-bin-17.0.1.ebuild X-VCS-Directories: sci-biology/act-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: f7b79ae7f74d85694989bb51d362dc885ae955f4 X-VCS-Branch: master Date: Sat, 21 Apr 2018 09:51:38 +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: a9db0537-a752-4f6c-9929-1f1fe193f937 X-Archives-Hash: c9d870a8359889d02b0603ef76367bc0 commit: f7b79ae7f74d85694989bb51d362dc885ae955f4 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Sat Apr 21 09:51:30 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Apr 21 09:51:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f7b79ae7 sci-biology/act-bin: version bump Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../act-bin/{act-bin-13.0.0.ebuild => act-bin-17.0.1.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-biology/act-bin/act-bin-13.0.0.ebuild b/sci-biology/act-bin/act-bin-17.0.1.ebuild similarity index 73% rename from sci-biology/act-bin/act-bin-13.0.0.ebuild rename to sci-biology/act-bin/act-bin-17.0.1.ebuild index caddeab7e..8d69910ad 100644 --- a/sci-biology/act-bin/act-bin-13.0.0.ebuild +++ b/sci-biology/act-bin/act-bin-17.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,11 @@ inherit java-pkg-2 DESCRIPTION="DNA contig sequence comparison tool supplementing Artemis" HOMEPAGE="http://www.sanger.ac.uk/science/tools/artemis-comparison-tool-act" -SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/act/v13/sact_v13.jar - ftp://ftp.sanger.ac.uk/pub/resources/software/act/v13/act_v13.jar +SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/act/v17/v${PV}/sact-v${PV}.jar + ftp://ftp.sanger.ac.uk/pub/resources/software/act/v17/v${PV}/act-v${PV}.jar ftp://ftp.sanger.ac.uk/pub/resources/software/act/v13/act_manual_complete.pdf -> ${P}.manual.pdf - ftp://ftp.sanger.ac.uk/pub/resources/software/act/v13/act_html_build.zip -> ${P}.html_build.zip" + ftp://ftp.sanger.ac.uk/pub/resources/software/act/v13/act_html_build.zip -> ${P}.html_build.zip + ftp://ftp.sanger.ac.uk/pub/resources/software/act/v17/v${PV}/release_notes.txt" LICENSE="GPL-2" SLOT="0" @@ -36,7 +37,7 @@ src_prepare(){ src_install(){ java-pkg_dojar "${DISTDIR}"/*.jar - dodoc "${DISTDIR}"/${P}.manual.pdf + dodoc "${DISTDIR}"/${P}.manual.pdf "${DISTDIR}"/release_notes.txt insinto /usr/share/doc/"${PN}"/html doins act_html_build/* }