summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-29 00:18:58 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-29 00:18:58 +1300
commitc38f45c9eae9cd69921a69f66729c4d4f48b391b (patch)
treed131b47a9b8e71edb07e2fad21e2c6127e1dbfaf
parentdev-perl/XML-FeedPP: Add missing CPAN remote-id's (diff)
downloadgentoo-c38f45c9eae9cd69921a69f66729c4d4f48b391b.tar.gz
gentoo-c38f45c9eae9cd69921a69f66729c4d4f48b391b.tar.bz2
gentoo-c38f45c9eae9cd69921a69f66729c4d4f48b391b.zip
dev-perl/XML-Handler-YAWriter: EAPI6 + tests
- EAPI6ify - Enable tests Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
new file mode 100644
index 000000000000..b3a53deaf388
--- /dev/null
+++ b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KRAEHE
+DIST_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="A Perl module providing a simple API to parsed XML instances"
+
+LICENSE="GPL-2" # GPL
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-perl/libxml-perl-0.07-r1"
+DEPEND="${RDEPEND}"