public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/analitza/, kde-base/analitza/files/
Date: Fri, 17 Aug 2012 15:50:12 +0000 (UTC)	[thread overview]
Message-ID: <1345218142.682284e0a80b656abc73a3918a878ae84bb24a69.kensington@gentoo> (raw)

commit:     682284e0a80b656abc73a3918a878ae84bb24a69
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 15:42:22 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 15:42:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=682284e0

[kde-base/analitza] Remove solaris patch as per meeting.

(Portage version: 2.1.11.10/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/analitza/analitza-4.9.49.9999.ebuild      |    2 -
 kde-base/analitza/analitza-9999.ebuild             |    2 -
 .../analitza/files/analitza-solaris-graph2d.patch  |   21 --------------------
 3 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/kde-base/analitza/analitza-4.9.49.9999.ebuild b/kde-base/analitza/analitza-4.9.49.9999.ebuild
index c111991..433599b 100644
--- a/kde-base/analitza/analitza-4.9.49.9999.ebuild
+++ b/kde-base/analitza/analitza-4.9.49.9999.ebuild
@@ -19,8 +19,6 @@ RDEPEND="${DEPEND}"
 
 add_blocker kalgebra 4.7.50
 
-PATCHES=( "${FILESDIR}/${PN}-solaris-graph2d.patch" )
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)

diff --git a/kde-base/analitza/analitza-9999.ebuild b/kde-base/analitza/analitza-9999.ebuild
index c111991..433599b 100644
--- a/kde-base/analitza/analitza-9999.ebuild
+++ b/kde-base/analitza/analitza-9999.ebuild
@@ -19,8 +19,6 @@ RDEPEND="${DEPEND}"
 
 add_blocker kalgebra 4.7.50
 
-PATCHES=( "${FILESDIR}/${PN}-solaris-graph2d.patch" )
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)

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 5bbf380..0000000
--- 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>


             reply	other threads:[~2012-08-17 15:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-17 15:50 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-30 20:34 [gentoo-commits] proj/kde:master commit in: kde-base/analitza/, kde-base/analitza/files/ Johannes Huber
2012-11-23 17:39 Chris Reffett
2012-04-12 18:52 Michael Palimaka

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=1345218142.682284e0a80b656abc73a3918a878ae84bb24a69.kensington@gentoo \
    --to=kensington@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