commit: f1d1ad5a1ac391626ecca6236f4d191384721095 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 12:00:50 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 12:05:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d1ad5a
dev-perl/IO-LockedFile: EAPI=7 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...File-0.230.0-r1.ebuild => IO-LockedFile-0.230.0-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r1.ebuild b/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild similarity index 62% rename from dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r1.ebuild rename to dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild index 53bc244876c..a1a76e66b42 100644 --- a/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r1.ebuild +++ b/dev-perl/IO-LockedFile/IO-LockedFile-0.230.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=7 -MODULE_AUTHOR=RANI -MODULE_VERSION=0.23 +DIST_AUTHOR=RANI +DIST_VERSION=0.23 inherit perl-module DESCRIPTION="Supply object methods for locking files" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -SRC_TEST=do
