Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/newick-utils/
Date: Mon, 06 Feb 2017 21:27:38
Message-Id: 1486416413.ab42ba35ed14c18f1cbadc1424d56b391c0c3e3f.soap@gentoo
1 commit: ab42ba35ed14c18f1cbadc1424d56b391c0c3e3f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 20:48:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 21:26:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab42ba35
7
8 sci-biology/newick-utils: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3856
12
13 sci-biology/newick-utils/Manifest | 2 --
14 sci-biology/newick-utils/newick-utils-1.3.0.ebuild | 25 ----------------------
15 sci-biology/newick-utils/newick-utils-1.5.0.ebuild | 25 ----------------------
16 3 files changed, 52 deletions(-)
17
18 diff --git a/sci-biology/newick-utils/Manifest b/sci-biology/newick-utils/Manifest
19 index 3be7a9f..ca4d0cf 100644
20 --- a/sci-biology/newick-utils/Manifest
21 +++ b/sci-biology/newick-utils/Manifest
22 @@ -1,3 +1 @@
23 -DIST newick-utils-1.3.0.tar.gz 6872730 SHA256 2c4d364a6b74d484b795681a08f648e1c89c373e6aa29c2b84bf690530bc54ee SHA512 29a1e9c8bbb77b6e6a7b5e8a76d00120a31dd2082822ad8918a497945ae8534d7112b5c70924d4a86341a48e17e55099396f70b470e6f0dad8fb555c4886c922 WHIRLPOOL 5198a81dc72a5561f5d1ad9f4c41a436bd0987945eeb768de5cb8dc7a12d317819da1458d7c1e120114da1e7bf6f63b79b0c091baa927a6f67b19ca1a70e93d1
24 -DIST newick-utils-1.5.0.tar.gz 7400423 SHA256 b5508ff31228c8d9fc9fb2e9b70aa24192248998c4e315dd82135323c05e1f67 SHA512 a6446d4d31f1b5a1978fdb57d4d4809fedf37bba78b48c26ce0745a3710cb364173094b6ee3088dc8cb4ffff7e70eea239e1ff215d42d7ab96101f71c1381573 WHIRLPOOL bc1c8faac7aba644c330dee614563ddc75f739d59bdcfa6416f1b6c069f500c2814b4450d309df176714fb8da5cb56fc69fb8e5de6c5e10e1504e24b43535e23
25 DIST newick-utils-1.6.tar.gz 7518535 SHA256 2c142a2806f6e1598585c8be5afba6d448c572ad21c142e70d6fd61877fee798 SHA512 1e327f9a32b5b0df097bcb63f933f9073a85f0499a2a48be122f4affca52ae1541e1a6e0cca7420447aa8fe8d10d6e76e8d89933b2f84e023d6c87b50808d96c WHIRLPOOL 3d7477a9ffcd2b410d9acf476e2850944dbe361f5c26d7dc853a20d4ec76d70032ab03b5929afa252bda7c24e790243174be8ec35115ba8e78f63eaa332d82d1
26
27 diff --git a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
28 deleted file mode 100644
29 index 94c51c2..00000000
30 --- a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2011 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="2"
38 -
39 -DESCRIPTION="Tools for processing phylogenetic trees (re-root, subtrees, trimming, pruning, condensing, drawing)"
40 -HOMEPAGE="http://cegg.unige.ch/newick_utils"
41 -SRC_URI="http://cegg.unige.ch/pub/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -IUSE=""
46 -KEYWORDS="amd64 x86"
47 -
48 -DEPEND=""
49 -RDEPEND="!dev-games/libnw"
50 -
51 -src_install() {
52 - einstall || die
53 -}
54 -
55 -src_test() {
56 - emake -C tests check-TESTS || die
57 -}
58
59 diff --git a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild b/sci-biology/newick-utils/newick-utils-1.5.0.ebuild
60 deleted file mode 100644
61 index 6bf8d10..00000000
62 --- a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2011 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -EAPI="2"
70 -
71 -DESCRIPTION="Tools for processing phylogenetic trees (re-root, subtrees, trimming, pruning, condensing, drawing)"
72 -HOMEPAGE="http://cegg.unige.ch/newick_utils"
73 -SRC_URI="http://cegg.unige.ch/pub/${P}.tar.gz"
74 -
75 -LICENSE="BSD"
76 -SLOT="0"
77 -IUSE=""
78 -KEYWORDS="~amd64 ~x86"
79 -
80 -DEPEND=""
81 -RDEPEND="!dev-games/libnw"
82 -
83 -src_install() {
84 - einstall || die
85 -}
86 -
87 -src_test() {
88 - emake -C tests check-TESTS || die
89 -}