From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- sci-biology/finchtv/finchtv-1.3.1-r3.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'sci-biology/finchtv/finchtv-1.3.1-r3.ebuild') 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 } -- cgit v1.2.3