diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-01 22:38:18 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-01 22:38:18 +0000 |
commit | e64730b7984cda3a9c0380cb910fe450852302c2 (patch) | |
tree | dfbcd8d46d89b963a7817e8c1e647840887688df /dev-perl/Locale-PO | |
parent | Version bump (diff) | |
download | gentoo-2-e64730b7984cda3a9c0380cb910fe450852302c2.tar.gz gentoo-2-e64730b7984cda3a9c0380cb910fe450852302c2.tar.bz2 gentoo-2-e64730b7984cda3a9c0380cb910fe450852302c2.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index 276b08c43dc3..0b0f4a0c7b8e 100644 --- a/dev-perl/Locale-PO/ChangeLog +++ b/dev-perl/Locale-PO/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Locale-PO -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.78 2014/07/26 14:43:30 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.79 2015/04/01 22:38:18 dilfridge Exp $ + +*Locale-PO-0.270.0 (01 Apr 2015) + + 01 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Locale-PO-0.270.0.ebuild: + Version bump 26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> -Locale-PO-0.220.0.ebuild: diff --git a/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild new file mode 100644 index 000000000000..5a33392add61 --- /dev/null +++ b/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 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.270.0.ebuild,v 1.1 2015/04/01 22:38:18 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=COSIMO +MODULE_VERSION=0.27 +inherit perl-module + +DESCRIPTION="Perl module for manipulating .po entries from GNU gettext" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND=" + sys-devel/gettext + dev-perl/File-Slurp +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" |