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 35161138CD9 for ; Tue, 26 May 2015 09:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86478E0841; Tue, 26 May 2015 09:26:47 +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 06766E0841 for ; Tue, 26 May 2015 09:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04FDD340961 for ; Tue, 26 May 2015 09:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310419FD for ; Tue, 26 May 2015 09:26:43 +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: <1432632371.8b99d3974bed076623b7413e49103cdd6c8ce0dc.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/argo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/argo/ChangeLog sci-biology/argo/argo-1.0.24.ebuild X-VCS-Directories: sci-biology/argo/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 8b99d3974bed076623b7413e49103cdd6c8ce0dc X-VCS-Branch: master Date: Tue, 26 May 2015 09:26:43 +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: 2b69b2ff-c71d-4917-a2da-1dfc3b2fe1a3 X-Archives-Hash: 790551bacc1f48d2f82b32ce664e8755 commit: 8b99d3974bed076623b7413e49103cdd6c8ce0dc Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue May 26 09:26:11 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue May 26 09:26:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b99d397 sci-biology/argo: ebuild cleanup Package-Manager: portage-2.2.18 sci-biology/argo/ChangeLog | 3 +++ sci-biology/argo/argo-1.0.24.ebuild | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sci-biology/argo/ChangeLog b/sci-biology/argo/ChangeLog index 950f76d..72a3d3c 100644 --- a/sci-biology/argo/ChangeLog +++ b/sci-biology/argo/ChangeLog @@ -2,5 +2,8 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 May 2015; Martin Mokrejs argo-1.0.24.ebuild: + sci-biology/argo: ebuild cleanup + 13 Mar 2015; Martin Mokrejs argo-1.0.24.ebuild: fix java depencies syntax diff --git a/sci-biology/argo/argo-1.0.24.ebuild b/sci-biology/argo/argo-1.0.24.ebuild index 00d3742..6e522b6 100644 --- a/sci-biology/argo/argo-1.0.24.ebuild +++ b/sci-biology/argo/argo-1.0.24.ebuild @@ -7,8 +7,12 @@ EAPI=5 inherit java-pkg-2 java-ant-2 java-utils-2 toolchain-funcs DESCRIPTION="Production tool for visualizing and manually annotating whole genomes" -HOMEPAGE="http://www.broadinstitute.org/annotation/argo/" +HOMEPAGE="http://www.broadinstitute.org/annotation/argo2 + http://www.broadinstitute.org/annotation/argo" SRC_URI="http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz" +# +# cat workspace-2008-03-11/annotation/argo/version.txt +# Gebo-1.0.17-build-1313 LICENSE="LGPL-3" SLOT="0" @@ -16,6 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" + !sci-biology/argo-bin >=virtual/jdk-1.5:* dev-java/ant-core" RDEPEND=">=virtual/jre-1.5:*" @@ -29,5 +34,7 @@ src_compile(){ src_install() { java-pkg_dojar annotation/dist/argo/argo.jar + #java-pkg_dolauncher --jar argo.jar java-pkg_dojar annotation/dist/argo/argo-applet-unproguarded.jar + #java-pkg_dolauncher --jar argo-applet-unproguarded.jar }