commit:     95a13a1ee709d907d2c6065231104e807f590c46
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 13:28:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 13:28:55 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=95a13a1e

sci-biology/quicktree: cleanup old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/quicktree/quicktree-1.1-r1.ebuild | 32 ---------------------------
 1 file changed, 32 deletions(-)

diff --git a/sci-biology/quicktree/quicktree-1.1-r1.ebuild 
b/sci-biology/quicktree/quicktree-1.1-r1.ebuild
deleted file mode 100644
index 425df943a..000000000
--- a/sci-biology/quicktree/quicktree-1.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Rapid reconstruction of phylogenies by the Neighbor-Joining 
method"
-HOMEPAGE="https://www.sanger.ac.uk/tool/quicktree/";
-SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/${PN}/${PN}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GRL"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}/${PN}_${PV}
-
-src_prepare() {
-       sed \
-               -e "s/\-O2 \-Wall/${CFLAGS}/" \
-               -i Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" LFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin bin/quicktree
-       dodoc README
-}

Reply via email to