diff options
author | 2013-08-25 10:09:40 +0000 | |
---|---|---|
committer | 2013-08-25 10:09:40 +0000 | |
commit | cd6b11fa2923888ee4479938e207d0a2f9be5aeb (patch) | |
tree | 969d53914773f035be43c47d649f55005393821b /dev-perl/locale-maketext-lexicon | |
parent | Bump (diff) | |
download | gentoo-2-cd6b11fa2923888ee4479938e207d0a2f9be5aeb.tar.gz gentoo-2-cd6b11fa2923888ee4479938e207d0a2f9be5aeb.tar.bz2 gentoo-2-cd6b11fa2923888ee4479938e207d0a2f9be5aeb.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/locale-maketext-lexicon')
-rw-r--r-- | dev-perl/locale-maketext-lexicon/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/locale-maketext-lexicon/ChangeLog b/dev-perl/locale-maketext-lexicon/ChangeLog index eee0788806f8..62b7b44455cf 100644 --- a/dev-perl/locale-maketext-lexicon/ChangeLog +++ b/dev-perl/locale-maketext-lexicon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/locale-maketext-lexicon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.83 2013/04/02 11:19:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.84 2013/08/25 10:09:40 patrick Exp $ + +*locale-maketext-lexicon-0.960.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +locale-maketext-lexicon-0.960.0.ebuild: + Bump 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> locale-maketext-lexicon-0.920.0.ebuild: diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0.ebuild new file mode 100644 index 000000000000..a9753999e161 --- /dev/null +++ b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 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.960.0.ebuild,v 1.1 2013/08/25 10:09:40 patrick Exp $ + +EAPI=4 + +MY_PN=Locale-Maketext-Lexicon +MODULE_AUTHOR=DRTECH +MODULE_VERSION=0.96 +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd" +IUSE="test" + +RDEPEND=" + >=virtual/perl-locale-maketext-1.170.0 +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST="do" |