diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-29 00:18:58 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-29 00:18:58 +1300 |
commit | c38f45c9eae9cd69921a69f66729c4d4f48b391b (patch) | |
tree | d131b47a9b8e71edb07e2fad21e2c6127e1dbfaf /dev-perl | |
parent | dev-perl/XML-FeedPP: Add missing CPAN remote-id's (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild | 18 |
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}" |