diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 15:57:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 15:57:34 +0000 |
commit | 0e021d2f7cfcba6508ef04d5c70ed037a8cc029e (patch) | |
tree | 441c48f117d02f9bff7c67d26706f6a8b55d2086 /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild | |
parent | New ebuild for English myspell dictionary (diff) | |
download | gentoo-2-0e021d2f7cfcba6508ef04d5c70ed037a8cc029e.tar.gz gentoo-2-0e021d2f7cfcba6508ef04d5c70ed037a8cc029e.tar.bz2 gentoo-2-0e021d2f7cfcba6508ef04d5c70ed037a8cc029e.zip |
Version bump
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild new file mode 100644 index 000000000000..08604ee81365 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.61.ebuild,v 1.1 2006/05/01 15:57:34 mcummings Exp $ + +inherit perl-module + +MY_P=Locale-Maketext-Lexicon-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Use other catalog formats in Maketext" +HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/" +SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-locale-maketext" + +SRC_TEST="do" |