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 EA777138CD3 for ; Mon, 25 May 2015 18:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47D2BE0875; Mon, 25 May 2015 18:59:44 +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 E5BCEE0875 for ; Mon, 25 May 2015 18:59:43 +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 BD8F2340AF2 for ; Mon, 25 May 2015 18:59:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B459C8 for ; Mon, 25 May 2015 18:59:41 +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: <1432580341.ffdec8d98b9e7e5302043aedd22f44b1e631011c.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/argo-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/argo-bin/ChangeLog sci-biology/argo-bin/argo-bin-1.0.31.ebuild X-VCS-Directories: sci-biology/argo-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: ffdec8d98b9e7e5302043aedd22f44b1e631011c X-VCS-Branch: master Date: Mon, 25 May 2015 18:59:41 +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: 9e3080c8-7ea2-4d23-9a41-7a62e7039721 X-Archives-Hash: d25ecfaa9b29e69dc35151f5a19d1dc9 commit: ffdec8d98b9e7e5302043aedd22f44b1e631011c Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon May 25 18:59:01 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon May 25 18:59:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffdec8d9 sci-biology/argo-bin: redefine S variable so we can chdir to a WORKDIR (not sure why the jar archive must be unpacked there at all ...) Package-Manager: portage-2.2.18 sci-biology/argo-bin/ChangeLog | 8 ++++++-- sci-biology/argo-bin/argo-bin-1.0.31.ebuild | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-biology/argo-bin/ChangeLog b/sci-biology/argo-bin/ChangeLog index 7f9152a..d8c050f 100644 --- a/sci-biology/argo-bin/ChangeLog +++ b/sci-biology/argo-bin/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/argo-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 May 2015; Martin Mokrejs + argo-bin-1.0.31.ebuild: + sci-biology/argo-bin: redefine S variable so we can chdir to a WORKDIR (not + sure why the jar archive must be unpacked there at all ...) + 25 Jun 2011; Justin Lecher argo-bin-1.0.31.ebuild: Cleaned ebuild - diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild index 6a708d5..6db9160 100644 --- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild +++ b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,6 +20,8 @@ DEPEND="" RDEPEND="${DEPEND} java? ( >=virtual/jre-1.4 )" +S="${WORKDIR}" + src_install() { java-pkg_newjar "${DISTDIR}"/argo.jar argo.jar java-pkg_dolauncher