commit:     08f1d6e7c918030de198ccd353a39146e04d0ce8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 13:10:26 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 13:10:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08f1d6e7

sci-biology/fastdnaml: Bump EAPI; version Bump

Package-Manager: portage-2.2.14

---
 sci-biology/fastdnaml/ChangeLog                  |  8 +++++-
 sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild     | 33 ----------------------
 sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild | 35 ++++++++++++++++++++++++
 sci-biology/fastdnaml/metadata.xml               | 10 +++----
 4 files changed, 47 insertions(+), 39 deletions(-)

diff --git a/sci-biology/fastdnaml/ChangeLog b/sci-biology/fastdnaml/ChangeLog
index 853bf03..64e9b6b 100644
--- a/sci-biology/fastdnaml/ChangeLog
+++ b/sci-biology/fastdnaml/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-biology/fastdnaml
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fastdnaml-1.2.2_p10 (10 Nov 2014)
+
+  10 Nov 2014; Justin Lecher <[email protected]> -fastdnaml-1.2.2.ebuild,
+  +fastdnaml-1.2.2_p10.ebuild, metadata.xml:
+  Bump EAPI; version Bump
+
   07 Jul 2008; weaver <[email protected]> +metadata.xml,
   +fastdnaml-1.2.2.ebuild:
   New ebuild, bug 114089

diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild 
b/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild
deleted file mode 100644
index f1ca369..0000000
--- a/sci-biology/fastdnaml/fastdnaml-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DEB_PATCHLVL=8
-
-DESCRIPTION="Maximum likelihood phylogenetic tree builder for DNA sequences"
-HOMEPAGE="http://directory.fsf.org/project/fastDNAml/";
-SRC_URI="mirror://debian/pool/main/f/fastdnaml/${PN}_${PV}.orig.tar.gz
-       
mirror://debian/pool/main/f/fastdnaml/${PN}_${PV}-${DEB_PATCHLVL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       mv "${WORKDIR}/fastDNAml_${PV}" "${WORKDIR}/${P}"
-       epatch "${WORKDIR}/${PN}_${PV}-${DEB_PATCHLVL}.diff"
-}
-
-src_install() {
-       mkdir -p "${D}"/usr/{bin,lib/fastdnaml/bin} || die
-       emake DESTDIR="${D}" install || die
-       dodoc docs/*
-       doman debian/fastDNAml.1
-}

diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild 
b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
new file mode 100644
index 0000000..8b67c3c
--- /dev/null
+++ b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DEB_PATCHLVL=10
+
+DESCRIPTION="Maximum likelihood phylogenetic tree builder for DNA sequences"
+HOMEPAGE="http://directory.fsf.org/project/fastDNAml/";
+SRC_URI="
+       
mirror://debian/pool/main/f/fastdnaml/${PN}_${PV%%_p${DEB_PATCHLVL}}.orig.tar.gz
+       mirror://debian/pool/main/f/fastdnaml/${PN}_${PV/_p/-}.debian.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"/fastDNAml_${PV/_p/-}
+
+src_prepare() {
+       mv ../debian . || die
+       EPATCH_OPTS="-p1" \
+               epatch debian/patches/*patch
+}
+
+src_install() {
+       dodir /usr/{bin,lib/fastdnaml/bin}
+       default
+       dodoc docs/*
+       doman debian/fastDNAml.1
+}

diff --git a/sci-biology/fastdnaml/metadata.xml 
b/sci-biology/fastdnaml/metadata.xml
index 3302123..fc7c769 100644
--- a/sci-biology/fastdnaml/metadata.xml
+++ b/sci-biology/fastdnaml/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Andrey Kislyuk</name>
-       </maintainer>
-       <herd>sci-biology</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Andrey Kislyuk</name>
+  </maintainer>
+  <herd>sci-biology</herd>
 </pkgmetadata>

Reply via email to