diff options
author | 2005-07-22 21:05:44 +0000 | |
---|---|---|
committer | 2005-07-22 21:05:44 +0000 | |
commit | 2f33ce3e68cc13773d4a662043cce727211cb2b0 (patch) | |
tree | ccc9c7bcbd350fcfb94577d9a2f5902378bbe10b /app-arch/file-roller/files | |
parent | Fileset 0.7. (#99534) Check the right return value on ttmkfdir in the ebuild ... (diff) | |
download | historical-2f33ce3e68cc13773d4a662043cce727211cb2b0.tar.gz historical-2f33ce3e68cc13773d4a662043cce727211cb2b0.tar.bz2 historical-2f33ce3e68cc13773d4a662043cce727211cb2b0.zip |
New version: 2.10.4. Cleaning old ebuilds/patches.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch/file-roller/files')
7 files changed, 1 insertions, 125 deletions
diff --git a/app-arch/file-roller/files/digest-file-roller-2.10.4 b/app-arch/file-roller/files/digest-file-roller-2.10.4 new file mode 100644 index 000000000000..06d1bc26d3c7 --- /dev/null +++ b/app-arch/file-roller/files/digest-file-roller-2.10.4 @@ -0,0 +1 @@ +MD5 74115fe3289042cc41dc517dede3f64f file-roller-2.10.4.tar.bz2 1307330 diff --git a/app-arch/file-roller/files/digest-file-roller-2.6.1 b/app-arch/file-roller/files/digest-file-roller-2.6.1 deleted file mode 100644 index eb0ab9de497b..000000000000 --- a/app-arch/file-roller/files/digest-file-roller-2.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd9f62d28629e0643615be146a7736dc file-roller-2.6.1.tar.bz2 1270682 diff --git a/app-arch/file-roller/files/digest-file-roller-2.8.3 b/app-arch/file-roller/files/digest-file-roller-2.8.3 deleted file mode 100644 index 4987a20f80ef..000000000000 --- a/app-arch/file-roller/files/digest-file-roller-2.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 841f0cc0eab979d98c25c16725c18745 file-roller-2.8.3.tar.bz2 1380060 diff --git a/app-arch/file-roller/files/file-roller-2.10.2-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.10.2-use_bin_tar.patch deleted file mode 100644 index c2145b3961a9..000000000000 --- a/app-arch/file-roller/files/file-roller-2.10.2-use_bin_tar.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fr-command-tar.c.orig 2005-04-17 08:44:20.173949440 -0500 -+++ src/fr-command-tar.c 2005-04-17 08:46:24.605033040 -0500 -@@ -227,7 +227,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"); - g_free (path); - - temp = g_strdup_printf ("PATH=%s", prev_path); diff --git a/app-arch/file-roller/files/file-roller-2.4.4-64bit.patch b/app-arch/file-roller/files/file-roller-2.4.4-64bit.patch deleted file mode 100644 index afecb96324ee..000000000000 --- a/app-arch/file-roller/files/file-roller-2.4.4-64bit.patch +++ /dev/null @@ -1,88 +0,0 @@ ---- file-roller-2.4.4/src/fr-command-arj.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-arj.c 2004-02-07 18:00:25.000000000 -0500 -@@ -374,7 +374,7 @@ - GType - fr_command_arj_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command.c 2004-02-07 18:00:25.000000000 -0500 -@@ -49,7 +49,7 @@ - GType - fr_command_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-cfile.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-cfile.c 2004-02-07 18:00:25.000000000 -0500 -@@ -326,7 +326,7 @@ - GType - fr_command_cfile_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-lha.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-lha.c 2004-02-07 18:00:25.000000000 -0500 -@@ -337,7 +337,7 @@ - GType - fr_command_lha_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-rar.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-rar.c 2004-02-07 18:00:25.000000000 -0500 -@@ -357,7 +357,7 @@ - GType - fr_command_rar_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-tar.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-tar.c 2004-02-07 18:00:25.000000000 -0500 -@@ -670,7 +670,7 @@ - GType - fr_command_tar_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-zip.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-zip.c 2004-02-07 18:00:25.000000000 -0500 -@@ -444,7 +444,7 @@ - GType - fr_command_zip_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { ---- file-roller-2.4.4/src/fr-command-zoo.c.64bit 2004-02-07 17:59:56.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-zoo.c 2004-02-07 18:00:25.000000000 -0500 -@@ -370,7 +370,7 @@ - GType - fr_command_zoo_get_type () - { -- static guint type = 0; -+ static GType type = 0; - - if (! type) { - GTypeInfo type_info = { diff --git a/app-arch/file-roller/files/file-roller-2.4.4-gentoo.patch b/app-arch/file-roller/files/file-roller-2.4.4-gentoo.patch deleted file mode 100644 index 2e5aaa932791..000000000000 --- a/app-arch/file-roller/files/file-roller-2.4.4-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- file-roller-2.4.4/src/fr-command-tar.c.gnutar 2004-02-07 17:45:13.000000000 -0500 -+++ file-roller-2.4.4/src/fr-command-tar.c 2004-02-07 18:00:25.000000000 -0500 -@@ -177,7 +177,8 @@ - comm); - - fr_process_clear (comm->process); -- fr_process_begin_command (comm->process, "tar"); -+ /* On Gentoo, /usr/bin/tar is star, /bin/tar is GNU tar */ -+ fr_process_begin_command (comm->process, "/bin/tar"); - fr_process_add_arg (comm->process, "--force-local"); - fr_process_add_arg (comm->process, "-tvf"); - fr_process_add_arg (comm->process, comm->e_filename); diff --git a/app-arch/file-roller/files/file-roller-2.6-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.6-use_bin_tar.patch deleted file mode 100644 index deed05427c12..000000000000 --- a/app-arch/file-roller/files/file-roller-2.6-use_bin_tar.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr file-roller-2.6.0/src/fr-command-tar.c file-roller-2.6.0.patched/src/fr-command-tar.c ---- file-roller-2.6.0/src/fr-command-tar.c 2004-03-22 20:37:21.000000000 +0100 -+++ file-roller-2.6.0.patched/src/fr-command-tar.c 2004-04-02 21:17:21.644928816 +0200 -@@ -300,7 +300,7 @@ - if (path != NULL) - fr_process_begin_command (comm->process, "gtar"); - else -- fr_process_begin_command (comm->process, "tar"); -+ fr_process_begin_command (comm->process, "/bin/tar"); - g_free (path); - } - |