dilfridge 15/07/11 20:06:46 Modified: ChangeLog Added: libintl-perl-1.240.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.62 dev-perl/libintl-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 18 Oct 2014 19:20:29 -0000 1.61 +++ ChangeLog 11 Jul 2015 20:06:46 -0000 1.62 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/libintl-perl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.61 2014/10/18 19:20:29 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.62 2015/07/11 20:06:46 dilfridge Exp $ + +*libintl-perl-1.240.0 (11 Jul 2015) + + 11 Jul 2015; Andreas K. Huettel <[email protected]> + +libintl-perl-1.240.0.ebuild: + Version bump 18 Oct 2014; Mike Frysinger <[email protected]> libintl-perl-1.200.0-r1.ebuild, libintl-perl-1.230.0.ebuild: 1.1 dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild?rev=1.1&content-type=text/plain Index: libintl-perl-1.240.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild,v 1.1 2015/07/11 20:06:46 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=GUIDO MODULE_VERSION=1.24 inherit perl-module DESCRIPTION="High-Level Interface to Uniforum Message Translation" HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/libintl" RDEPEND=${DEPEND} SRC_TEST=do src_test() { if grep -q '^de_' <( locale -a ) ; then if grep -q '^de_AT$' <( locale -a ) ; then perl-module_src_test else ewarn "Skipping tests, known broken with de_ and without de_AT" fi else perl-module_src_test fi }
