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 085BE138A1A for ; Wed, 18 Feb 2015 16:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F665E0996; Wed, 18 Feb 2015 16:41:35 +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 54DE6E0995 for ; Wed, 18 Feb 2015 16:41:29 +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 61E1A340899 for ; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75FFC120A0 for ; Wed, 18 Feb 2015 16:41:24 +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: <1424267295.a099a5a6fdaa381c25d71d293aab2951791e8cbb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/vague-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/vague-bin/ChangeLog sci-biology/vague-bin/vague-bin-1.0.5.ebuild X-VCS-Directories: sci-biology/vague-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a099a5a6fdaa381c25d71d293aab2951791e8cbb X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:24 +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: a435d4f3-93ca-4d84-a6ee-6467b61e1951 X-Archives-Hash: e917b1726ec41347f6c9b18999347af2 commit: a099a5a6fdaa381c25d71d293aab2951791e8cbb Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 13:48:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 13:48:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a099a5a6 sci-biology/vague-bin: fix SLOT operators Package-Manager: portage-2.2.17 --- sci-biology/vague-bin/ChangeLog | 3 +++ sci-biology/vague-bin/vague-bin-1.0.5.ebuild | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-biology/vague-bin/ChangeLog b/sci-biology/vague-bin/ChangeLog index fbb1f77..1982d25 100644 --- a/sci-biology/vague-bin/ChangeLog +++ b/sci-biology/vague-bin/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher vague-bin-1.0.5.ebuild: + sci-biology/vague-bin: fix SLOT operators + 09 Feb 2015; Marius Brehler epga-9999.ebuild: Switch from git-2 to git-r3; Cleanup; Fix KEYWORDS diff --git a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild index 11ef16b..b1d8d14 100644 --- a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild +++ b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild @@ -22,12 +22,13 @@ fi LICENSE="GPL-2" SLOT="0" -DEPEND=">=virtual/jre-1.5 +RDEPEND=" + >=virtual/jre-1.5:* sci-biology/velvet sci-biology/velvetk" -RDEPEND="${DEPEND}" +DEPEND=">=virtual/jdk-1.5:*" -S="${WORKDIR}"/vague-"${PV}" +S="${WORKDIR}"/vague-${PV} src_prepare(){ epatch "${FILESDIR}"/vague.patch @@ -35,5 +36,5 @@ src_prepare(){ src_install(){ dobin vague - java-pkg_dojar vague.jar || die + java-pkg_dojar vague.jar }