diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-03 08:18:40 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-03 08:18:58 +1200 |
commit | c910c649a960e0a927f7db341b6d4409233b7df2 (patch) | |
tree | fa97fd2eed38b8303ddda4faecb0d1da5b640be5 /dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild | |
parent | app-laptop/mbpfan: update the live ebuild (diff) | |
download | gentoo-c910c649a960e0a927f7db341b6d4409233b7df2.tar.gz gentoo-c910c649a960e0a927f7db341b6d4409233b7df2.tar.bz2 gentoo-c910c649a960e0a927f7db341b6d4409233b7df2.zip |
dev-perl/XML-NamespaceSupport: Bump to version 0.120.0
- EAPI6
Upstream:
- Fix for '.' in @INC compile fails
Bug:https://bugs.gentoo.org/614530
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild')
-rw-r--r-- | dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild new file mode 100644 index 000000000000..fc795b8ae154 --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PERIGRIN +DIST_VERSION=1.12 +inherit perl-module + +DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( virtual/perl-Test-Simple ) +" |