summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-16 06:25:34 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-16 06:25:34 +0000
commitf40c6e0cc24546c9a3bde90a61f80a7db1f6e072 (patch)
treeb6abe778e44b7eb911cebab8679c4f62d79d0a99 /dev-perl
parentversion bump (diff)
downloadhistorical-f40c6e0cc24546c9a3bde90a61f80a7db1f6e072.tar.gz
historical-f40c6e0cc24546c9a3bde90a61f80a7db1f6e072.tar.bz2
historical-f40c6e0cc24546c9a3bde90a61f80a7db1f6e072.zip
Version bump
Package-Manager: portage-2.2_rc67_p226/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Email-MessageID/ChangeLog8
-rw-r--r--dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild24
-rw-r--r--dev-perl/Lingua-EN-Inflect/ChangeLog10
-rw-r--r--dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild25
-rw-r--r--dev-perl/Lingua-EN-NameParse/ChangeLog10
-rw-r--r--dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild19
6 files changed, 91 insertions, 5 deletions
diff --git a/dev-perl/Email-MessageID/ChangeLog b/dev-perl/Email-MessageID/ChangeLog
index 85d015037820..4ed9b6485c8a 100644
--- a/dev-perl/Email-MessageID/ChangeLog
+++ b/dev-perl/Email-MessageID/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Email-MessageID
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MessageID/ChangeLog,v 1.18 2010/03/18 19:35:34 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MessageID/ChangeLog,v 1.19 2010/07/16 06:20:12 tove Exp $
+
+*Email-MessageID-1.40.2 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +Email-MessageID-1.40.2.ebuild:
+ Version bump
18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> Email-MessageID-1.40.1.ebuild:
add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
diff --git a/dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild b/dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild
new file mode 100644
index 000000000000..d859b216c76c
--- /dev/null
+++ b/dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild,v 1.1 2010/07/16 06:20:12 tove Exp $
+
+EAPI=3
+
+inherit versionator
+MY_P="${PN}-$(delete_version_separator 2)"
+S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=RJBS
+inherit perl-module
+
+DESCRIPTION="Generate world unique message-ids"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/Email-Address"
+DEPEND="test? ( ${RDEPEND}
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog
index fa7fb8a6ca31..d771d0a38c6d 100644
--- a/dev-perl/Lingua-EN-Inflect/ChangeLog
+++ b/dev-perl/Lingua-EN-Inflect/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Lingua-EN-Inflect
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.20 2009/11/11 07:51:00 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.21 2010/07/16 06:23:19 tove Exp $
+
+*Lingua-EN-Inflect-1.89.2 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +Lingua-EN-Inflect-1.89.2.ebuild:
+ Version bump
11 Nov 2009; Torsten Veller <tove@gentoo.org>
Lingua-EN-Inflect-1.89.1.ebuild:
diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild
new file mode 100644
index 000000000000..cd787d211b13
--- /dev/null
+++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild,v 1.1 2010/07/16 06:23:19 tove Exp $
+
+EAPI=2
+
+inherit versionator
+MODULE_AUTHOR="DCONWAY"
+MY_P="${PN}-$(delete_version_separator 2)"
+S="${WORKDIR}/${MY_P}"
+inherit perl-module
+
+DESCRIPTION="Perl module for Lingua::EN::Inflect"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+src_prepare() {
+ perl-module_src_prepare
+ rm "${S}"/Build.pl || die
+ sed -i "/^Build.pl/d" "${S}"/MANIFEST || die
+}
diff --git a/dev-perl/Lingua-EN-NameParse/ChangeLog b/dev-perl/Lingua-EN-NameParse/ChangeLog
index 09decc0ff2fb..6a3f6db13e91 100644
--- a/dev-perl/Lingua-EN-NameParse/ChangeLog
+++ b/dev-perl/Lingua-EN-NameParse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Lingua-EN-NameParse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.20 2009/05/01 22:35:40 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.21 2010/07/16 06:25:34 tove Exp $
+
+*Lingua-EN-NameParse-1.27 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +Lingua-EN-NameParse-1.27.ebuild:
+ Version bump
01 May 2009; Torsten Veller <tove@gentoo.org>
-Lingua-EN-NameParse-1.22.ebuild:
diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild
new file mode 100644
index 000000000000..9f3a1e988aec
--- /dev/null
+++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild,v 1.1 2010/07/16 06:25:34 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=KIMRYAN
+inherit perl-module
+
+DESCRIPTION="Manipulate persons name"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Parse-RecDescent"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"