diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:15:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:15:43 +0000 |
commit | 29f637f5c58af7fbf4e3a79cdfc00ab70e66d8d3 (patch) | |
tree | 72bc14a0de5aa8e16807bd04b4ffc69113a35584 /x11-misc/root-portal/files | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-29f637f5c58af7fbf4e3a79cdfc00ab70e66d8d3.tar.gz gentoo-2-29f637f5c58af7fbf4e3a79cdfc00ab70e66d8d3.tar.bz2 gentoo-2-29f637f5c58af7fbf4e3a79cdfc00ab70e66d8d3.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/root-portal/files')
-rw-r--r-- | x11-misc/root-portal/files/0.4.11-gcc3.patch | 66 | ||||
-rw-r--r-- | x11-misc/root-portal/files/digest-root-portal-0.5.0 | 1 |
2 files changed, 0 insertions, 67 deletions
diff --git a/x11-misc/root-portal/files/0.4.11-gcc3.patch b/x11-misc/root-portal/files/0.4.11-gcc3.patch deleted file mode 100644 index 387aaa8cadcd..000000000000 --- a/x11-misc/root-portal/files/0.4.11-gcc3.patch +++ /dev/null @@ -1,66 +0,0 @@ -diff -ur root-portal-0.4.11.orig/src/config/configuration.h root-portal-0.4.11/src/config/configuration.h ---- root-portal-0.4.11.orig/src/config/configuration.h 2003-10-15 16:00:20.512226040 -0400 -+++ root-portal-0.4.11/src/config/configuration.h 2003-10-15 16:10:12.625211184 -0400 -@@ -14,6 +14,7 @@ - #endif - - #include <vector> -+#include <assert.h> - using namespace std; - - class ModuleModifier; -diff -ur root-portal-0.4.11.orig/src/dataset.h root-portal-0.4.11/src/dataset.h ---- root-portal-0.4.11.orig/src/dataset.h 2003-10-15 16:00:20.466233032 -0400 -+++ root-portal-0.4.11/src/dataset.h 2003-10-15 16:08:13.625301920 -0400 -@@ -11,6 +11,7 @@ - #include <string> - #include <cstdlib> - #include <cstdio> -+#include <assert.h> - using namespace std; - - class BadDataType {}; -diff -ur root-portal-0.4.11.orig/src/modules/filetail/filetail.h root-portal-0.4.11/src/modules/filetail/filetail.h ---- root-portal-0.4.11.orig/src/modules/filetail/filetail.h 2003-10-15 16:00:20.483230448 -0400 -+++ root-portal-0.4.11/src/modules/filetail/filetail.h 2003-10-15 16:05:47.017589680 -0400 -@@ -2,6 +2,7 @@ - #define FILETAIL_H - - #include <cstdio> -+#include <assert.h> - using namespace std; - - #include "../../module.h" -diff -ur root-portal-0.4.11.orig/src/modules/process/process.h root-portal-0.4.11/src/modules/process/process.h ---- root-portal-0.4.11.orig/src/modules/process/process.h 2003-10-15 16:00:20.484230296 -0400 -+++ root-portal-0.4.11/src/modules/process/process.h 2003-10-15 16:06:51.646764552 -0400 -@@ -6,6 +6,7 @@ - #include <cstdlib> - #include <cstdio> - #include <vector> -+#include <assert.h> - using namespace std; - - #include "../../module.h" -diff -ur root-portal-0.4.11.orig/src/modules/roottext/roottext.h root-portal-0.4.11/src/modules/roottext/roottext.h ---- root-portal-0.4.11.orig/src/modules/roottext/roottext.h 2003-10-15 16:00:20.486229992 -0400 -+++ root-portal-0.4.11/src/modules/roottext/roottext.h 2003-10-15 16:07:23.406936272 -0400 -@@ -9,6 +9,7 @@ - #include "../../rootwindow.h" - #include "../../drawing_area.h" - #include <vector> -+#include <assert.h> - using namespace std; - - typedef unsigned long Pixel; -diff -ur root-portal-0.4.11.orig/src/path.h root-portal-0.4.11/src/path.h ---- root-portal-0.4.11.orig/src/path.h 2003-10-15 16:00:20.467232880 -0400 -+++ root-portal-0.4.11/src/path.h 2003-10-15 16:11:46.954870896 -0400 -@@ -3,6 +3,7 @@ - - #include <vector> - #include <string> -+#include <assert.h> - using namespace std; - - class Path diff --git a/x11-misc/root-portal/files/digest-root-portal-0.5.0 b/x11-misc/root-portal/files/digest-root-portal-0.5.0 deleted file mode 100644 index 63d60a321a47..000000000000 --- a/x11-misc/root-portal/files/digest-root-portal-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9b3eff0eed13bc659b485d5c5661a03f root-portal-0.5.0.tar.gz 426038 |