diff options
author | 2013-01-08 11:43:30 +0000 | |
---|---|---|
committer | 2013-01-08 11:43:30 +0000 | |
commit | c1ddeefb4a59bb4213bda0c106e92615dd230fe9 (patch) | |
tree | d069d9579a60b90f426ee2156bdcfa12e84b498a /kde-base/analitza | |
parent | Apply fixes from upstream for building w/out ghostscript #450798 by Tomas Mozes. (diff) | |
download | gentoo-2-c1ddeefb4a59bb4213bda0c106e92615dd230fe9.tar.gz gentoo-2-c1ddeefb4a59bb4213bda0c106e92615dd230fe9.tar.bz2 gentoo-2-c1ddeefb4a59bb4213bda0c106e92615dd230fe9.zip |
Remove unused patches.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base/analitza')
-rw-r--r-- | kde-base/analitza/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/analitza/files/analitza-solaris-graph2d.patch | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/kde-base/analitza/ChangeLog b/kde-base/analitza/ChangeLog index 2b1489c2ecf3..4a7bab1b874d 100644 --- a/kde-base/analitza/ChangeLog +++ b/kde-base/analitza/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/analitza # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/analitza/ChangeLog,v 1.34 2013/01/05 20:18:20 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/analitza/ChangeLog,v 1.35 2013/01/08 11:43:30 kensington Exp $ + + 08 Jan 2013; Michael Palimaka <kensington@gentoo.org> + -files/analitza-solaris-graph2d.patch: + Remove unused patches. *analitza-4.9.5 (05 Jan 2013) @@ -131,4 +135,3 @@ 25 Jan 2012; Johannes Huber <johu@gentoo.org> +analitza-4.8.0.ebuild: Version bump KDE SC 4.8.0 - diff --git a/kde-base/analitza/files/analitza-solaris-graph2d.patch b/kde-base/analitza/files/analitza-solaris-graph2d.patch deleted file mode 100644 index 5bbf3806ac80..000000000000 --- a/kde-base/analitza/files/analitza-solaris-graph2d.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- analiyzagui/graph2d.cpp -+++ analitzagui/graph2d.cpp -@@ -33,6 +33,18 @@ - - #include <analitza/analyzer.h> - #include "functionsmodel.h" -+ -+// Stolen from kcalc. -+#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. -+// However, !finite(a) == isinf(a) || isnan(a), so it's -+// not 100% correct. -+#include <ieeefp.h> -+#define isinf(a) !finite(a) -+#endif -+ - #include "functionutils.h" - #include "functionspainter.h" - #include <cmath> |