diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 18:33:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 18:52:55 +0100 |
commit | a82118063fa292fd5d5eb3ef471174e645895877 (patch) | |
tree | ea771934434ae208b8c4adf8f19f1dc2a3747891 /dev-perl | |
parent | dev-perl/HTML-StripScripts-Parser: EAPI=8 bump (diff) | |
download | gentoo-a82118063fa292fd5d5eb3ef471174e645895877.tar.gz gentoo-a82118063fa292fd5d5eb3ef471174e645895877.tar.bz2 gentoo-a82118063fa292fd5d5eb3ef471174e645895877.zip |
dev-perl/HTML-Table: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Table/HTML-Table-2.08a-r2.ebuild (renamed from dev-perl/HTML-Table/HTML-Table-2.08a-r1.ebuild) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-perl/HTML-Table/HTML-Table-2.08a-r1.ebuild b/dev-perl/HTML-Table/HTML-Table-2.08a-r2.ebuild index 8100d4c3b593..5eccfcd9aca0 100644 --- a/dev-perl/HTML-Table/HTML-Table-2.08a-r1.ebuild +++ b/dev-perl/HTML-Table/HTML-Table-2.08a-r2.ebuild @@ -1,16 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=AJPEACOCK +DIST_AUTHOR=AJPEACOCK inherit perl-module DESCRIPTION="produces HTML tables" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" |