summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/njplot/njplot-2.3-r2.ebuild')
-rw-r--r--sci-biology/njplot/njplot-2.3-r2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-biology/njplot/njplot-2.3-r2.ebuild b/sci-biology/njplot/njplot-2.3-r2.ebuild
deleted file mode 100644
index 420861dac42b..000000000000
--- a/sci-biology/njplot/njplot-2.3-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting"
-HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html"
-SRC_URI="ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/njplot-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- sci-biology/ncbi-tools[X,static-libs]
- x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-format-security.patch
- "${FILESDIR}"/${P}-buildsystem.patch
-)
-
-src_prepare() {
- default
- sed -i -e "s:njplot.help:${EPREFIX}/usr/share/doc/${PF}/njplot.help:" njplot-vib.c || die
-
- tc-export CC
-}
-
-src_install() {
- dobin newicktops newicktotxt njplot unrooted
- doman *.1
- dodoc README njplot.help
-}