Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/finchtv/
Date: Sat, 27 Feb 2021 16:54:39
Message-Id: 1614444829.a750b71b6083dc0d0182e3f1d7da4fbabb2a231d.sam@gentoo
1 commit: a750b71b6083dc0d0182e3f1d7da4fbabb2a231d
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat Feb 27 16:23:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 16:53:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a750b71b
7
8 sci-biology/finchtv: Remove old
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-biology/finchtv/finchtv-1.3.1-r2.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild
17 deleted file mode 100644
18 index a08312d9033..00000000000
19 --- a/sci-biology/finchtv/finchtv-1.3.1-r2.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MY_PV="${PV//./_}"
28 -MY_P=${PN}_${MY_PV}
29 -
30 -DESCRIPTION="Graphical viewer for chromatogram files"
31 -HOMEPAGE="http://www.geospiza.com/finchtv/"
32 -SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz"
33 -
34 -LICENSE="finchtv"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
37 -IUSE=""
38 -
39 -S="${WORKDIR}/${MY_P}"
40 -
41 -QA_PREBUILT="opt/bin/*"
42 -
43 -src_install() {
44 - exeinto /opt/bin
45 - doexe finchtv
46 - dodoc ReleaseNotes.txt
47 - dohtml -r Help/*
48 - insinto /usr/share/doc/${PN}
49 - doins -r SampleData
50 -}