From: Michael Palimaka Date: Fri, 5 Aug 2016 17:08:59 +0000 (+1000) Subject: app-office/skrooge: remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c9ed896fbe175791fa39bc6e6723505b6e92f703;p=gentoo.git app-office/skrooge: remove old Package-Manager: portage-2.3.0 --- diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest index 12dd26ecfa79..0aafff9e5e08 100644 --- a/app-office/skrooge/Manifest +++ b/app-office/skrooge/Manifest @@ -1,2 +1 @@ -DIST skrooge-2.3.0.tar.xz 17533492 SHA256 76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a SHA512 b4ccd3b21852e726a4872b1df76e2a65f031b55dfc4adc7d9dddeb9a26a9b9c61a9a42c94004de2e159646c900a9d343a5b891053d6566f5572f40a18bfd51e3 WHIRLPOOL 3f6d5337af0d7d721cb0e050b1eda7da99e43a5ee0e07db815ce0bd384a98694601ee58f4becfddcbb85d636f1ba47178632c5bbc28ef0b65f3e482049cc6d1c DIST skrooge-2.4.0.tar.xz 18000104 SHA256 132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe SHA512 ce2a9aaf67ed8b751ce062bea020c999da0232aca7d1ddcf58294f76435123231c65cc07f818c92499d142941327253f491cbec48fa504541fe91effde8b78c0 WHIRLPOOL 4cc00833e5df03d8d6b071b1ba612258749852f8acf5bf94c2cefd61680516c2a3a53c8d05273c2687886849dac1c562d5a17b1015090876ab9b570130dd73f7 diff --git a/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch b/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch deleted file mode 100644 index 3df44286e23c..000000000000 --- a/app-office/skrooge/files/skrooge-2.3.0-glibc-2.23.patch +++ /dev/null @@ -1,74 +0,0 @@ -From: Stephane Mankowski -Date: Wed, 24 Feb 2016 14:07:00 +0000 -Subject: Building the v2.3.0 package on Arch Linux dies with an error 'isnan' was not declared in this scope -X-Git-Url: http://quickgit.kde.org/?p=skrooge.git&a=commitdiff&h=dacb104d4c803679be744c198c70a871c2078dd0 ---- -Building the v2.3.0 package on Arch Linux dies with an error 'isnan' was not declared in this scope -BUG:359679 ---- - - ---- a/plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp -+++ b/plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp -@@ -27,7 +27,6 @@ - - #include - #include --#include - #include - - #include "skgtraces.h" -@@ -36,11 +35,6 @@ - #include "skgobjectbase.h" - #include "skgpayeeobject.h" - #include "skgimportexportmanager.h" -- --#ifdef Q_OS_WIN --#define isnan(a) _isnan(a) --#define isinf(a) !_finite(a) --#endif - - /** - * This plugin factory. -@@ -386,7 +380,7 @@ - } - } - -- if (!isnan(info.value)) { -+ if (!std::isnan(info.value)) { - QChar accountType = mapIdType[info.account.text()]; - if (accountType == 'C') { - suboperationsList.push_front(info); - ---- a/skgbasemodeler/skgdocument.cpp -+++ b/skgbasemodeler/skgdocument.cpp -@@ -42,7 +42,6 @@ - #include - - #include --#include - #include - - #include "skgtraces.h" -@@ -51,11 +50,6 @@ - #include "skgpropertyobject.h" - #include "skgtransactionmng.h" - #include "skgreport.h" -- --#ifdef Q_OS_WIN --#define isnan(a) _isnan(a) --#define isinf(a) !_finite(a) --#endif - - #ifdef SKGCIPHER - #define SQLDRIVERNAME QStringLiteral("SKGSQLCIPHER") -@@ -2693,7 +2687,7 @@ - if (iValue > 0) { - p = '+' % p; - } -- if (p.count() > 10 || isnan(iValue) || isinf(iValue)) { -+ if (p.count() > 10 || std::isnan(iValue) || std::isinf(iValue)) { - p = QChar(8734); - } - return "