commit:     3a9a8985f4975eca4af6be847be3c0955beaa344
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  9 09:06:46 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 09:08:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3a9a8985

sci-biology/sga-9999: Switch from git-2 to git-r3; Cleanup; Add missing die

---
 sci-biology/sga/ChangeLog       | 5 ++++-
 sci-biology/sga/sga-9999.ebuild | 8 +++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sci-biology/sga/ChangeLog b/sci-biology/sga/ChangeLog
index 0f7e181..1408f94 100644
--- a/sci-biology/sga/ChangeLog
+++ b/sci-biology/sga/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-biology/sga
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2015; Marius Brehler <[email protected]> sga-9999.ebuild:
+  Switch from git-2 to git-r3; Cleanup; Add missing die
+
 *sga-9999 (24 Mar 2014)
 
   24 Mar 2014; Martin Mokrejs <[email protected]> +sga-9999.ebuild,

diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild
index 5393f87..5f43969 100644
--- a/sci-biology/sga/sga-9999.ebuild
+++ b/sci-biology/sga/sga-9999.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit eutils
-
-[ "$PV" == "9999" ] && inherit git-2
+inherit eutils git-r3
 
 DESCRIPTION="String Graph Assembler for short-read assemblies"
 HOMEPAGE="https://github.com/jts/sga";
@@ -27,7 +25,7 @@ RDEPEND="${DEPEND}"
 
 src_configure(){
        cd src || die
-       ./autogen.sh
+       ./autogen.sh || die
        econf --with-bamtools=/usr
 }
 

Reply via email to