diff options
author | 2012-06-28 18:56:31 +0000 | |
---|---|---|
committer | 2012-06-28 18:56:31 +0000 | |
commit | 3853e0cb55f050514494f889549f9da1c3731f35 (patch) | |
tree | fbec44b7a4823992081f02f3d36d8317770aacb4 /dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild | |
parent | Version bump #423897 by Manuel Rüger. (diff) | |
download | historical-3853e0cb55f050514494f889549f9da1c3731f35.tar.gz historical-3853e0cb55f050514494f889549f9da1c3731f35.tar.bz2 historical-3853e0cb55f050514494f889549f9da1c3731f35.zip |
[bump] dev-perl/XML-Simple-2.200.0
Package-Manager: portage-2.2.0_alpha113/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild')
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild new file mode 100644 index 000000000000..e40d3989d536 --- /dev/null +++ b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.1 2012/06/28 18:56:31 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GRANTM +MODULE_VERSION=2.20 +inherit perl-module + +DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-Storable + dev-perl/XML-SAX + dev-perl/XML-LibXML + >=dev-perl/XML-NamespaceSupport-1.04 + >=dev-perl/XML-Parser-2.30" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |