diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-06 06:18:00 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-06 06:18:31 +1200 |
commit | 4e33f6236d720852e5639e845d3d60259172fdc1 (patch) | |
tree | 8d90cfa0810d8757c0e926a36d508871d2d11cca /dev-perl/File-Slurp-Tiny | |
parent | sys-devel/gcc-config: bump up to 2.3.2 (diff) | |
download | gentoo-4e33f6236d720852e5639e845d3d60259172fdc1.tar.gz gentoo-4e33f6236d720852e5639e845d3d60259172fdc1.tar.bz2 gentoo-4e33f6236d720852e5639e845d3d60259172fdc1.zip |
dev-perl/File-Slurp-Tiny: -r bump for EAPI7
- EAPI7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-Slurp-Tiny')
-rw-r--r-- | dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild new file mode 100644 index 000000000000..4074ba3a9a7f --- /dev/null +++ b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.004 +inherit perl-module + +DESCRIPTION="A simple, sane and efficient file slurper" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Exporter-5.570.0 + virtual/perl-File-Spec +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" |