diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-29 19:59:46 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-29 20:00:37 +0100 |
commit | c5b82fe689937e95d7abba2d65b0f0cc3406673a (patch) | |
tree | 747445d2bddd2f1e88ac76bf67c1aaaf723d2941 /app-text/htag | |
parent | net-analyzer/arp-sk: Port to EAPI 8 (diff) | |
download | gentoo-c5b82fe689937e95d7abba2d65b0f0cc3406673a.tar.gz gentoo-c5b82fe689937e95d7abba2d65b0f0cc3406673a.tar.bz2 gentoo-c5b82fe689937e95d7abba2d65b0f0cc3406673a.zip |
app-text/htag: Port to EAPI 8
Closes: https://bugs.gentoo.org/826406
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text/htag')
-rw-r--r-- | app-text/htag/htag-0.0.24-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/htag/htag-0.0.24-r1.ebuild b/app-text/htag/htag-0.0.24-r1.ebuild index a326995bb2ee..4a62922a36ea 100644 --- a/app-text/htag/htag-0.0.24-r1.ebuild +++ b/app-text/htag/htag-0.0.24-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit perl-module @@ -12,13 +12,12 @@ SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ppc ~sparc x86" -IUSE="" src_install() { newbin htag.pl htag - # establish "${D}"usr/share/doc/${PF}, mv 2 folders in 1 line + # establish "${D}"/usr/share/doc/${PF}, mv 2 folders in 1 line perl-module_src_install - mv ./{example-scripts,docs/sample-config/} "${ED}"usr/share/doc/${PF}/ || die + mv ./{example-scripts,docs/sample-config/} "${ED}"/usr/share/doc/${PF}/ || die dodoc docs/{MACRO_DESCRIPTION,README} insinto /usr/share/htag/plugins |