diff options
author | Torsten Veller <tove@gentoo.org> | 2013-02-10 09:51:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-02-10 09:51:08 +0000 |
commit | 55c93d32b4c71df1f771f5c10750204e99ae2089 (patch) | |
tree | cf33a44a4d33a274b13eebdc2ffc09dbabd2ef55 /dev-perl/Locale-PO | |
parent | [bump] dev-perl/MARC-Record-2.0.4 (diff) | |
download | gentoo-2-55c93d32b4c71df1f771f5c10750204e99ae2089.tar.gz gentoo-2-55c93d32b4c71df1f771f5c10750204e99ae2089.tar.bz2 gentoo-2-55c93d32b4c71df1f771f5c10750204e99ae2089.zip |
[bump] dev-perl/Locale-PO-0.230.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index a6af4da15ff4..ce308d72bed5 100644 --- a/dev-perl/Locale-PO/ChangeLog +++ b/dev-perl/Locale-PO/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Locale-PO # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.65 2013/01/06 19:01:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.66 2013/02/10 09:51:08 tove Exp $ + +*Locale-PO-0.230.0 (10 Feb 2013) + + 10 Feb 2013; Torsten Veller <tove@gentoo.org> +Locale-PO-0.230.0.ebuild: + Version bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Locale-PO-0.210.0.ebuild: Cleanup diff --git a/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild new file mode 100644 index 000000000000..60eb6ab4ec71 --- /dev/null +++ b/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild,v 1.1 2013/02/10 09:51:08 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=COSIMO +MODULE_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Object-oriented interface to gettext po-file entries" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="sys-devel/gettext + dev-perl/File-Slurp" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |