summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-07-23 03:42:47 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-07-23 03:42:47 +0000
commit7edf5100343ec63f65eb6b4c07f9d91e18cb8e70 (patch)
tree73b634dd11b0e2c8bd30260388e3c0e338780714 /app-arch/file-roller/files
parentClean up unnecessary versions (diff)
downloadhistorical-7edf5100343ec63f65eb6b4c07f9d91e18cb8e70.tar.gz
historical-7edf5100343ec63f65eb6b4c07f9d91e18cb8e70.tar.bz2
historical-7edf5100343ec63f65eb6b4c07f9d91e18cb8e70.zip
Clean up unnecessary versions
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'app-arch/file-roller/files')
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.10.0-r11
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.10.33
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.12.11
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.12.23
-rw-r--r--app-arch/file-roller/files/file-roller-2.10.0-fix_whitespace.patch56
-rw-r--r--app-arch/file-roller/files/file-roller-2.10.2-fix_unrar.patch29
-rw-r--r--app-arch/file-roller/files/file-roller-2.8.0-use_bin_tar.patch11
7 files changed, 0 insertions, 104 deletions
diff --git a/app-arch/file-roller/files/digest-file-roller-2.10.0-r1 b/app-arch/file-roller/files/digest-file-roller-2.10.0-r1
deleted file mode 100644
index 6f0df710fa92..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.10.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cb5b09aad7c9d352922994a6e8cf088 file-roller-2.10.0.tar.bz2 1311026
diff --git a/app-arch/file-roller/files/digest-file-roller-2.10.3 b/app-arch/file-roller/files/digest-file-roller-2.10.3
deleted file mode 100644
index 9e24f9bb64d0..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.10.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dd152e2cb1bfe5c46930ae74c73e4f8e file-roller-2.10.3.tar.bz2 1314482
-RMD160 b77516ca943589e681183cc381e7941269f9675c file-roller-2.10.3.tar.bz2 1314482
-SHA256 72ea712b80e9688db142271048e1b52aebf876038a24fddc123a2d249aef18d4 file-roller-2.10.3.tar.bz2 1314482
diff --git a/app-arch/file-roller/files/digest-file-roller-2.12.1 b/app-arch/file-roller/files/digest-file-roller-2.12.1
deleted file mode 100644
index 1d9d4a068d66..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.12.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b256e9c56e132007ae6933b6b604157 file-roller-2.12.1.tar.bz2 1162479
diff --git a/app-arch/file-roller/files/digest-file-roller-2.12.2 b/app-arch/file-roller/files/digest-file-roller-2.12.2
deleted file mode 100644
index 9992e6cff096..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.12.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d19692161ea82051fe51ecfb2e9ec3e0 file-roller-2.12.2.tar.bz2 921755
-RMD160 3e975761b2c00c62bdc2cf6889067491fb19b149 file-roller-2.12.2.tar.bz2 921755
-SHA256 e57a16ec78f715d6fa6be4134cd20699fef9e5ff0a3c4fd87179f996f08f06a1 file-roller-2.12.2.tar.bz2 921755
diff --git a/app-arch/file-roller/files/file-roller-2.10.0-fix_whitespace.patch b/app-arch/file-roller/files/file-roller-2.10.0-fix_whitespace.patch
deleted file mode 100644
index cf774aab124e..000000000000
--- a/app-arch/file-roller/files/file-roller-2.10.0-fix_whitespace.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-diff -u -r1.125 -r1.128
---- src/window.c 2005/03/07 12:33:45 1.125
-+++ src/window.c 2005/03/14 10:17:51 1.128
-@@ -1842,10 +1842,8 @@
- FRWindow *window = data;
- GtkTreeSelection *selection;
-
-- /* FIXME: uncomment after freeze
- if (event->window != gtk_tree_view_get_bin_window (GTK_TREE_VIEW (window->list_view)))
- return FALSE;
-- */
-
- selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (window->list_view));
- if (selection == NULL)
-@@ -1917,10 +1915,8 @@
- FRWindow *window = data;
- GtkTreeSelection *selection;
-
-- /* FIXME: uncomment after freeze
- if (event->window != gtk_tree_view_get_bin_window (GTK_TREE_VIEW (window->list_view)))
- return FALSE;
-- */
-
- selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (window->list_view));
- if (selection == NULL)
-@@ -5436,8 +5432,9 @@
-
- fr_process_begin_command (proc, cdata->command);
- for (scan = cdata->file_list; scan; scan = scan->next) {
-- char *filename = scan->data;
-+ char *filename = shell_escape (scan->data);
- fr_process_add_arg (proc, filename);
-+ g_free (filename);
- }
- fr_process_end_command (proc);
-
-@@ -5452,6 +5449,7 @@
- uris = g_list_prepend (uris, gnome_vfs_get_uri_from_local_path (filename));
- }
-
-+ command_list = g_list_prepend (command_list, cdata);
- gnome_vfs_mime_application_launch (cdata->app, uris);
-
- path_list_free (uris);
-@@ -5488,9 +5486,7 @@
- "/",
- file,
- NULL);
-- cdata->file_list = g_list_prepend (cdata->file_list,
-- shell_escape (filename));
-- g_free (filename);
-+ cdata->file_list = g_list_prepend (cdata->file_list, filename);
- }
-
- g_signal_connect (G_OBJECT (window->archive),
-
diff --git a/app-arch/file-roller/files/file-roller-2.10.2-fix_unrar.patch b/app-arch/file-roller/files/file-roller-2.10.2-fix_unrar.patch
deleted file mode 100644
index 55b1624cce40..000000000000
--- a/app-arch/file-roller/files/file-roller-2.10.2-fix_unrar.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: src/fr-command-rar.c
-===================================================================
-RCS file: /cvs/gnome/file-roller/src/fr-command-rar.c,v
-retrieving revision 1.15
-retrieving revision 1.16
-diff -u -r1.15 -r1.16
---- src/fr-command-rar.c 28 Feb 2005 19:54:26 -0000 1.15
-+++ src/fr-command-rar.c 11 Apr 2005 21:29:16 -0000 1.16
-@@ -144,8 +144,6 @@
-
- fields = split_line (line, 6);
-
-- g_print ("%s\n", fields[5]);
--
- if ((fdata->name == NULL)
- || (*fdata->name == '\0')
- || (fields[5][1] == 'D')
-@@ -441,10 +439,8 @@
- {
- FRCommand *comm;
-
-- if ((!is_program_in_path("rar")) ||
-- (!is_program_in_path("unrar"))) {
-+ if ((!is_program_in_path("rar")) && (!is_program_in_path("unrar")))
- return NULL;
-- }
-
- comm = FR_COMMAND (g_object_new (FR_TYPE_COMMAND_RAR, NULL));
- fr_command_construct (comm, process, filename);
diff --git a/app-arch/file-roller/files/file-roller-2.8.0-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.8.0-use_bin_tar.patch
deleted file mode 100644
index ebc193576ded..000000000000
--- a/app-arch/file-roller/files/file-roller-2.8.0-use_bin_tar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fr-command-tar.c 2004-09-13 19:48:16.000000000 +0200
-+++ src/fr-command-tar.c.patched 2004-09-16 18:04:07.080792848 +0200
-@@ -338,7 +338,7 @@
- if (path != NULL)
- fr_process_begin_command (comm->process, path);
- else
-- fr_process_begin_command (comm->process, "tar");
-+ fr_process_begin_command (comm->process, "/bin/tar");
-
- temp = g_strdup_printf ("PATH=%s", prev_path);
- putenv (temp);