summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-21 13:00:49 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-21 13:00:49 +0000
commita1afa66b77b4377af29cc458332ce262c896d52a (patch)
treefe6e284efda8043ff7ad85295d8d4daa9e7ae0d4 /dev-perl/XML-Simple/XML-Simple-2.18.ebuild
parentVersion bump. (diff)
downloadhistorical-a1afa66b77b4377af29cc458332ce262c896d52a.tar.gz
historical-a1afa66b77b4377af29cc458332ce262c896d52a.tar.bz2
historical-a1afa66b77b4377af29cc458332ce262c896d52a.zip
Ebuild maintenance. EAPI=2. mips -> ~mips
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.18.ebuild')
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.18.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.18.ebuild b/dev-perl/XML-Simple/XML-Simple-2.18.ebuild
index 2eab65c1f385..e34d6d1b7a46 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.18.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.18.ebuild
@@ -1,24 +1,23 @@
# Copyright 1999-2010 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.18.ebuild,v 1.9 2010/01/14 18:33:37 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.18.ebuild,v 1.10 2010/01/21 12:58:20 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=GRANTM
inherit perl-module
DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-HOMEPAGE="http://search.cpan.org/~grantm/"
-SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
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"
+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=""
-DEPEND="virtual/perl-Storable
+RDEPEND="virtual/perl-Storable
dev-perl/XML-SAX
dev-perl/XML-LibXML
>=dev-perl/XML-NamespaceSupport-1.04
- >=dev-perl/XML-Parser-2.30
- dev-lang/perl
- >=virtual/perl-Test-Simple-0.41"
+ >=dev-perl/XML-Parser-2.30"
+DEPEND="${RDEPEND}"
SRC_TEST="do"