summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-09 18:39:11 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-09 18:39:11 +0000
commit51db7e2b8ea69f3146c325079c807357394b9da4 (patch)
tree21d7ede4aab549def8eac4db0b285174f530f561 /sci-biology/njplot
parentAdd ip28 Local USE flags for our rudimentary IP28 (SGI Indigo2 R10000) suppor... (diff)
downloadhistorical-51db7e2b8ea69f3146c325079c807357394b9da4.tar.gz
historical-51db7e2b8ea69f3146c325079c807357394b9da4.tar.bz2
historical-51db7e2b8ea69f3146c325079c807357394b9da4.zip
Changed versioning scheme.
Diffstat (limited to 'sci-biology/njplot')
-rw-r--r--sci-biology/njplot/ChangeLog8
-rw-r--r--sci-biology/njplot/Manifest2
-rw-r--r--sci-biology/njplot/files/digest-njplot-11
-rw-r--r--sci-biology/njplot/files/digest-njplot-200501091
-rw-r--r--sci-biology/njplot/njplot-20050109.ebuild (renamed from sci-biology/njplot/njplot-1.ebuild)10
5 files changed, 14 insertions, 8 deletions
diff --git a/sci-biology/njplot/ChangeLog b/sci-biology/njplot/ChangeLog
index d22f9f4f150b..38776054b8e4 100644
--- a/sci-biology/njplot/ChangeLog
+++ b/sci-biology/njplot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/njplot-unrooted
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/ChangeLog,v 1.1 2005/01/09 18:30:03 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/ChangeLog,v 1.2 2005/01/09 18:34:14 ribosome Exp $
+
+*njplot-20050109 (09 Jan 2005)
+
+ 09 Jan 2005; Olivier Fisette <ribosome@gentoo.org> -njplot-1.ebuild,
+ +njplot-20050109.ebuild:
+ Changed versioning scheme. (Upstream does not use version numbers.)
*njplot-1 (09 Jan 2005)
diff --git a/sci-biology/njplot/Manifest b/sci-biology/njplot/Manifest
index 2277f1c36b39..8c4455c05075 100644
--- a/sci-biology/njplot/Manifest
+++ b/sci-biology/njplot/Manifest
@@ -1,4 +1,6 @@
+MD5 f028dc57e2a99cb40722fae5412bd761 njplot-20050109.ebuild 839
MD5 0707bd52088bd9183070446128bda71f njplot-1.ebuild 805
MD5 d81ad28c7a708f0001c2f2b72c661215 ChangeLog 749
MD5 a1727bd238aff0cb1debdf9b11b21b5e metadata.xml 609
+MD5 50d788774b229a8b182ad47e44b7123d files/digest-njplot-20050109 67
MD5 72fe56f3a4074cf7324d469c568a242a files/digest-njplot-1 69
diff --git a/sci-biology/njplot/files/digest-njplot-1 b/sci-biology/njplot/files/digest-njplot-1
deleted file mode 100644
index 5d1ded51f641..000000000000
--- a/sci-biology/njplot/files/digest-njplot-1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8228dbc78ab5858154063517d4b6e1 njplot-unrooted-1.tar.bz2 34352
diff --git a/sci-biology/njplot/files/digest-njplot-20050109 b/sci-biology/njplot/files/digest-njplot-20050109
new file mode 100644
index 000000000000..076d74c0d1cc
--- /dev/null
+++ b/sci-biology/njplot/files/digest-njplot-20050109
@@ -0,0 +1 @@
+MD5 90e5a9285c976929aaa8a8b04d73d806 njplot-20050109.tar.bz2 36953
diff --git a/sci-biology/njplot/njplot-1.ebuild b/sci-biology/njplot/njplot-20050109.ebuild
index 7b6583018a1e..d42656d39f99 100644
--- a/sci-biology/njplot/njplot-1.ebuild
+++ b/sci-biology/njplot/njplot-20050109.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-1.ebuild,v 1.1 2005/01/09 18:30:03 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-20050109.ebuild,v 1.1 2005/01/09 18:34:14 ribosome Exp $
DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting"
HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html"
-SRC_URI="mirror://gentoo/njplot-unrooted-1.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
@@ -21,15 +21,13 @@ src_unpack() {
}
src_compile() {
- make -e || die
+ make all -e || die
}
src_install() {
- dobin newicktops njplot unrooted
-
+ dobin add_root newicktops newicktotxt njplot unrooted
insinto /usr/share/doc/${PF}
doins njplot.help
-
insinto /usr/share/${PN}
doins test.ph
}