* [gentoo-commits] proj/sci:fixing commit in: sci-biology/quicktree/
@ 2013-06-16 20:19 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2013-06-16 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 2b103066df3396032862b2d79bbcfe8eeee7e1ae
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 19:28:07 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 19:28:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2b103066
sci-biology/quicktree: Bump to EAPI=5 and fix license
Package-Manager: portage-2.2.0_alpha180
---
sci-biology/quicktree/ChangeLog | 6 +++++-
sci-biology/quicktree/metadata.xml | 10 +++++-----
sci-biology/quicktree/quicktree-1.1-r1.ebuild | 17 +++++++++--------
3 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/sci-biology/quicktree/ChangeLog b/sci-biology/quicktree/ChangeLog
index ba62064..00e62e4 100644
--- a/sci-biology/quicktree/ChangeLog
+++ b/sci-biology/quicktree/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-biology/quicktree
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Jun 2013; Justin Lecher <jlec@gentoo.org> quicktree-1.1-r1.ebuild,
+ metadata.xml:
+ Bump to EAPI=5 and fix license
+
*quicktree-1.1-r1 (08 Nov 2010)
08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> -quicktree-1.1.ebuild,
diff --git a/sci-biology/quicktree/metadata.xml b/sci-biology/quicktree/metadata.xml
index 3302123..fc7c769 100644
--- a/sci-biology/quicktree/metadata.xml
+++ b/sci-biology/quicktree/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>weaver@gentoo.org</email>
- <name>Andrey Kislyuk</name>
- </maintainer>
- <herd>sci-biology</herd>
+ <maintainer>
+ <email>weaver@gentoo.org</email>
+ <name>Andrey Kislyuk</name>
+ </maintainer>
+ <herd>sci-biology</herd>
</pkgmetadata>
diff --git a/sci-biology/quicktree/quicktree-1.1-r1.ebuild b/sci-biology/quicktree/quicktree-1.1-r1.ebuild
index 99053dc..e32314f 100644
--- a/sci-biology/quicktree/quicktree-1.1-r1.ebuild
+++ b/sci-biology/quicktree/quicktree-1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.0.1.ebuild,v 1.1 2009/09/10 23:14:22 weaver Exp $
+# $Header: $
EAPI=2
@@ -8,9 +8,9 @@ inherit toolchain-funcs
DESCRIPTION="Rapid reconstruction of phylogenies by the Neighbor-Joining method"
HOMEPAGE="http://www.sanger.ac.uk/Software/analysis/quicktree/"
-SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/quicktree/quicktree.tar.gz -> quicktree-${PV}.tar.gz"
+SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/${PN}/${PN}.tar.gz -> ${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="GRL"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
@@ -18,15 +18,16 @@ KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${PN}_${PV}
src_prepare() {
- sed -e "s/\-O2 \-Wall/${CFLAGS}/" \
+ sed \
+ -e "s/\-O2 \-Wall/${CFLAGS}/" \
-i Makefile || die
}
src_compile() {
- emake CC="$(tc-getCC)" LFLAGS="${LDFLAGS}" || die
+ emake CC="$(tc-getCC)" LFLAGS="${LDFLAGS}"
}
src_install() {
- dobin bin/quicktree || die
- dodoc README || die
+ dobin bin/quicktree
+ dodoc README
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-16 20:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 20:19 [gentoo-commits] proj/sci:fixing commit in: sci-biology/quicktree/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox