diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Path-Class | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-perl/Path-Class')
| -rw-r--r-- | dev-perl/Path-Class/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Path-Class/Path-Class-0.370.0.ebuild | 39 | ||||
| -rw-r--r-- | dev-perl/Path-Class/metadata.xml | 16 |
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-perl/Path-Class/Manifest b/dev-perl/Path-Class/Manifest new file mode 100644 index 000000000000..877d5c71c2cc --- /dev/null +++ b/dev-perl/Path-Class/Manifest @@ -0,0 +1 @@ +DIST Path-Class-0.37.tar.gz 37473 BLAKE2B 1017de1f17cf0d0f27b07b8f59dfaa4a139e573ff67e7b8c37b522a8c164156943d5281daa5b4daaea87e72fa6b2d0229ede6aafe8f7b093ad0aac1d51d8314b SHA512 044d86f85eebff96bdff8fc11e97884eb4e06d56ecd2d3bfdc045135da6f08c40e644e0e5c1a779a8ef5d6c7c04e159e47721b4e637a92fed7d298b5f798ef83 diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild b/dev-perl/Path-Class/Path-Class-0.370.0.ebuild new file mode 100644 index 000000000000..11e437560272 --- /dev/null +++ b/dev-perl/Path-Class/Path-Class-0.370.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=KWILLIAMS +DIST_VERSION=0.37 +inherit perl-module + +DESCRIPTION="Cross-platform path specification manipulation" + +SLOT="0" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Path + >=virtual/perl-File-Spec-3.260.0 + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Perl-OSType + virtual/perl-Scalar-List-Utils + virtual/perl-parent +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.360.100 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-Test + virtual/perl-Test-Simple + ) +" +src_test() { + perl_rm_files "t/author-critic.t" + perl-module_src_test +} diff --git a/dev-perl/Path-Class/metadata.xml b/dev-perl/Path-Class/metadata.xml new file mode 100644 index 000000000000..ccbe1b1556a7 --- /dev/null +++ b/dev-perl/Path-Class/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Path-Class</remote-id> + <remote-id type="cpan-module">Path::Class</remote-id> + <remote-id type="cpan-module">Path::Class::Dir</remote-id> + <remote-id type="cpan-module">Path::Class::Entity</remote-id> + <remote-id type="cpan-module">Path::Class::File</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
