summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-25 22:38:40 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-25 22:39:23 +0100
commitc458c83d9effcae240895c51e968764221f2e7dd (patch)
treee2b8936d887a8cfb8907bbc175626ddc3fe1002b /sci-biology/njplot
parentsci-biology/njplot: Modernise to EAPI 6 (diff)
downloadgentoo-c458c83d9effcae240895c51e968764221f2e7dd.tar.gz
gentoo-c458c83d9effcae240895c51e968764221f2e7dd.tar.bz2
gentoo-c458c83d9effcae240895c51e968764221f2e7dd.zip
sci-biology/njplot: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology/njplot')
-rw-r--r--sci-biology/njplot/njplot-2.3-r1.ebuild35
-rw-r--r--sci-biology/njplot/njplot-2.3.ebuild34
2 files changed, 0 insertions, 69 deletions
diff --git a/sci-biology/njplot/njplot-2.3-r1.ebuild b/sci-biology/njplot/njplot-2.3-r1.ebuild
deleted file mode 100644
index f766af55ea96..000000000000
--- a/sci-biology/njplot/njplot-2.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils 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"
-
-SLOT="0"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- sci-biology/ncbi-tools[X,static-libs]
- x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i -e "s%njplot.help%${EPREFIX}/usr/share/doc/${PF}/njplot.help%" njplot-vib.c || die
- epatch \
- "${FILESDIR}"/${P}-format-security.patch \
- "${FILESDIR}"/${P}-buildsystem.patch
- tc-export CC
-}
-
-src_install() {
- dobin newicktops newicktotxt njplot unrooted
- doman *.1
- dodoc README njplot.help
-}
diff --git a/sci-biology/njplot/njplot-2.3.ebuild b/sci-biology/njplot/njplot-2.3.ebuild
deleted file mode 100644
index 03bcad009906..000000000000
--- a/sci-biology/njplot/njplot-2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-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"
-
-SLOT="0"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- sci-biology/ncbi-tools[X,static-libs]
- x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i -e 's|/banques0/ncbiJun04|/usr/include/ncbi|' \
- -e 's/CC = gcc/CC='$(tc-getCC)'/' -e 's/CFLAGS =/CFLAGS +=/' \
- makefile || die
- sed -i -e "s%njplot.help%/usr/share/doc/${PF}/njplot.help%" njplot-vib.c || die
-}
-
-src_install() {
- dobin newicktops newicktotxt njplot unrooted || die
- doman *.1 || die
- dodoc README njplot.help
-}