summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-07 03:12:51 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-07 03:12:51 +0800
commit1771bed205d0915a7c94ef330fa419e8ddfcbac5 (patch)
tree4cf71e656c40219a8411c257051d780e1fb0ff96 /deskutils
parent968d434e1b320ebbe55b570c9934916a84412ae7 (diff)
downloadmarcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar.gz
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar.bz2
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar.lz
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar.xz
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.tar.zst
marcuscom-ports-1771bed205d0915a7c94ef330fa419e8ddfcbac5.zip
Remove stale patches.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5077 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-utils/files/patch-logview_desc_db.c10
-rw-r--r--deskutils/gnome-utils/files/patch-logview_logview.c29
-rw-r--r--deskutils/gnomeutils2/files/patch-logview_desc_db.c10
-rw-r--r--deskutils/gnomeutils2/files/patch-logview_logview.c29
4 files changed, 0 insertions, 78 deletions
diff --git a/deskutils/gnome-utils/files/patch-logview_desc_db.c b/deskutils/gnome-utils/files/patch-logview_desc_db.c
deleted file mode 100644
index 5b687f492..000000000
--- a/deskutils/gnome-utils/files/patch-logview_desc_db.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- logview/desc_db.c.orig Wed Dec 1 16:45:13 2004
-+++ logview/desc_db.c Wed Dec 1 16:45:25 2004
-@@ -21,6 +21,7 @@
- #include <gtk/gtk.h>
- #include <glib/gi18n.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include "logview.h"
- #include "desc_db.h"
diff --git a/deskutils/gnome-utils/files/patch-logview_logview.c b/deskutils/gnome-utils/files/patch-logview_logview.c
deleted file mode 100644
index 5dd057d1a..000000000
--- a/deskutils/gnome-utils/files/patch-logview_logview.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- logview/logview.c.orig Tue Oct 4 12:31:47 2005
-+++ logview/logview.c Tue Oct 4 12:32:04 2005
-@@ -930,7 +930,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->regexp_db_path);
-@@ -952,7 +952,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->descript_db_path);
-@@ -983,7 +983,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->action_db_path);
diff --git a/deskutils/gnomeutils2/files/patch-logview_desc_db.c b/deskutils/gnomeutils2/files/patch-logview_desc_db.c
deleted file mode 100644
index 5b687f492..000000000
--- a/deskutils/gnomeutils2/files/patch-logview_desc_db.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- logview/desc_db.c.orig Wed Dec 1 16:45:13 2004
-+++ logview/desc_db.c Wed Dec 1 16:45:25 2004
-@@ -21,6 +21,7 @@
- #include <gtk/gtk.h>
- #include <glib/gi18n.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include "logview.h"
- #include "desc_db.h"
diff --git a/deskutils/gnomeutils2/files/patch-logview_logview.c b/deskutils/gnomeutils2/files/patch-logview_logview.c
deleted file mode 100644
index 5dd057d1a..000000000
--- a/deskutils/gnomeutils2/files/patch-logview_logview.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- logview/logview.c.orig Tue Oct 4 12:31:47 2005
-+++ logview/logview.c Tue Oct 4 12:32:04 2005
-@@ -930,7 +930,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->regexp_db_path);
-@@ -952,7 +952,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->descript_db_path);
-@@ -983,7 +983,7 @@
-
- if ( ! found) {
- g_snprintf (full_name, sizeof (full_name),
-- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
-+ "%s/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
- if (access (full_name, R_OK) == 0) {
- found = TRUE;
- g_free (cfg->action_db_path);