summaryrefslogtreecommitdiff
path: root/dev-perl/Class-Inspector
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/Class-Inspector
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Class-Inspector')
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild23
-rw-r--r--dev-perl/Class-Inspector/Manifest3
-rw-r--r--dev-perl/Class-Inspector/metadata.xml13
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
new file mode 100644
index 000000000000..61d918da73ca
--- /dev/null
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="Provides information about Classes"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
diff --git a/dev-perl/Class-Inspector/Manifest b/dev-perl/Class-Inspector/Manifest
new file mode 100644
index 000000000000..d77c64a7ac76
--- /dev/null
+++ b/dev-perl/Class-Inspector/Manifest
@@ -0,0 +1,3 @@
+DIST Class-Inspector-1.32.tar.gz 25639 BLAKE2B 3bb007f076db85ed05476c29bc5fcd38570dff4e9eb7d2e309646635cbd0c53468fd201ac3f1db501fe9a92c62f9bf882214a0f441a9b0d14ade5966bbee3ac6 SHA512 980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4
+EBUILD Class-Inspector-1.320.0.ebuild 564 BLAKE2B c1a773790574c0e8a50b3f2028c95e03852899e8018db4bd848cd55e093ed785a1e09149e30b5b07eeba6dbb7dc78d077a3e8d57998d962d91203c49a88cc37e SHA512 83b45cd34f8dee85b690a528d5682fbb9516c2773101d9e4be2e65bcb52370e53b3d068f0081bf0a89e99b1656eaef858c2578dd7be2a5bdc9c89672eef73b12
+MISC metadata.xml 476 BLAKE2B 9a23e31d5863e4d6a3fc21f2d4802167f6b64877168116c45d78383be45ab9b47a3c31bba71804d375c022edc881aea98c1c85ef6ecd7f020ce542991a506100 SHA512 b10c02eb3589b01fae51383dde5dca831bc56cb65afdced92104ab9597379734b129c0f0b0c8172a61a79f150ed4af6db6c8eed8d4b5164592a36f7414ffea4b
diff --git a/dev-perl/Class-Inspector/metadata.xml b/dev-perl/Class-Inspector/metadata.xml
new file mode 100644
index 000000000000..b59c74371cc1
--- /dev/null
+++ b/dev-perl/Class-Inspector/metadata.xml
@@ -0,0 +1,13 @@
+<?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">Class-Inspector</remote-id>
+ <remote-id type="cpan-module">Class::Inspector</remote-id>
+ <remote-id type="cpan-module">Class::Inspector::Functions</remote-id>
+ </upstream>
+</pkgmetadata>