diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-10-15 12:58:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-10-15 12:58:47 +0000 |
commit | 9b133e6c6458f51958313e6ae14840ef9e2c7b56 (patch) | |
tree | 7fee614b13fdab3a6cc1019560e893b3453f1ff1 /sci-biology/finchtv | |
parent | Marking libesmtp-1.0.6 ppc for bug 312489 (diff) | |
download | gentoo-2-9b133e6c6458f51958313e6ae14840ef9e2c7b56.tar.gz gentoo-2-9b133e6c6458f51958313e6ae14840ef9e2c7b56.tar.bz2 gentoo-2-9b133e6c6458f51958313e6ae14840ef9e2c7b56.zip |
Cleaned old versions and curent ebuild; keyworded for ~-linux prefix
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/finchtv')
-rw-r--r-- | sci-biology/finchtv/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/finchtv/finchtv-1.3.1-r1.ebuild | 27 | ||||
-rw-r--r-- | sci-biology/finchtv/finchtv-1.3.1.ebuild | 41 |
3 files changed, 14 insertions, 62 deletions
diff --git a/sci-biology/finchtv/ChangeLog b/sci-biology/finchtv/ChangeLog index 2a6bdf872bcd..c6f8e22e1e89 100644 --- a/sci-biology/finchtv/ChangeLog +++ b/sci-biology/finchtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/finchtv -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/ChangeLog,v 1.3 2008/12/20 23:38:57 je_fro Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/ChangeLog,v 1.4 2010/10/15 12:58:47 jlec Exp $ + + 15 Oct 2010; Justin Lecher <jlec@gentoo.org> -finchtv-1.3.1.ebuild, + finchtv-1.3.1-r1.ebuild: + Cleaned old versions and curent ebuild; keyworded for ~-linux prefix *finchtv-1.3.1-r1 (20 Dec 2008) diff --git a/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild index a97e1a4d3a83..c5bb93fce9fa 100644 --- a/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild +++ b/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild @@ -1,41 +1,30 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild,v 1.1 2008/12/20 23:38:57 je_fro Exp $ - -DESCRIPTION="A cross-platform graphical viewer for chromatogram files." -HOMEPAGE="http://www.geospiza.com/finchtv/" +# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild,v 1.2 2010/10/15 12:58:46 jlec Exp $ MY_PV="${PV//./_}" MY_P=${PN}_${MY_PV} +DESCRIPTION="Graphical viewer for chromatogram files" +HOMEPAGE="http://www.geospiza.com/finchtv/" SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - LICENSE="finchtv" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="" -RDEPEND="" - -src_compile() { - echo - einfo "Nothing to compile." - echo -} +S="${WORKDIR}/${MY_P}" src_install() { - - cd "${S}" exeinto /opt/bin doexe finchtv || die "Failed to install executable" dodoc License.txt ReleaseNotes.txt \ || die "Failed to install docs" dohtml -r Help/* \ || die "Failed to install html docs" - mv SampleData "${D}"/usr/share/doc/${PF}/ \ + insinto /usr/share/doc/${PF}/ + doins -r SampleData \ || die "Failed to move SampleData" } diff --git a/sci-biology/finchtv/finchtv-1.3.1.ebuild b/sci-biology/finchtv/finchtv-1.3.1.ebuild deleted file mode 100644 index 276f4d680907..000000000000 --- a/sci-biology/finchtv/finchtv-1.3.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/finchtv-1.3.1.ebuild,v 1.2 2008/12/20 23:38:57 je_fro Exp $ - -DESCRIPTION="A cross-platform graphical viewer for chromatogram files." -HOMEPAGE="http://www.geospiza.com/finchtv/" - -MY_PV="${PV//./_}" -MY_P=${PN}_${MY_PV} - -SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="finchtv" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - echo - einfo "Nothing to compile." - echo -} - -src_install() { - - cd "${S}" - exeinto /usr/bin - doexe finchtv || die "Failed to install executable" - dodoc License.txt ReleaseNotes.txt \ - || die "Failed to install docs" - dohtml -r Help/* \ - || die "Failed to install html docs" - mv SampleData "${D}"/usr/share/doc/${PF}/ \ - || die "Failed to move SampleData" - -} |