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/njplot/
Date: Sat, 25 Feb 2017 21:39:38
Message-Id: 1488058763.c458c83d9effcae240895c51e968764221f2e7dd.soap@gentoo
1 commit: c458c83d9effcae240895c51e968764221f2e7dd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 21:38:40 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 21:39:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c458c83d
7
8 sci-biology/njplot: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-biology/njplot/njplot-2.3-r1.ebuild | 35 ---------------------------------
13 sci-biology/njplot/njplot-2.3.ebuild | 34 --------------------------------
14 2 files changed, 69 deletions(-)
15
16 diff --git a/sci-biology/njplot/njplot-2.3-r1.ebuild b/sci-biology/njplot/njplot-2.3-r1.ebuild
17 deleted file mode 100644
18 index f766af55ea..0000000000
19 --- a/sci-biology/njplot/njplot-2.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting"
31 -HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html"
32 -SRC_URI="ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/njplot-${PV}.tar.gz"
33 -
34 -SLOT="0"
35 -LICENSE="public-domain"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -RDEPEND="
40 - sci-biology/ncbi-tools[X,static-libs]
41 - x11-libs/libXmu"
42 -DEPEND="${RDEPEND}"
43 -
44 -src_prepare() {
45 - sed -i -e "s%njplot.help%${EPREFIX}/usr/share/doc/${PF}/njplot.help%" njplot-vib.c || die
46 - epatch \
47 - "${FILESDIR}"/${P}-format-security.patch \
48 - "${FILESDIR}"/${P}-buildsystem.patch
49 - tc-export CC
50 -}
51 -
52 -src_install() {
53 - dobin newicktops newicktotxt njplot unrooted
54 - doman *.1
55 - dodoc README njplot.help
56 -}
57
58 diff --git a/sci-biology/njplot/njplot-2.3.ebuild b/sci-biology/njplot/njplot-2.3.ebuild
59 deleted file mode 100644
60 index 03bcad0099..0000000000
61 --- a/sci-biology/njplot/njplot-2.3.ebuild
62 +++ /dev/null
63 @@ -1,34 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI="2"
69 -
70 -inherit toolchain-funcs
71 -
72 -DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting"
73 -HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html"
74 -SRC_URI="ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/njplot-${PV}.tar.gz"
75 -
76 -SLOT="0"
77 -LICENSE="public-domain"
78 -KEYWORDS="amd64 x86"
79 -IUSE=""
80 -
81 -RDEPEND="
82 - sci-biology/ncbi-tools[X,static-libs]
83 - x11-libs/libXmu"
84 -DEPEND="${RDEPEND}"
85 -
86 -src_prepare() {
87 - sed -i -e 's|/banques0/ncbiJun04|/usr/include/ncbi|' \
88 - -e 's/CC = gcc/CC='$(tc-getCC)'/' -e 's/CFLAGS =/CFLAGS +=/' \
89 - makefile || die
90 - sed -i -e "s%njplot.help%/usr/share/doc/${PF}/njplot.help%" njplot-vib.c || die
91 -}
92 -
93 -src_install() {
94 - dobin newicktops newicktotxt njplot unrooted || die
95 - doman *.1 || die
96 - dodoc README njplot.help
97 -}