summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-06-03 21:00:57 +0000
committerDror Levin <spatz@gentoo.org>2010-06-03 21:00:57 +0000
commit443cdbd2aeb7a3cfb0a7a1a37789984363c4fc4e (patch)
tree68019689e216c9a1bbee9bff74dd1d1ef7c7fc27 /kde-base/kcalc
parentForce gvfs[hal] dependency to make automounting actually work (diff)
downloadgentoo-2-443cdbd2aeb7a3cfb0a7a1a37789984363c4fc4e.tar.gz
gentoo-2-443cdbd2aeb7a3cfb0a7a1a37789984363c4fc4e.tar.bz2
gentoo-2-443cdbd2aeb7a3cfb0a7a1a37789984363c4fc4e.zip
Fix tests with ru locale, bug 304813. Thanks to Andreas K. Huettel.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r--kde-base/kcalc/ChangeLog6
-rw-r--r--kde-base/kcalc/kcalc-4.4.2.ebuild6
-rw-r--r--kde-base/kcalc/kcalc-4.4.3.ebuild6
3 files changed, 15 insertions, 3 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index f06244aa54e0..54148999e6fc 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kcalc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.150 2010/05/03 21:19:00 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.151 2010/06/03 21:00:57 spatz Exp $
+
+ 03 Jun 2010; Dror Levin <spatz@gentoo.org> kcalc-4.4.2.ebuild,
+ kcalc-4.4.3.ebuild:
+ Fix tests with ru locale, bug 304813. Thanks to Andreas K. Huettel.
03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kcalc-4.4.1.ebuild:
Drop KDE SC 4.4.1
diff --git a/kde-base/kcalc/kcalc-4.4.2.ebuild b/kde-base/kcalc/kcalc-4.4.2.ebuild
index 8961c232abec..ee3b44f1f130 100644
--- a/kde-base/kcalc/kcalc-4.4.2.ebuild
+++ b/kde-base/kcalc/kcalc-4.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.2.ebuild,v 1.1 2010/03/30 19:36:03 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.2.ebuild,v 1.2 2010/06/03 21:00:57 spatz Exp $
EAPI="3"
@@ -20,3 +20,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
)
+
+src_test() {
+ LANG=C kde4-meta_src_test
+}
diff --git a/kde-base/kcalc/kcalc-4.4.3.ebuild b/kde-base/kcalc/kcalc-4.4.3.ebuild
index 0dcd82acdd36..9701583e243d 100644
--- a/kde-base/kcalc/kcalc-4.4.3.ebuild
+++ b/kde-base/kcalc/kcalc-4.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.3.ebuild,v 1.1 2010/05/03 20:23:41 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.3.ebuild,v 1.2 2010/06/03 21:00:57 spatz Exp $
EAPI="3"
@@ -20,3 +20,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
)
+
+src_test() {
+ LANG=C kde4-meta_src_test
+}