summaryrefslogtreecommitdiff
path: root/dev-perl/Path-IsDev
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Path-IsDev
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Path-IsDev')
-rw-r--r--dev-perl/Path-IsDev/Manifest3
-rw-r--r--dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild38
-rw-r--r--dev-perl/Path-IsDev/metadata.xml38
3 files changed, 79 insertions, 0 deletions
diff --git a/dev-perl/Path-IsDev/Manifest b/dev-perl/Path-IsDev/Manifest
new file mode 100644
index 000000000000..b9bac6db56ec
--- /dev/null
+++ b/dev-perl/Path-IsDev/Manifest
@@ -0,0 +1,3 @@
+DIST Path-IsDev-1.001003.tar.gz 188687 BLAKE2B f3f226d73ffb7aebb8cd936b384236e4542f925bfef575c9bc4199de3fad84fd94d4d45ba026315de4ee6d4cc47d48cfd205df698fe9a0f13e8c5e55e552ee58 SHA512 fd4e355d0e67ec210eba443d5867dce181664da6ae300d81b98e77fd78a25d5a4f95e0b901f0a6c7596f28a3e2e37264f31226c410f5e6fb6a565d2ef0618d59
+EBUILD Path-IsDev-1.1.3.ebuild 859 BLAKE2B 51909deb1e6537accd6f5f557574db2f85a4dd259ade35d0a3ffd9f7e4cf2c28c6fe8b08beec05259aaa2280e8ddf77856ad45558fdc8037015a2e9b07b9be73 SHA512 3ab7881c60bcf8d169ee3ba94f1a874cb6ad360238a03bf77a8f9f476adf5ef17195573e7dc06ba99410e2af2167b3e0402e52ef441ca2b96c70d4dd90c31108
+MISC metadata.xml 2593 BLAKE2B e08047e4f6ff5cd63734354f862462cd6ae1a28b4e7a8cc4cd95cf304cb383cf7f291d3392ca30facc57df86093e212102255522d656857ce5efd99d61175635 SHA512 230f2273845df5314d8ad3e2174ee8c7eadb3655fde12ce1cba533bb53b410425eae8d038a0926e8a114c99fa5f8ef85e372d8c39178bac2546b7b35bf84e661
diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild b/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
new file mode 100644
index 000000000000..160e9c561bc9
--- /dev/null
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KENTNL
+DIST_VERSION=1.001003
+inherit perl-module
+
+DESCRIPTION="Determine if a given Path resembles a development source tree"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Class-Tiny-0.10.0
+ dev-perl/File-HomeDir
+ dev-perl/Module-Runtime
+ >=dev-perl/Path-Tiny-0.4.0
+ dev-perl/Role-Tiny
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Sub-Exporter
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ >=virtual/perl-Test-Simple-0.990.0
+ )
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Path-IsDev/metadata.xml b/dev-perl/Path-IsDev/metadata.xml
new file mode 100644
index 000000000000..f11ae9c5955b
--- /dev/null
+++ b/dev-perl/Path-IsDev/metadata.xml
@@ -0,0 +1,38 @@
+<?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-IsDev</remote-id>
+ <remote-id type="cpan-module">Path::IsDev</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::Changelog</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::DevDirMarker</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::META</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::MYMETA</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::Makefile</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::TestDir</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::Tool::Dzil</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::Tool::MakeMaker</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::Tool::ModuleBuild</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Heuristic::VCS::Git</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::HeuristicSet::Basic</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::NegativeHeuristic::HomeDir</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::NegativeHeuristic::IsDev::IgnoreFile</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::NegativeHeuristic::PerlINC</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Object</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Result</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Heuristic</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::HeuristicSet</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::HeuristicSet::Simple</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::Child::BaseName::MatchRegexp</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::Child::BaseName::MatchRegexp::File</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::Child::Exists::Any</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::Child::Exists::Any::Dir</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::Child::Exists::Any::File</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::Matcher::FullPath::Is::Any</remote-id>
+ <remote-id type="cpan-module">Path::IsDev::Role::NegativeHeuristic</remote-id>
+ </upstream>
+</pkgmetadata>