summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-09-11 03:08:36 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-09-11 03:08:36 +1000
commitab67903e8727d1b0b3c459ec17947c4513b73a5e (patch)
treea7bd2446259bf5ee1405195b71e5be0d19d69c53 /media-gfx/kgraphviewer/files
parentmedia-gfx/kgraphviewer: whitespace. (diff)
downloadgentoo-ab67903e8727d1b0b3c459ec17947c4513b73a5e.tar.gz
gentoo-ab67903e8727d1b0b3c459ec17947c4513b73a5e.tar.bz2
gentoo-ab67903e8727d1b0b3c459ec17947c4513b73a5e.zip
media-gfx/kgraphviewer: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-gfx/kgraphviewer/files')
-rw-r--r--media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch b/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch
deleted file mode 100644
index 46c9490629cf..000000000000
--- a/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 470bf0a4774a600dbd958b781342589a337d8898 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Wed, 11 Jul 2012 01:58:00 +1000
-Subject: [PATCH] Fix build with boost-1.50
-
-REVIEW: 105494
----
- src/part/DotGraphParsingHelper.cpp | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/part/DotGraphParsingHelper.cpp b/src/part/DotGraphParsingHelper.cpp
-index 69cac49..7d46837 100644
---- a/src/part/DotGraphParsingHelper.cpp
-+++ b/src/part/DotGraphParsingHelper.cpp
-@@ -26,10 +26,10 @@
- #include "graphedge.h"
-
- #include <boost/throw_exception.hpp>
--#include <boost/spirit/core.hpp>
--#include <boost/spirit/utility/distinct.hpp>
--#include <boost/spirit/utility/loops.hpp>
--#include <boost/spirit/utility/confix.hpp>
-+#include <boost/spirit/include/classic_core.hpp>
-+#include <boost/spirit/include/classic_distinct.hpp>
-+#include <boost/spirit/include/classic_loops.hpp>
-+#include <boost/spirit/include/classic_confix.hpp>
-
-
- #include <iostream>
---
-1.7.11.1
-