diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-02-20 15:47:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-02-20 15:47:11 +0000 |
commit | cd17104b3bd36e26d0a05f4c9737349a2d2713c3 (patch) | |
tree | eaa01cf648635fc5bb92c8b6859f25cc47b27d57 /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild | |
parent | New version on CPAN; old not available any mor (diff) | |
download | gentoo-2-cd17104b3bd36e26d0a05f4c9737349a2d2713c3.tar.gz gentoo-2-cd17104b3bd36e26d0a05f4c9737349a2d2713c3.tar.bz2 gentoo-2-cd17104b3bd36e26d0a05f4c9737349a2d2713c3.zip |
New version on CPAN; old not available any mor
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild new file mode 100644 index 000000000000..fe9c45d9c868 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.35.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.35.ebuild,v 1.1 2004/02/20 15:47:05 mcummings Exp $ + +inherit perl-module + +MY_P=Locale-Maketext-Lexicon-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Use other catalog formats in Maketext" +SRC_URI="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz" +HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" + +SRC_TEST="do" + +DEPEND="${DEPEND} + dev-perl/locale-maketext + dev-perl/regexp-common" |