diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-07 19:47:44 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-07 20:32:37 +1200 |
commit | 18aa9b70366f2b1b29ac277a1627f829c1d76bc2 (patch) | |
tree | c6159463ea242b2690ecc88c45be6773d2274404 /dev-perl/File-Stat-Bits | |
parent | dev-libs/libmba: Decompress manual pages (diff) | |
download | gentoo-18aa9b70366f2b1b29ac277a1627f829c1d76bc2.tar.gz gentoo-18aa9b70366f2b1b29ac277a1627f829c1d76bc2.tar.bz2 gentoo-18aa9b70366f2b1b29ac277a1627f829c1d76bc2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/File-Stat-Bits')
-rw-r--r-- | dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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 000000000000..3cb3a0708b90 --- /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" |