diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 15:06:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 15:06:10 +0000 |
commit | 7fdaa975f7f209ba61e071b83b8e4e37c862b68f (patch) | |
tree | 6356f519e4460d535e0da2d19bd80e7ad60fec00 /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild | |
parent | Version bump upstream (diff) | |
download | historical-7fdaa975f7f209ba61e071b83b8e4e37c862b68f.tar.gz historical-7fdaa975f7f209ba61e071b83b8e4e37c862b68f.tar.bz2 historical-7fdaa975f7f209ba61e071b83b8e4e37c862b68f.zip |
Version bump
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.ebuild new file mode 100644 index 000000000000..fb073aa2fe75 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.53.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.53.ebuild,v 1.1 2006/01/13 14:59:50 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="perl-core/locale-maketext" + +SRC_TEST="do" |