diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-16 06:23:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-16 06:23:19 +0000 |
commit | 2cb4087683f43c356298d18734fb44561da2c5f0 (patch) | |
tree | 54c9aebf9d8e7749bd0f0a8a3c7feeb2ada75f87 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-2cb4087683f43c356298d18734fb44561da2c5f0.tar.gz gentoo-2-2cb4087683f43c356298d18734fb44561da2c5f0.tar.bz2 gentoo-2-2cb4087683f43c356298d18734fb44561da2c5f0.zip |
Version bump
(Portage version: 2.2_rc67_p226/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.2.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
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 +} |