diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-11 20:45:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-11 20:45:54 +0000 |
commit | c91d9c072a62d77bcd8189ee3fe991e22bba61b4 (patch) | |
tree | 1463e80a4cfcffdf7a14c9ad99d850f87152d80b /dev-perl | |
parent | Moved to dev-perl/Locale-Maketext-Lexicon (diff) | |
download | gentoo-2-c91d9c072a62d77bcd8189ee3fe991e22bba61b4.tar.gz gentoo-2-c91d9c072a62d77bcd8189ee3fe991e22bba61b4.tar.bz2 gentoo-2-c91d9c072a62d77bcd8189ee3fe991e22bba61b4.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild new file mode 100644 index 000000000000..23462e3e66c8 --- /dev/null +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 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-1.0.0.ebuild,v 1.1 2015/07/11 20:45:54 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=DRTECH +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Locale-Maketext-1.170.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST="do parallel" |