diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 06:37:46 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 06:38:29 +1200 |
commit | e37b89cc4999c2a0a13c8c592d8abf6e53e6c84f (patch) | |
tree | fe7a56f50dc3bb8ceaf72143d0a3ce0064a69ce9 /dev-perl/File-Flat/File-Flat-1.70.0.ebuild | |
parent | sys-kernel/gentoo-kernel: fix config name ppc64 -> ppc64le (diff) | |
download | gentoo-e37b89cc4999c2a0a13c8c592d8abf6e53e6c84f.tar.gz gentoo-e37b89cc4999c2a0a13c8c592d8abf6e53e6c84f.tar.bz2 gentoo-e37b89cc4999c2a0a13c8c592d8abf6e53e6c84f.zip |
dev-perl/File-Flat: bump to version 1.70.0
- EAPI7
- Module::Install workaround no longer needed
Upstream:
- Rework packaging
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-Flat/File-Flat-1.70.0.ebuild')
-rw-r--r-- | dev-perl/File-Flat/File-Flat-1.70.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/File-Flat/File-Flat-1.70.0.ebuild b/dev-perl/File-Flat/File-Flat-1.70.0.ebuild new file mode 100644 index 000000000000..4f0478b194cf --- /dev/null +++ b/dev-perl/File-Flat/File-Flat-1.70.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ETHER +DIST_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Implements a flat filesystem" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/File-Copy-Recursive-0.350.0 + >=dev-perl/File-Remove-0.380.0 + >=virtual/perl-File-Spec-0.850.0 + >=virtual/perl-File-Temp-0.170.0 + virtual/perl-IO + >=dev-perl/prefork-0.20.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + >=dev-perl/Test-ClassAPI-1.40.0 + >=virtual/perl-Test-Simple-0.470.0 + ) +" |