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 /dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild
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
Diffstat (limited to 'dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild')
-rw-r--r--dev-perl/XML-Directory/XML-Directory-1.0.0-r1.ebuild15
1 files changed, 15 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=""