summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-12 19:01:15 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-12 19:01:15 +0000
commit089bd850959c0c98a40900a3323477cdeff3fc48 (patch)
tree0c56a8ec2a562a67801eabf378b4e99f62110c2b /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild
parentFix manifest (diff)
downloadhistorical-089bd850959c0c98a40900a3323477cdeff3fc48.tar.gz
historical-089bd850959c0c98a40900a3323477cdeff3fc48.tar.bz2
historical-089bd850959c0c98a40900a3323477cdeff3fc48.zip
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild')
-rw-r--r--dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild
new file mode 100644
index 000000000000..4c721099c63b
--- /dev/null
+++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.64.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 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.64.ebuild,v 1.1 2007/06/12 19:00:06 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/AUDREYT/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-locale-maketext
+ dev-lang/perl"
+
+SRC_TEST="do"
+