commit: 08fec9524f3af0414340b9001ef32d03c76ea58d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 11:11:44 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 11:11:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fec952
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
dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild | 15 +++++++++++++++
dev-perl/XML-Directory/metadata.xml | 4 ++++
2 files changed, 19 insertions(+)
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 00000000000..41c61d7aeb1
--- /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 424dcb1cee7..2404295a12c 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>