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 | 249422390dc68373c16ed30308ad47a6e21d8eeb (patch) | |
tree | e02ca595435141325ad29511ee288df7844ccec5 /app-arch/file-roller/files | |
parent | stable amd64, bug 268258 (diff) | |
download | gentoo-2-249422390dc68373c16ed30308ad47a6e21d8eeb.tar.gz gentoo-2-249422390dc68373c16ed30308ad47a6e21d8eeb.tar.bz2 gentoo-2-249422390dc68373c16ed30308ad47a6e21d8eeb.zip |
New version for GNOME 2.26. Drop libgnome{,ui} dependencies, bug fixes and translation updates. Clean up old revisions.
(Portage version: 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; - } - |