axs         14/08/22 18:05:45

  Modified:             ChangeLog
  Added:                libintl-perl-1.200.0-r1.ebuild
  Removed:              libintl-perl-1.200.0.ebuild
  Log:
  bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no 
other changes present and revbump helps stable systems to keep from dieing on 
perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.60                 dev-perl/libintl-perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   10 Jul 2014 17:53:18 -0000      1.59
+++ ChangeLog   22 Aug 2014 18:05:45 -0000      1.60
@@ -1,6 +1,14 @@
 # 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.59 
2014/07/10 17:53:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.60 
2014/08/22 18:05:45 axs Exp $
+
+*libintl-perl-1.200.0-r1 (22 Aug 2014)
+
+  22 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +libintl-perl-1.200.0-r1.ebuild, -libintl-perl-1.200.0.ebuild:
+  bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no
+  other changes present and revbump helps stable systems to keep from dieing on
+  perl-5.18 upgrade
 
   10 Jul 2014; Fabian Groffen <[email protected]> libintl-perl-1.230.0.ebuild:
   Marked ~m68k-mint, bug #516634



1.1                  dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libintl-perl-1.200.0-r1.ebuild
===================================================================
# Copyright 1999-2014 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.200.0-r1.ebuild,v 
1.1 2014/08/22 18:05:45 axs Exp $

EAPI=5

MODULE_AUTHOR=GUIDO
MODULE_VERSION=1.20
inherit perl-module

DESCRIPTION="High-Level Interface to Uniforum Message Translation"
HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

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
}




Reply via email to