summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-13 16:21:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-13 16:21:06 +0200
commit8f8cd2d262bf84b74878b72ba945bfb7391923ba (patch)
tree4222293d622ef5bf5cd5fefcf55b6afd4d8a7d9f /dev-perl/HTML-Highlight
parentdev-perl/HTML-FormatText-WithLinks: EAPI=7 bump (diff)
downloadgentoo-8f8cd2d262bf84b74878b72ba945bfb7391923ba.tar.gz
gentoo-8f8cd2d262bf84b74878b72ba945bfb7391923ba.tar.bz2
gentoo-8f8cd2d262bf84b74878b72ba945bfb7391923ba.zip
dev-perl/HTML-Highlight: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Highlight')
-rw-r--r--dev-perl/HTML-Highlight/HTML-Highlight-0.200.0-r1.ebuild (renamed from dev-perl/HTML-Highlight/HTML-Highlight-0.200.0.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/HTML-Highlight/HTML-Highlight-0.200.0.ebuild b/dev-perl/HTML-Highlight/HTML-Highlight-0.200.0-r1.ebuild
index e3ab2a8fdde1..342d57ffaa25 100644
--- a/dev-perl/HTML-Highlight/HTML-Highlight-0.200.0.ebuild
+++ b/dev-perl/HTML-Highlight/HTML-Highlight-0.200.0-r1.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR="TRIPIE"
-MODULE_VERSION=0.20
+DIST_AUTHOR="TRIPIE"
+DIST_VERSION=0.20
inherit perl-module
DESCRIPTION="A module to highlight words or patterns in HTML documents"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-SRC_TEST="do"
PATCHES=( "${FILESDIR}"/fix-pod.patch )