commit:     bd07cb3e4809166cf45d4eb1b032f15219fc8d68
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 11 08:20:00 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 08:20:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd07cb3e

sci-chemistry/rosetta-tools: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 sci-chemistry/rosetta-tools/ChangeLog                | 6 +++++-
 sci-chemistry/rosetta-tools/metadata.xml             | 2 +-
 sci-chemistry/rosetta-tools/rosetta-tools-3.0.ebuild | 9 +++++++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/rosetta-tools/ChangeLog 
b/sci-chemistry/rosetta-tools/ChangeLog
index 6c9d10d..7b7342e 100644
--- a/sci-chemistry/rosetta-tools/ChangeLog
+++ b/sci-chemistry/rosetta-tools/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-chemistry/rosetta-tools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2014; Justin Lecher <[email protected]> rosetta-tools-3.0.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
 *rosetta-tools-3.0 (14 Apr 2009)
 
   14 Apr 2009; Justin Lecher (jlec) <[email protected]> +metadata.xml,

diff --git a/sci-chemistry/rosetta-tools/metadata.xml 
b/sci-chemistry/rosetta-tools/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/rosetta-tools/metadata.xml
+++ b/sci-chemistry/rosetta-tools/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>sci-chemistry</herd>
+  <herd>sci-chemistry</herd>
 </pkgmetadata>

diff --git a/sci-chemistry/rosetta-tools/rosetta-tools-3.0.ebuild 
b/sci-chemistry/rosetta-tools/rosetta-tools-3.0.ebuild
index 2f868ae..57386c1 100644
--- a/sci-chemistry/rosetta-tools/rosetta-tools-3.0.ebuild
+++ b/sci-chemistry/rosetta-tools/rosetta-tools-3.0.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 MY_PN="BioTools"
 MY_P="${MY_PN}-${PV}"
 
@@ -13,14 +15,17 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-RESTRICT="fetch"
 
+DEPEND=""
 RDEPEND="dev-lang/perl"
 
+RESTRICT="fetch"
+
 S="${WORKDIR}/${MY_PN}"
 
 src_install() {
+       local x
        for x in $(ls *.pl); do
-               newbin ${x} ${x%.pl} || die "failed to install ${x}"
+               newbin ${x} ${x%.pl}
        done
 }

Reply via email to