summaryrefslogtreecommitdiff
path: root/sci-biology/finchtv
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
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'sci-biology/finchtv')
-rw-r--r--sci-biology/finchtv/Manifest2
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r3.ebuild17
2 files changed, 10 insertions, 9 deletions
diff --git a/sci-biology/finchtv/Manifest b/sci-biology/finchtv/Manifest
index 1eb48ad0f1f3..d98c46dbcab5 100644
--- a/sci-biology/finchtv/Manifest
+++ b/sci-biology/finchtv/Manifest
@@ -1,4 +1,4 @@
DIST finchtv_1_3_1.tar.gz 6706911 BLAKE2B 5aea60c2a107dc0d1d878b0416011f57bfcdb73b6e7c0da80be5b485ec5824aae7c610235057b74002765f5ab5e7bd250efec2a04a471b55abd046afc560ea38 SHA512 813217a6d44cbd60fff061da94f70adadcc803b77352b278246711bf1b952b592a0fdb6bfc9d74264d896cb816078e809bdc633981d4009c422f59f74aca5bc8
EBUILD finchtv-1.3.1-r2.ebuild 610 BLAKE2B 4c58fdc546782232ea8c1fc5937ab83ba36000bbea56b83d813a9afd52cdc9caff0b946235f9d452c2ee287d11a228697c8a972e2bbbdaa94c640e4ac40c82eb SHA512 693cc060e91d2ed1ca9d4bc6ff6baaa9a3afe1a876d83d79e3cc3d4c416f8e7ddc878696e890e0b4e660ed5c017c0402bb8247e1b4d6d819f567292b5aa168a7
-EBUILD finchtv-1.3.1-r3.ebuild 694 BLAKE2B ede749140addd096bd6ab449b94af6f204b8970b4978d49971ff1c46d3cde1bd225a8792ea76b68272ca080ac08b8d989e8cf704b09797b3b5d5bad0ec0c47e3 SHA512 0772745c5d1d529def77475c8fdc90321c029dbd0b87ea5b65db65cf29485a8e59b2c0aa2003e6c8d0b7b2bffdb5b988d1452da7a7d32775b539dd2676f59a96
+EBUILD finchtv-1.3.1-r3.ebuild 720 BLAKE2B 1f3fb4ab17064186d094a1828f63e263619254974693df814dc19ca717c7ce555ba0788fd6d18fcc2d4b00655991d26f27b2fea940e3d77978371d6d73c0981f SHA512 511e0a9506d51cf765c89dd6dae1675be9e76cbbd264ba1bb559d137e9fed92ea97e1960683aa7d7ccef7c6cbab176a1ab11d6c3304ff0e54960fc85af16c5b9
MISC metadata.xml 267 BLAKE2B 7cf386952842945148119de3263231db4d1046d5f54811f7e303ed8ec4d27cbc1960b99c92daf6f32e5b981c2fb9f50ec666be6193865d6e18541b7427a152a9 SHA512 91ab266d9ab24401bc0fec759c5b6cfcf44a3c5669fc31c7301d79770839bb5dfa0e155d949392ef06176b4a0b2c32b91b1b54b0027f972db61f0a5e54644403
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
}