diff options
author | 2008-11-25 10:56:37 +0000 | |
---|---|---|
committer | 2008-11-25 10:56:37 +0000 | |
commit | d51c0446419f3b70728db0ff5b7e5dcc25c88b19 (patch) | |
tree | 45a554ccde4de14ef8f88e06f5fe0136a1631384 /dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-d51c0446419f3b70728db0ff5b7e5dcc25c88b19.tar.gz gentoo-2-d51c0446419f3b70728db0ff5b7e5dcc25c88b19.tar.bz2 gentoo-2-d51c0446419f3b70728db0ff5b7e5dcc25c88b19.zip |
Version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild new file mode 100644 index 000000000000..f10285954ba2 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.75.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 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.75.ebuild,v 1.1 2008/11/25 10:56:37 tove Exp $ + +MODULE_AUTHOR=DRTECH +MY_PN=Locale-Maketext-Lexicon +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} + +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-locale-maketext + dev-lang/perl" + +SRC_TEST="do" |