commit: 2fc52a3d50f0a5c4f5dbd171b94459b18924155d Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 31 19:40:38 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 31 19:43:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc52a3d
dev-perl/PostScript: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...ostScript-0.60.0-r1.ebuild => PostScript-0.60.0-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/PostScript/PostScript-0.60.0-r1.ebuild b/dev-perl/PostScript/PostScript-0.60.0-r2.ebuild similarity index 64% rename from dev-perl/PostScript/PostScript-0.60.0-r1.ebuild rename to dev-perl/PostScript/PostScript-0.60.0-r2.ebuild index 5f8c031c288..af3d1cb6344 100644 --- a/dev-perl/PostScript/PostScript-0.60.0-r1.ebuild +++ b/dev-perl/PostScript/PostScript-0.60.0-r2.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=SHAWNPW -MODULE_VERSION=0.06 +DIST_AUTHOR=SHAWNPW +DIST_VERSION=0.06 inherit perl-module DESCRIPTION="An object that may be used to construct a block of text in PostScript" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -SRC_TEST="do"
