diff options
author | 2010-03-17 06:50:35 +0000 | |
---|---|---|
committer | 2010-03-17 06:50:35 +0000 | |
commit | 2267d0f8765d5ffafc605f8450fd9d382d2d9fff (patch) | |
tree | 8732c40cc506c1a7151a5dcfa146e47cbc92bdc0 /dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-2267d0f8765d5ffafc605f8450fd9d382d2d9fff.tar.gz gentoo-2-2267d0f8765d5ffafc605f8450fd9d382d2d9fff.tar.bz2 gentoo-2-2267d0f8765d5ffafc605f8450fd9d382d2d9fff.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild')
-rw-r--r-- | dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild new file mode 100644 index 000000000000..f130479e7c4e --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.11.ebuild,v 1.1 2010/03/17 06:50:35 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PERIGRIN +inherit perl-module + +DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" |