summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-27 17:23:55 +0100
committerSam James <sam@gentoo.org>2021-02-27 16:53:49 +0000
commita750b71b6083dc0d0182e3f1d7da4fbabb2a231d (patch)
tree2f4b4970f2ca51b7325cd55e2c96ed2cda7e5f1b
parentsci-calculators/qalculate-gtk: Remove old (diff)
downloadgentoo-a750b71b.tar.gz
gentoo-a750b71b.tar.bz2
gentoo-a750b71b.zip
sci-biology/finchtv: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild
deleted file mode 100644
index a08312d9033e..000000000000
--- a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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
- dodoc ReleaseNotes.txt
- dohtml -r Help/*
- insinto /usr/share/doc/${PN}
- doins -r SampleData
-}