summaryrefslogtreecommitdiff
path: root/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'sci-biology/finchtv/finchtv-1.3.1-r3.ebuild')
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r3.ebuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
index 09ab304a7a3d..f37355307e2d 100644
--- a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
+++ b/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils
+inherit desktop
MY_PV="${PV//./_}"
MY_P=${PN}_${MY_PV}
@@ -15,7 +15,6 @@ 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}"
@@ -26,11 +25,13 @@ src_install() {
doexe finchtv
dodoc ReleaseNotes.txt
- docinto html
- dodoc -r Help/*
- insinto /usr/share/doc/${PN}
- doins -r SampleData
+ docinto examples
+ dodoc -r SampleData/.
+ docompress -x /usr/share/doc/${PF}/examples
+
+ docinto html
+ dodoc -r Help/.
newicon Help/media/FinchTV_Mac_App.png ${PN}.png
}