public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller (tove)" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/libintl-perl: ChangeLog libintl-perl-1.200.0.ebuild
Date: Sun, 24 Jun 2012 19:00:28 +0000 (UTC)	[thread overview]
Message-ID: <20120624190028.8A30F2004B@flycatcher.gentoo.org> (raw)

tove        12/06/24 19:00:28

  Modified:             ChangeLog libintl-perl-1.200.0.ebuild
  Log:
  Don't run tests with a de_* and without the de_AT locale
  
  (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	24 Jun 2012 13:00:11 -0000	1.49
+++ ChangeLog	24 Jun 2012 19:00:28 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/libintl-perl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.49 2012/06/24 13:00:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.50 2012/06/24 19:00:28 tove Exp $
+
+  24 Jun 2012; Torsten Veller <tove@gentoo.org> libintl-perl-1.200.0.ebuild:
+  Don't run tests with a de_* and without the de_AT locale. Thanks to Kent
+  Fredric (#418479)
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.17                 dev-perl/libintl-perl/libintl-perl-1.200.0.ebuild

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

Index: libintl-perl-1.200.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libintl-perl-1.200.0.ebuild	28 May 2012 17:34:25 -0000	1.16
+++ libintl-perl-1.200.0.ebuild	24 Jun 2012 19:00:28 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.ebuild,v 1.16 2012/05/28 17:34:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0.ebuild,v 1.17 2012/06/24 19:00:28 tove Exp $
 
 EAPI=4
 
@@ -17,3 +17,15 @@
 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	other threads:[~2012-06-24 19:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-24 19:00 Torsten Veller (tove) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-28 17:34 [gentoo-commits] gentoo-x86 commit in dev-perl/libintl-perl: ChangeLog libintl-perl-1.200.0.ebuild Raul Porcel (armin76)
2012-05-28 17:29 Raul Porcel (armin76)
2012-05-21  9:26 PaweA Hajdan (phajdan.jr)
2012-05-16 14:20 Jeroen Roovers (jer)
2012-05-13 12:07 Markus Meier (maekke)
2012-05-09 19:22 Agostino Sarubbo (ago)
2012-05-09 17:06 Alexis Ballier (aballier)
2012-04-01 18:31 Raul Porcel (armin76)
2012-04-01 18:20 Raul Porcel (armin76)
2012-03-14 20:40 Jeroen Roovers (jer)
2011-08-27 18:44 Torsten Veller (tove)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120624190028.8A30F2004B@flycatcher.gentoo.org \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox