Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htag/
Date: Mon, 29 Nov 2021 19:01:09
Message-Id: 1638212437.c5b82fe689937e95d7abba2d65b0f0cc3406673a.jsmolic@gentoo
1 commit: c5b82fe689937e95d7abba2d65b0f0cc3406673a
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 18:59:46 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 19:00:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b82fe6
7
8 app-text/htag: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/826406
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-text/htag/htag-0.0.24-r1.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/app-text/htag/htag-0.0.24-r1.ebuild b/app-text/htag/htag-0.0.24-r1.ebuild
17 index a326995bb2ee..4a62922a36ea 100644
18 --- a/app-text/htag/htag-0.0.24-r1.ebuild
19 +++ b/app-text/htag/htag-0.0.24-r1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=8
27
28 inherit perl-module
29
30 @@ -12,13 +12,12 @@ SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz"
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="amd64 ~mips ppc ~sparc x86"
34 -IUSE=""
35
36 src_install() {
37 newbin htag.pl htag
38 - # establish "${D}"usr/share/doc/${PF}, mv 2 folders in 1 line
39 + # establish "${D}"/usr/share/doc/${PF}, mv 2 folders in 1 line
40 perl-module_src_install
41 - mv ./{example-scripts,docs/sample-config/} "${ED}"usr/share/doc/${PF}/ || die
42 + mv ./{example-scripts,docs/sample-config/} "${ED}"/usr/share/doc/${PF}/ || die
43 dodoc docs/{MACRO_DESCRIPTION,README}
44
45 insinto /usr/share/htag/plugins