commit:     44a2983ea076940bf40ba0a595a37323e984e28f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  9 09:09:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 09:09:07 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=44a2983e

sci-biology/vague-bin-1.0.5: Switch from git-2 to git-r3; Cleanup; Fix KEYWORDS

---
 sci-biology/vague-bin/ChangeLog              | 3 +++
 sci-biology/vague-bin/vague-bin-1.0.5.ebuild | 6 ++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-biology/vague-bin/ChangeLog b/sci-biology/vague-bin/ChangeLog
index 30734b2..fbb1f77 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: $
 
+  09 Feb 2015; Marius Brehler <mar...@linux.sungazer.de> epga-9999.ebuild:
+  Switch from git-2 to git-r3; Cleanup; Fix KEYWORDS
+
 *vague-bin-1.0.5 (08 Jan 2015)
 
   08 Jan 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> +files/vague.patch,

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 479d88a..11ef16b 100644
--- a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
+++ b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit java-pkg-2
 
-[ "$PV" == "9999" ] && inherit git-2
+[ "$PV" == "9999" ] && inherit git-r3
 
 DESCRIPTION="GUI for Velvet de novo assembler"
 HOMEPAGE="http://www.vicbioinformatics.com/software.vague.shtml";
@@ -15,14 +15,12 @@ if [ "$PV" == "9999" ]; then
        
EGIT_REPO_URI="https://github.com/Victorian-Bioinformatics-Consortium/vague";
        KEYWORDS=""
 else
-       SRC_URI="http://www.vicbioinformatics.com/vague-"${PV}".tar.gz";
+       SRC_URI="http://www.vicbioinformatics.com/vague-${PV}.tar.gz";
        KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND=">=virtual/jre-1.5
        sci-biology/velvet

Reply via email to