summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-08 07:20:08 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-08 07:20:08 +0000
commit46f8c29a6249bfe1936df6fd3cac47caf68fe417 (patch)
tree664ccd91c7eb796862b290987b776f93261e776c /dev-perl
parentVersion bump (diff)
downloadhistorical-46f8c29a6249bfe1936df6fd3cac47caf68fe417.tar.gz
historical-46f8c29a6249bfe1936df6fd3cac47caf68fe417.tar.bz2
historical-46f8c29a6249bfe1936df6fd3cac47caf68fe417.zip
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Params-Validate/ChangeLog10
-rw-r--r--dev-perl/Params-Validate/Params-Validate-0.91.ebuild22
-rw-r--r--dev-perl/text-template/ChangeLog9
-rw-r--r--dev-perl/text-template/text-template-1.45.ebuild22
4 files changed, 59 insertions, 4 deletions
diff --git a/dev-perl/Params-Validate/ChangeLog b/dev-perl/Params-Validate/ChangeLog
index 6ba64a625c3f..9c5107b551ef 100644
--- a/dev-perl/Params-Validate/ChangeLog
+++ b/dev-perl/Params-Validate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Params-Validate
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.64 2007/11/10 14:19:00 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.65 2008/09/08 07:20:08 tove Exp $
+
+*Params-Validate-0.91 (08 Sep 2008)
+
+ 08 Sep 2008; Torsten Veller <tove@gentoo.org>
+ +Params-Validate-0.91.ebuild:
+ Version bump
10 Nov 2007; Samuli Suominen <drac@gentoo.org>
Params-Validate-0.88.ebuild:
diff --git a/dev-perl/Params-Validate/Params-Validate-0.91.ebuild b/dev-perl/Params-Validate/Params-Validate-0.91.ebuild
new file mode 100644
index 000000000000..89b1e6793004
--- /dev/null
+++ b/dev-perl/Params-Validate/Params-Validate-0.91.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.91.ebuild,v 1.1 2008/09/08 07:20:08 tove Exp $
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+SRC_TEST="do"
+
+src_install () {
+ perl-module_src_install
+ dohtml htdocs/*
+}
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog
index 2791cdfe657f..b33a119a04d8 100644
--- a/dev-perl/text-template/ChangeLog
+++ b/dev-perl/text-template/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/text-template
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.13 2007/01/19 17:01:07 mcummings Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.14 2008/09/08 07:15:37 tove Exp $
+
+*text-template-1.45 (08 Sep 2008)
+
+ 08 Sep 2008; Torsten Veller <tove@gentoo.org> +text-template-1.45.ebuild:
+ Version bump
19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
text-template-1.44.ebuild:
diff --git a/dev-perl/text-template/text-template-1.45.ebuild b/dev-perl/text-template/text-template-1.45.ebuild
new file mode 100644
index 000000000000..1bba50111f5a
--- /dev/null
+++ b/dev-perl/text-template/text-template-1.45.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.45.ebuild,v 1.1 2008/09/08 07:15:37 tove Exp $
+
+MODULE_AUTHOR=MJD
+inherit perl-module
+
+MY_P=Text-Template-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Expand template text with embedded Perl"
+SRC_URI="mirror://cpan/authors/id/M/MJ/MJD/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/authors/id/M/MJ/MJD/"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+SRC_TEST=do