diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-07 09:41:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-07 09:41:54 +0000 |
commit | ec45b17b0a93365888d58a32a3414dd4273b6298 (patch) | |
tree | 5aa33a0fdf6d4f1565212e7dc9ec76c777ec9095 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-ec45b17b0a93365888d58a32a3414dd4273b6298.tar.gz gentoo-2-ec45b17b0a93365888d58a32a3414dd4273b6298.tar.bz2 gentoo-2-ec45b17b0a93365888d58a32a3414dd4273b6298.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.3.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog index 12dca69292ed..2ab7a69c3844 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.24 2010/11/05 14:07:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.25 2010/11/07 09:41:54 tove Exp $ + +*Lingua-EN-Inflect-1.89.3 (07 Nov 2010) + + 07 Nov 2010; Torsten Veller <tove@gentoo.org> + +Lingua-EN-Inflect-1.89.3.ebuild: + Version bump 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> Lingua-EN-Inflect-1.89.2.ebuild: diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.3.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.3.ebuild new file mode 100644 index 000000000000..2fe143ed0dcb --- /dev/null +++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.3.ebuild @@ -0,0 +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/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.3.ebuild,v 1.1 2010/11/07 09:41:54 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="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" |