summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-20 20:24:42 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-20 20:24:42 +0000
commit67b9017349ed35fa5b69d2f7e0af8a81ed117a15 (patch)
treeccb07086540344ac2689a0f05074fde79d89d259 /sci-biology/finchtv
parentDrop old (diff)
downloadgentoo-2-67b9017349ed35fa5b69d2f7e0af8a81ed117a15.tar.gz
gentoo-2-67b9017349ed35fa5b69d2f7e0af8a81ed117a15.tar.bz2
gentoo-2-67b9017349ed35fa5b69d2f7e0af8a81ed117a15.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/finchtv')
-rw-r--r--sci-biology/finchtv/ChangeLog5
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r1.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/sci-biology/finchtv/ChangeLog b/sci-biology/finchtv/ChangeLog
index 70f4bb5f167a..09a4aaccd519 100644
--- a/sci-biology/finchtv/ChangeLog
+++ b/sci-biology/finchtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/finchtv
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/ChangeLog,v 1.10 2015/04/19 10:00:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/finchtv/ChangeLog,v 1.11 2015/04/20 20:24:42 jlec Exp $
+
+ 20 Apr 2015; Justin Lecher <jlec@gentoo.org> -finchtv-1.3.1-r1.ebuild:
+ Drop old
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> finchtv-1.3.1-r2.ebuild:
Stable for x86, wrt bug #545798
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild
deleted file mode 100644
index 8968ab7db677..000000000000
--- a/sci-biology/finchtv/finchtv-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 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.5 2012/07/24 12:22:42 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"
-
-LICENSE="finchtv"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-QA_PREBUILT="opt/bin/*"
-
-src_install() {
- 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"
- insinto /usr/share/doc/${PF}/
- doins -r SampleData \
- || die "Failed to move SampleData"
-
-}