summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2010-06-06 07:14:05 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2010-06-06 07:14:05 +0000
commitd054c40fd4fb55b8f86c9c4d6bb59fc4fd72edad (patch)
tree24fae8f753f0b3dba0127922a59f34382b9536c9 /sci-biology/newick-utils
parentVersion bump for prawn 0.8.4. (diff)
downloadgentoo-2-d054c40fd4fb55b8f86c9c4d6bb59fc4fd72edad.tar.gz
gentoo-2-d054c40fd4fb55b8f86c9c4d6bb59fc4fd72edad.tar.bz2
gentoo-2-d054c40fd4fb55b8f86c9c4d6bb59fc4fd72edad.zip
New package, ebuild written by me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/newick-utils')
-rw-r--r--sci-biology/newick-utils/ChangeLog10
-rw-r--r--sci-biology/newick-utils/metadata.xml9
-rw-r--r--sci-biology/newick-utils/newick-utils-1.3.0.ebuild25
3 files changed, 44 insertions, 0 deletions
diff --git a/sci-biology/newick-utils/ChangeLog b/sci-biology/newick-utils/ChangeLog
new file mode 100644
index 000000000000..ae7434b86a9a
--- /dev/null
+++ b/sci-biology/newick-utils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/newick-utils
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v 1.1 2010/06/06 07:14:05 weaver Exp $
+
+*newick-utils-1.3.0 (06 Jun 2010)
+
+ 06 Jun 2010; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml,
+ +newick-utils-1.3.0.ebuild:
+ New package, ebuild written by me
+
diff --git a/sci-biology/newick-utils/metadata.xml b/sci-biology/newick-utils/metadata.xml
new file mode 100644
index 000000000000..3302123e5718
--- /dev/null
+++ b/sci-biology/newick-utils/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>
diff --git a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
new file mode 100644
index 000000000000..c93de9480479
--- /dev/null
+++ b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.3.0.ebuild,v 1.1 2010/06/06 07:14:05 weaver Exp $
+
+EAPI="2"
+
+DESCRIPTION="Tools for processing phylogenetic trees (re-root, subtrees, trimming, pruning, condensing, drawing)"
+HOMEPAGE="http://cegg.unige.ch/newick_utils"
+SRC_URI="http://cegg.unige.ch/pub/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ einstall || die
+}
+
+src_test() {
+ emake -C tests check-TESTS || die
+}