summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-06 21:48:02 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-06 22:26:53 +0100
commitab42ba35ed14c18f1cbadc1424d56b391c0c3e3f (patch)
tree37ae6f65f5a735ac343540ca40e963c003ca7f4b /sci-biology/newick-utils
parentsci-biology/ncbi-tools: Fix overlong DESCRIPTION (diff)
downloadgentoo-ab42ba35ed14c18f1cbadc1424d56b391c0c3e3f.tar.gz
gentoo-ab42ba35ed14c18f1cbadc1424d56b391c0c3e3f.tar.bz2
gentoo-ab42ba35ed14c18f1cbadc1424d56b391c0c3e3f.zip
sci-biology/newick-utils: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3856
Diffstat (limited to 'sci-biology/newick-utils')
-rw-r--r--sci-biology/newick-utils/Manifest2
-rw-r--r--sci-biology/newick-utils/newick-utils-1.3.0.ebuild25
-rw-r--r--sci-biology/newick-utils/newick-utils-1.5.0.ebuild25
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-biology/newick-utils/Manifest b/sci-biology/newick-utils/Manifest
index 3be7a9f29313..ca4d0cf96b01 100644
--- a/sci-biology/newick-utils/Manifest
+++ b/sci-biology/newick-utils/Manifest
@@ -1,3 +1 @@
-DIST newick-utils-1.3.0.tar.gz 6872730 SHA256 2c4d364a6b74d484b795681a08f648e1c89c373e6aa29c2b84bf690530bc54ee SHA512 29a1e9c8bbb77b6e6a7b5e8a76d00120a31dd2082822ad8918a497945ae8534d7112b5c70924d4a86341a48e17e55099396f70b470e6f0dad8fb555c4886c922 WHIRLPOOL 5198a81dc72a5561f5d1ad9f4c41a436bd0987945eeb768de5cb8dc7a12d317819da1458d7c1e120114da1e7bf6f63b79b0c091baa927a6f67b19ca1a70e93d1
-DIST newick-utils-1.5.0.tar.gz 7400423 SHA256 b5508ff31228c8d9fc9fb2e9b70aa24192248998c4e315dd82135323c05e1f67 SHA512 a6446d4d31f1b5a1978fdb57d4d4809fedf37bba78b48c26ce0745a3710cb364173094b6ee3088dc8cb4ffff7e70eea239e1ff215d42d7ab96101f71c1381573 WHIRLPOOL bc1c8faac7aba644c330dee614563ddc75f739d59bdcfa6416f1b6c069f500c2814b4450d309df176714fb8da5cb56fc69fb8e5de6c5e10e1504e24b43535e23
DIST newick-utils-1.6.tar.gz 7518535 SHA256 2c142a2806f6e1598585c8be5afba6d448c572ad21c142e70d6fd61877fee798 SHA512 1e327f9a32b5b0df097bcb63f933f9073a85f0499a2a48be122f4affca52ae1541e1a6e0cca7420447aa8fe8d10d6e76e8d89933b2f84e023d6c87b50808d96c WHIRLPOOL 3d7477a9ffcd2b410d9acf476e2850944dbe361f5c26d7dc853a20d4ec76d70032ab03b5929afa252bda7c24e790243174be8ec35115ba8e78f63eaa332d82d1
diff --git a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
deleted file mode 100644
index 94c51c218310..000000000000
--- a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="!dev-games/libnw"
-
-src_install() {
- einstall || die
-}
-
-src_test() {
- emake -C tests check-TESTS || die
-}
diff --git a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild b/sci-biology/newick-utils/newick-utils-1.5.0.ebuild
deleted file mode 100644
index 6bf8d108ca81..000000000000
--- a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="!dev-games/libnw"
-
-src_install() {
- einstall || die
-}
-
-src_test() {
- emake -C tests check-TESTS || die
-}