diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 19:15:32 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 19:15:32 +0000 |
commit | db361643bf63a00590e20636023a7aff70ac58bf (patch) | |
tree | 990d90c4b0d50d27fe0b5ea1a81b3f64e1eb3e1a /app-arch/file-roller/files | |
parent | stable amd64, bug 268258 (diff) | |
download | historical-db361643bf63a00590e20636023a7aff70ac58bf.tar.gz historical-db361643bf63a00590e20636023a7aff70ac58bf.tar.bz2 historical-db361643bf63a00590e20636023a7aff70ac58bf.zip |
New version for GNOME 2.26. Drop libgnome{,ui} dependencies, bug fixes and translation updates. Clean up old revisions.
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'app-arch/file-roller/files')
-rw-r--r-- | app-arch/file-roller/files/file-roller-2.10-use_fr_rpm2cpio.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-arch/file-roller/files/file-roller-2.10-use_fr_rpm2cpio.patch b/app-arch/file-roller/files/file-roller-2.10-use_fr_rpm2cpio.patch deleted file mode 100644 index 6b9ce2d521a6..000000000000 --- a/app-arch/file-roller/files/file-roller-2.10-use_fr_rpm2cpio.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -uNr file-roller-2.10.0/src/fr-command-rpm.c file-roller-2.10.0.patched/src/fr-command-rpm.c ---- file-roller-2.10.0/src/fr-command-rpm.c 2005-03-07 13:29:37.000000000 +0100 -+++ file-roller-2.10.0.patched/src/fr-command-rpm.c 2005-03-29 12:40:38.000000000 +0200 -@@ -131,7 +131,7 @@ - list__process_line, - comm); - -- fr_process_begin_command (comm->process, "rpm2cpio"); -+ fr_process_begin_command (comm->process, "rpm2cpio-file-roller"); - fr_process_add_arg (comm->process, comm->e_filename); - fr_process_add_arg (comm->process, "| cpio --list --force-local --verbose"); - fr_process_end_command (comm->process); -@@ -150,7 +150,7 @@ - { - GList *scan; - -- fr_process_begin_command (comm->process, "rpm2cpio"); -+ fr_process_begin_command (comm->process, "rpm2cpio-file-roller"); - if (dest_dir != NULL) - fr_process_set_working_dir (comm->process, dest_dir); - fr_process_add_arg (comm->process, comm->e_filename); -@@ -240,7 +240,7 @@ - { - FRCommand *comm; - -- if (!is_program_in_path("rpm2cpio")) { -+ if (!is_program_in_path("rpm2cpio-file-roller")) { - return NULL; - } - |