summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-08-18 01:44:31 +1000
committerMichael Palimaka <kensington@gentoo.org>2012-08-18 01:44:31 +1000
commit9f5a91534ac549581215cc00d195989fb5cabe75 (patch)
tree9ca57a428229ecf33fbf3f9641b1e34087e3f8dd
parent3f6cb40d8c719102e1577d933808a9b7e06dfaf8 (diff)
downloadkde-9f5a91534ac549581215cc00d195989fb5cabe75.tar.gz
kde-9f5a91534ac549581215cc00d195989fb5cabe75.tar.bz2
kde-9f5a91534ac549581215cc00d195989fb5cabe75.zip
[kde-base/kcalc] Remove solaris patch as per meeting.
(Portage version: 2.1.11.10/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--kde-base/kcalc/files/kcalc-4.3.2-solaris-knumber_priv.patch13
-rw-r--r--kde-base/kcalc/kcalc-4.9.49.9999.ebuild4
-rw-r--r--kde-base/kcalc/kcalc-9999.ebuild4
3 files changed, 0 insertions, 21 deletions
diff --git a/kde-base/kcalc/files/kcalc-4.3.2-solaris-knumber_priv.patch b/kde-base/kcalc/files/kcalc-4.3.2-solaris-knumber_priv.patch
deleted file mode 100644
index 24417d0ed6a..00000000000
--- a/kde-base/kcalc/files/kcalc-4.3.2-solaris-knumber_priv.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Desc: Fix missing isinf() for Solaris.
-Author: Heiko Przybyl <zuxez@cs.tu-berlin.de>
---- kcalc-4.3.2/kcalc/knumber/knumber_priv.cpp.orig 2009-10-16 13:14:46.107208004 +0200
-+++ kcalc-4.3.2/kcalc/knumber/knumber_priv.cpp 2009-10-16 13:14:56.639773377 +0200
-@@ -25,7 +25,7 @@
-
- #include <QRegExp>
-
--#if defined(Q_OS_SOLARIS) && defined(__SUNPRO_CC)
-+#if defined(Q_OS_SOLARIS)
- // Strictly by the standard, ininf() is a c99-ism which
- // is unavailable in C++. The IEEE FP headers provide
- // a function with similar functionality, so use that instead.
diff --git a/kde-base/kcalc/kcalc-4.9.49.9999.ebuild b/kde-base/kcalc/kcalc-4.9.49.9999.ebuild
index 5f43fdeb517..3c2450e659c 100644
--- a/kde-base/kcalc/kcalc-4.9.49.9999.ebuild
+++ b/kde-base/kcalc/kcalc-4.9.49.9999.ebuild
@@ -21,10 +21,6 @@ RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393093
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
-)
-
src_test() {
LANG=C kde4-base_src_test
}
diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild
index 5f43fdeb517..3c2450e659c 100644
--- a/kde-base/kcalc/kcalc-9999.ebuild
+++ b/kde-base/kcalc/kcalc-9999.ebuild
@@ -21,10 +21,6 @@ RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393093
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
-)
-
src_test() {
LANG=C kde4-base_src_test
}