commit: 18aa9b70366f2b1b29ac277a1627f829c1d76bc2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 07:47:44 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 08:32:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aa9b70
dev-perl/File-Stat-Bits: -r bump for EAPI7 + fixes - EAPI7 - Fix LICENSE - Remove unused/empty variable assignments - Parallel tests Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild b/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild new file mode 100644 index 00000000000..3cb3a0708b9 --- /dev/null +++ b/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=FEDOROV +DIST_VERSION=1.01 +inherit perl-module + +DESCRIPTION="File stat bit mask constants" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~s390 ~x86"
