summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/newick-utils/newick-utils-1.6.ebuild')
-rw-r--r--sci-biology/newick-utils/newick-utils-1.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-biology/newick-utils/newick-utils-1.6.ebuild b/sci-biology/newick-utils/newick-utils-1.6.ebuild
new file mode 100644
index 000000000000..0d96b0826ba4
--- /dev/null
+++ b/sci-biology/newick-utils/newick-utils-1.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Tools for processing phylogenetic trees"
+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="!dev-games/libnw"
+
+src_test() {
+ emake -C tests check-TESTS
+}