summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-12-20 23:38:57 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-12-20 23:38:57 +0000
commit470bee24a21b0e05dfcc67b874e745eb0e315b15 (patch)
treed9d72dee0b4b63d36aa40408949948fd30001eae /sci-biology
parentSparc stable, Bug #245515 (diff)
downloadgentoo-2-470bee24a21b0e05dfcc67b874e745eb0e315b15.tar.gz
gentoo-2-470bee24a21b0e05dfcc67b874e745eb0e315b15.tar.bz2
gentoo-2-470bee24a21b0e05dfcc67b874e745eb0e315b15.zip
Install in /opt fog bug #251613
(Portage version: 2.1.6.1/cvs/Linux 2.6.27-gentoo-r6 x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/finchtv/ChangeLog9
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r1.ebuild41
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1.ebuild4
3 files changed, 50 insertions, 4 deletions
diff --git a/sci-biology/finchtv/ChangeLog b/sci-biology/finchtv/ChangeLog
index 2332ec15a937..2a6bdf872bcd 100644
--- a/sci-biology/finchtv/ChangeLog
+++ b/sci-biology/finchtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/finchtv
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/ChangeLog,v 1.2 2007/12/31 15:39:07 je_fro Exp $
+# 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 $
+
+*finchtv-1.3.1-r1 (20 Dec 2008)
+
+ 20 Dec 2008; Jeff Gardner <je_fro@gentoo.org> +finchtv-1.3.1-r1.ebuild:
+ Install in /opt fog bug #251613
31 Dec 2007; Jeff Gardner <je_fro@gentoo.org> ChangeLog:
fixing my email addy in Changelog
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild
new file mode 100644
index 000000000000..a97e1a4d3a83
--- /dev/null
+++ b/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild
@@ -0,0 +1,41 @@
+# 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-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/"
+
+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 /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}/ \
+ || 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
index b34909395a36..276f4d680907 100644
--- a/sci-biology/finchtv/finchtv-1.3.1.ebuild
+++ b/sci-biology/finchtv/finchtv-1.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.1 2007/12/30 00:47:40 je_fro Exp $
+# $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/"