commit: f74e1bf4fcbb0e1c1d7d243e3aee3fcab211e8a7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 00:06:37 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 00:13:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74e1bf4
dev-perl/Unicode-UTF8simple: EAPI=8 bump Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...mple-1.60.0.ebuild => Unicode-UTF8simple-1.60.0-r1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0.ebuild b/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0-r1.ebuild similarity index 64% rename from dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0.ebuild rename to dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0-r1.ebuild index 023a2afc943..b312c71f5fa 100644 --- a/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0.ebuild +++ b/dev-perl/Unicode-UTF8simple/Unicode-UTF8simple-1.60.0-r1.ebuild @@ -1,16 +1,13 @@ -# 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=GUS -MODULE_VERSION=1.06 +DIST_AUTHOR=GUS +DIST_VERSION=1.06 inherit perl-module DESCRIPTION="Conversions to/from UTF8 from/to charactersets" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -SRC_TEST="do"
