commit: 5bf5bd8ed64148ba97f7113221566f45824abed9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Aug 10 17:27:44 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 18:23:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf5bd8e
dev-perl/String-ShellQuote: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...te-1.40.0-r1.ebuild => String-ShellQuote-1.40.0-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r2.ebuild similarity index 67% rename from dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild rename to dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r2.ebuild index f2031c3f498..23c528dfb20 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=ROSCH -MODULE_VERSION=1.04 +DIST_AUTHOR=ROSCH +DIST_VERSION=1.04 inherit perl-module DESCRIPTION="Quote strings for passing through the shell" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 x86" -IUSE="" - -SRC_TEST=do
