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 3A07A1391DB for ; Sun, 23 Mar 2014 19:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A77E0BC6; Sun, 23 Mar 2014 19:10:39 +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 73F17E0BC6 for ; Sun, 23 Mar 2014 19:10:38 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC1EA33FA79 for ; Sun, 23 Mar 2014 19:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8AE39188EA for ; Sun, 23 Mar 2014 19:10:35 +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: <1395601758.116a34b4a030050965fddb6fda334062ef424105.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/artemis-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/artemis-bin/ChangeLog sci-biology/artemis-bin/artemis-bin-13.2.12.ebuild sci-biology/artemis-bin/artemis-bin-16.0.6.ebuild X-VCS-Directories: sci-biology/artemis-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 116a34b4a030050965fddb6fda334062ef424105 X-VCS-Branch: master Date: Sun, 23 Mar 2014 19:10:35 +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: 4e222da8-23f6-49d2-a068-4e6430c47e75 X-Archives-Hash: 56a84c402ecc33836b97be3fa9e3e07e commit: 116a34b4a030050965fddb6fda334062ef424105 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun Mar 23 19:09:18 2014 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Mar 23 19:09:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=116a34b4 sci-biology/artemis-bin: version bump, added a link to INSTALL docs Package-Manager: portage-2.2.7 --- sci-biology/artemis-bin/ChangeLog | 9 +++++++-- ...emis-bin-13.2.12.ebuild => artemis-bin-16.0.6.ebuild} | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/sci-biology/artemis-bin/ChangeLog b/sci-biology/artemis-bin/ChangeLog index 9885717..6cd5bd4 100644 --- a/sci-biology/artemis-bin/ChangeLog +++ b/sci-biology/artemis-bin/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-biology/artemis-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*artemis-bin-16.0.6 (23 Mar 2014) + + 23 Mar 2014; Martin Mokrejs + +artemis-bin-16.0.6.ebuild, -artemis-bin-13.2.12.ebuild: + sci-biology/artemis-bin: version bump, added a link to INSTALL docs + 03 Mar 2013; Justin Lecher artemis-bin-13.2.12.ebuild, metadata.xml: Clean whitespace errors @@ -11,4 +17,3 @@ 08 Jan 2012; Martin Mokrejs +artemis-bin-13.2.12.ebuild, +metadata.xml: initial, not yet working ebuild - diff --git a/sci-biology/artemis-bin/artemis-bin-13.2.12.ebuild b/sci-biology/artemis-bin/artemis-bin-16.0.6.ebuild similarity index 51% rename from sci-biology/artemis-bin/artemis-bin-13.2.12.ebuild rename to sci-biology/artemis-bin/artemis-bin-16.0.6.ebuild index fa1edc3..528d3e8 100644 --- a/sci-biology/artemis-bin/artemis-bin-13.2.12.ebuild +++ b/sci-biology/artemis-bin/artemis-bin-16.0.6.ebuild @@ -6,9 +6,12 @@ EAPI=3 inherit java-pkg-2 +MY_V="16" + DESCRIPTION="DNA sequence viewer, annotation (Artemis) and comparison (ACT) tool" HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis" -SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/artemis/v13/v"${PV}"/artemis_compiled_v"${PV}".tar.gz" +SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_compiled_v"${PV}".tar.gz + ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.pdf" LICENSE="GPL-2" SLOT="0" @@ -16,6 +19,13 @@ KEYWORDS="" IUSE="" DEPEND="sci-biology/samtools - sci-biology/bamview" + sci-biology/bambino" # aka BamView RDEPEND="${DEPEND} - >=virtual/jre-1.5" + >=virtual/jre-1.6" + +src_install(){ + dodoc artemis.pdf +} + +# do not know what is the diffeerence between artemis_compiled_v16.0.6.tar.gz, artemis_v16.0.6.jar and sartemis_v16.0.6.jar +# ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/v16.0.6/