summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 17:46:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 17:46:01 +0000
commitb8e9f81cf603b0955727616c03758b0852884ecb (patch)
treed9645d518bbf99523f90f3b39ab4fe43850fd84f /dev-perl/XML-Simple
parentEbuild maintenance (diff)
downloadgentoo-2-b8e9f81cf603b0955727616c03758b0852884ecb.tar.gz
gentoo-2-b8e9f81cf603b0955727616c03758b0852884ecb.tar.bz2
gentoo-2-b8e9f81cf603b0955727616c03758b0852884ecb.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/XML-Simple')
-rw-r--r--dev-perl/XML-Simple/ChangeLog8
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.14.ebuild9
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.15.ebuild7
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.16.ebuild7
4 files changed, 15 insertions, 16 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog
index 5e9583de6e31..339e05fa1662 100644
--- a/dev-perl/XML-Simple/ChangeLog
+++ b/dev-perl/XML-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-Simple
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.51 2006/12/24 00:51:07 dertobi123 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.52 2007/01/19 17:46:01 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ XML-Simple-2.14.ebuild, XML-Simple-2.15.ebuild, XML-Simple-2.16.ebuild:
+ Ebuild maintenance
24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
XML-Simple-2.15.ebuild:
diff --git a/dev-perl/XML-Simple/XML-Simple-2.14.ebuild b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild
index ec34744a284e..9e66e32150ba 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.14.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.14.ebuild,v 1.15 2006/08/06 01:55:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.14.ebuild,v 1.16 2007/01/19 17:46:01 mcummings Exp $
inherit perl-module
DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~grantm/"
SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
@@ -18,8 +18,5 @@ DEPEND="virtual/perl-Storable
>=dev-perl/XML-NamespaceSupport-1.04
>=dev-perl/XML-Parser-2.30
dev-lang/perl"
-RDEPEND="${DEPEND}"
SRC_TEST="do"
-
-
diff --git a/dev-perl/XML-Simple/XML-Simple-2.15.ebuild b/dev-perl/XML-Simple/XML-Simple-2.15.ebuild
index 9ca3adbdfc9e..5095384de8f6 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.15.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.15.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.15.ebuild,v 1.9 2006/12/24 00:51:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.15.ebuild,v 1.10 2007/01/19 17:46:01 mcummings Exp $
inherit perl-module
DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~grantm/"
SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
@@ -21,4 +21,3 @@ DEPEND="virtual/perl-Storable
>=dev-perl/XML-Parser-2.30
dev-lang/perl
>=virtual/perl-Test-Simple-0.41"
-RDEPEND="${DEPEND}"
diff --git a/dev-perl/XML-Simple/XML-Simple-2.16.ebuild b/dev-perl/XML-Simple/XML-Simple-2.16.ebuild
index 06ce2403ce76..b7f2cfb49550 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.16.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.16.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.16.ebuild,v 1.3 2006/12/04 19:46:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.16.ebuild,v 1.4 2007/01/19 17:46:01 mcummings Exp $
inherit perl-module
DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~grantm/"
SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
@@ -20,6 +20,5 @@ DEPEND="virtual/perl-Storable
>=dev-perl/XML-Parser-2.30
dev-lang/perl
>=virtual/perl-Test-Simple-0.41"
-RDEPEND="${DEPEND}"
SRC_TEST="do"