diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:09:28 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:09:28 +0000 |
commit | 992687a9ffefe6241090ee87bc79f1812e5f8836 (patch) | |
tree | b2b97be31781e454dca39bfcc6a9d4776a77772e /dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-992687a9ffefe6241090ee87bc79f1812e5f8836.tar.gz gentoo-2-992687a9ffefe6241090ee87bc79f1812e5f8836.tar.bz2 gentoo-2-992687a9ffefe6241090ee87bc79f1812e5f8836.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild')
-rw-r--r-- | dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild b/dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild new file mode 100644 index 000000000000..35cd7ec557ca --- /dev/null +++ b/dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Ru/Lingua-Stem-Ru-0.10.0-r1.ebuild,v 1.1 2014/08/22 18:09:28 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=ALGDR +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Porter's stemming algorithm for Russian (KOI8-R only)" + +SLOT="0" +KEYWORDS="amd64 ia64 ~ppc sparc x86" +IUSE="" + +SRC_TEST="do" |