diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-21 14:00:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-21 14:05:13 +0200 |
commit | f1d1ad5a1ac391626ecca6236f4d191384721095 (patch) | |
tree | b56059c759a2d79fa1c92b82b12805919982186a /dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild | |
parent | dev-perl/IO-Interactive: Version bump 1.023 (diff) | |
download | gentoo-f1d1ad5a1ac391626ecca6236f4d191384721095.tar.gz gentoo-f1d1ad5a1ac391626ecca6236f4d191384721095.tar.bz2 gentoo-f1d1ad5a1ac391626ecca6236f4d191384721095.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild')
-rw-r--r-- | dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild b/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild new file mode 100644 index 000000000000..a1a76e66b42f --- /dev/null +++ b/dev-perl/IO-LockedFile/IO-LockedFile-0.230.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=RANI +DIST_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Supply object methods for locking files" + +SLOT="0" +KEYWORDS="amd64 x86" |