commit: 5b61d26446539ebb0054d7ca872226c3f16794e6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 12:25:10 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 12:25:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b61d264
sci-biology/dawg: Bump EAPI; version Bump
Package-Manager: portage-2.2.14
---
sci-biology/dawg/ChangeLog | 7 ++++++-
sci-biology/dawg/{dawg-1.1.1.ebuild => dawg-1.1.2.ebuild} | 15 ++++-----------
.../{dawg-1.1.1-gcc43.patch => dawg-1.1.2-gcc43.patch} | 0
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/sci-biology/dawg/ChangeLog b/sci-biology/dawg/ChangeLog
index ad8b3b9..326bac4 100644
--- a/sci-biology/dawg/ChangeLog
+++ b/sci-biology/dawg/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-biology/dawg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2014; Justin Lecher <[email protected]> -dawg-1.1.1.ebuild,
+ +dawg-1.1.2.ebuild, -files/dawg-1.1.1-gcc43.patch,
+ +files/dawg-1.1.2-gcc43.patch:
+ Bump EAPI; version Bump
+
25 Jun 2011; Justin Lecher <[email protected]> metadata.xml:
Fixed herd entry in metadata.xml
diff --git a/sci-biology/dawg/dawg-1.1.1.ebuild
b/sci-biology/dawg/dawg-1.1.2.ebuild
similarity index 73%
rename from sci-biology/dawg/dawg-1.1.1.ebuild
rename to sci-biology/dawg/dawg-1.1.2.ebuild
index 5bd5e2e..2ff6826 100644
--- a/sci-biology/dawg/dawg-1.1.1.ebuild
+++ b/sci-biology/dawg/dawg-1.1.2.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit eutils
DESCRIPTION="DNA Assembly With Gaps: Phylogenetic aligner for sequence
evolution simulation"
@@ -13,17 +15,8 @@ SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P}-RELEASE"
+S="${WORKDIR}"/${P}-RELEASE
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-gcc43.patch
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/sci-biology/dawg/files/dawg-1.1.1-gcc43.patch
b/sci-biology/dawg/files/dawg-1.1.2-gcc43.patch
similarity index 100%
rename from sci-biology/dawg/files/dawg-1.1.1-gcc43.patch
rename to sci-biology/dawg/files/dawg-1.1.2-gcc43.patch