summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-29 00:11:44 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-29 00:11:44 +1300
commit08fec9524f3af0414340b9001ef32d03c76ea58d (patch)
tree483a9731cbf15c7d2a419e55cff279eb61d56b84
parentdev-perl/XML-Catalog: EAPI6 + tests (diff)
downloadgentoo-08fec9524f3af0414340b9001ef32d03c76ea58d.tar.gz
gentoo-08fec9524f3af0414340b9001ef32d03c76ea58d.tar.bz2
gentoo-08fec9524f3af0414340b9001ef32d03c76ea58d.zip
dev-perl/XML-Directory: EAPI6 + tests
- EAPI6ify - Enable tests - Add USE="examples" - Add missing CPAN remote-id's - Use eclass for "Like Perl" license Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild15
-rw-r--r--dev-perl/XML-Directory/metadata.xml4
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild b/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..41c61d7aeb1c
--- /dev/null
+++ b/dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PCIMPRICH
+DIST_VERSION="1.00"
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Returns a content of directory as XML"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-perl/XML-Directory/metadata.xml b/dev-perl/XML-Directory/metadata.xml
index 424dcb1cee79..2404295a12c3 100644
--- a/dev-perl/XML-Directory/metadata.xml
+++ b/dev-perl/XML-Directory/metadata.xml
@@ -7,5 +7,9 @@
</maintainer>
<upstream>
<remote-id type="cpan">XML-Directory</remote-id>
+ <remote-id type="cpan-module">XML::Directory</remote-id>
+ <remote-id type="cpan-module">XML::Directory::Apache</remote-id>
+ <remote-id type="cpan-module">XML::Directory::SAX</remote-id>
+ <remote-id type="cpan-module">XML::Directory::String</remote-id>
</upstream>
</pkgmetadata>