diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:28:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 11:28:32 +0000 |
commit | 063aefb61726de5829d5b744005dc3b9595d7dc1 (patch) | |
tree | f4f60ecbe865bc6f607c1c1fa6f33304a3e03efc /dev-perl/Lingua-EN-Inflect | |
parent | initial commit: New plugin for Claws Mail to use the Google data providers (diff) | |
download | gentoo-2-063aefb61726de5829d5b744005dc3b9595d7dc1.tar.gz gentoo-2-063aefb61726de5829d5b744005dc3b9595d7dc1.tar.bz2 gentoo-2-063aefb61726de5829d5b744005dc3b9595d7dc1.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.893.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog index d1f8e0c1df4d..d9af0e534e92 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.28 2011/01/14 12:20:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.29 2011/08/30 11:28:32 tove Exp $ + +*Lingua-EN-Inflect-1.893.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Lingua-EN-Inflect-1.893.0.ebuild: + Change version scheme *Lingua-EN-Inflect-1.893 (14 Jan 2011) diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.893.0.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.893.0.ebuild new file mode 100644 index 000000000000..f3e0dd2cbb4c --- /dev/null +++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.893.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.893.0.ebuild,v 1.1 2011/08/30 11:28:32 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DCONWAY +MODULE_VERSION=1.893 +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" |