diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-10-26 16:18:39 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-10-26 16:18:39 +0000 |
commit | 63c1729283441f1946591af3af783d3b653925c4 (patch) | |
tree | aaca4109965f4a61a50822d5b3f5e42b48764813 /sci-biology/treeviewx | |
parent | Remove old. (diff) | |
download | gentoo-2-63c1729283441f1946591af3af783d3b653925c4.tar.gz gentoo-2-63c1729283441f1946591af3af783d3b653925c4.tar.bz2 gentoo-2-63c1729283441f1946591af3af783d3b653925c4.zip |
Remove old.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/treeviewx')
-rw-r--r-- | sci-biology/treeviewx/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild | 37 | ||||
-rw-r--r-- | sci-biology/treeviewx/treeviewx-0.5.1.ebuild | 36 |
3 files changed, 5 insertions, 74 deletions
diff --git a/sci-biology/treeviewx/ChangeLog b/sci-biology/treeviewx/ChangeLog index 6d56b9a1a3be..6b3df1df8cff 100644 --- a/sci-biology/treeviewx/ChangeLog +++ b/sci-biology/treeviewx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/treeviewx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/ChangeLog,v 1.24 2010/10/12 09:06:40 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/ChangeLog,v 1.25 2010/10/26 16:18:39 dirtyepic Exp $ + + 26 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> -treeviewx-0.5.1.ebuild, + -treeviewx-0.5.1-r1.ebuild: + Remove old. 12 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> treeviewx-0.5.1-r2.ebuild: diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild deleted file mode 100644 index ac61fd5b4d88..000000000000 --- a/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild,v 1.3 2010/02/18 02:55:23 dirtyepic Exp $ - -inherit eutils wxwidgets - -DESCRIPTION="A phylogenetic tree viewer" -HOMEPAGE="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/" -SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/0.5/tv-${PV}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 x86" -SLOT="0" -IUSE="" - -DEPEND="=x11-libs/wxGTK-2.6*" - -S="${WORKDIR}/tv-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-wxt.patch - epatch "${FILESDIR}"/${P}-gcc4.3.patch -} - -src_compile() { - WX_GTK_VER="2.6" - need-wxwidgets gtk2 - - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" -} diff --git a/sci-biology/treeviewx/treeviewx-0.5.1.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1.ebuild deleted file mode 100644 index e091bef5703c..000000000000 --- a/sci-biology/treeviewx/treeviewx-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild,v 1.8 2010/02/18 02:55:23 dirtyepic Exp $ - -inherit eutils wxwidgets - -DESCRIPTION="A phylogenetic tree viewer" -HOMEPAGE="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/" -SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/0.5/tv-${PV}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 x86" -SLOT="0" -IUSE="" - -DEPEND="=x11-libs/wxGTK-2.6*" - -S="${WORKDIR}/tv-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-wxt.patch -} - -src_compile() { - WX_GTK_VER="2.6" - need-wxwidgets gtk2 - - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" -} |