commit:     ca3d7f1f668f4dcfa6f656e163bc4928419daca6
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Feb 17 09:36:25 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 09:36:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3d7f1f

sci-biology/finchtv: Port to EAPI 7

Closes: https://bugs.gentoo.org/731914
Bug: https://bugs.gentoo.org/770757
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/finchtv/finchtv-1.3.1-r3.ebuild | 17 +++++++++--------
 1 file 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 09ab304a7a3..f37355307e2 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
 }

Reply via email to