Version bump
authorTorsten Veller <tove@gentoo.org>
Fri, 16 Jul 2010 06:25:34 +0000 (06:25 +0000)
committerTorsten Veller <tove@gentoo.org>
Fri, 16 Jul 2010 06:25:34 +0000 (06:25 +0000)
Package-Manager: portage-2.2_rc67_p226/cvs/Linux x86_64

dev-perl/Email-MessageID/ChangeLog
dev-perl/Email-MessageID/Email-MessageID-1.40.2.ebuild [new file with mode: 0644]
dev-perl/Lingua-EN-Inflect/ChangeLog
dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild [new file with mode: 0644]
dev-perl/Lingua-EN-NameParse/ChangeLog
dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild [new file with mode: 0644]

index 85d0150378205e65447d12296ff8f4abdb896683..4ed9b6485c8a31a41214f3611b2173e4fec4f6d3 100644 (file)
@@ -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 (file)
index 0000000..d859b21
--- /dev/null
@@ -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"
index fa7fb8a6ca3178a8c98f7e909723db49c2d285cd..d771d0a38c6d22c01402b3bb4371b0dcc9b91fbf 100644 (file)
@@ -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 (file)
index 0000000..cd787d2
--- /dev/null
@@ -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
+}
index 09decc0ff2fb0c97896c74d6848768e7fae1bbaf..6a3f6db13e9112f7473823a3ee77f0ea91771b74 100644 (file)
@@ -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 (file)
index 0000000..9f3a1e9
--- /dev/null
@@ -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"