Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/files/
Date: Sun, 05 Aug 2018 09:59:54
Message-Id: 1533462824.8a9f361a5711f54dd1ad45d5fbe4c46452bf594b.leio@gentoo
1 commit: 8a9f361a5711f54dd1ad45d5fbe4c46452bf594b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 09:53:44 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 09:53:44 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8a9f361a
7
8 app-arch/file-roller: remove redundant files
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 app-arch/file-roller/files/3.6.0-packages.match | 30 ----------------------
13 .../files/file-roller-2.10.3-use_bin_tar.patch | 12 ---------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/app-arch/file-roller/files/3.6.0-packages.match b/app-arch/file-roller/files/3.6.0-packages.match
17 deleted file mode 100644
18 index 4085b191..00000000
19 --- a/app-arch/file-roller/files/3.6.0-packages.match
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -[Package Matches]
23 -arj=app-arch/arj
24 -binutils=sys-devel/binutils
25 -bzip2=app-arch/bzip2
26 -cpio=app-arch/cpio
27 -dpkg=app-arch/dpkg
28 -genisoimage=virtual/cdrtools
29 -gzip=app-arch/gzip
30 -lha=app-arch/lha
31 -lrzip=app-arch/lrzip
32 -lzip=app-arch/lzip
33 -lzma=app-arch/xz-utils
34 -lzop=app-arch/lzop
35 -ncompress=app-arch/ncompress
36 -p7zip=app-arch/p7zip
37 -p7zip-full=
38 -p7zip-rar=
39 -rar=app-arch/rar
40 -rpm=app-arch/rpm
41 -rzip=app-arch/rzip
42 -tar=app-arch/tar
43 -unace=app-arch/unace
44 -unalz=
45 -unarchiver=app-arch/unar
46 -unrar=app-arch/unrar
47 -unstaff=
48 -unzip=app-arch/unzip
49 -xz=app-arch/xz-utils
50 -zip=app-arch/zip
51 -zoo=app-arch/zoo
52
53 diff --git a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch
54 deleted file mode 100644
55 index edaa16c1..00000000
56 --- a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch
57 +++ /dev/null
58 @@ -1,12 +0,0 @@
59 -diff -uNr file-roller-2.10.3/src/fr-command-tar.c file-roller-2.10.3.patched/src/fr-command-tar.c
60 ---- file-roller-2.10.3/src/fr-command-tar.c 2005-04-22 18:39:22.000000000 +0200
61 -+++ file-roller-2.10.3.patched/src/fr-command-tar.c 2005-06-06 14:29:45.000000000 +0200
62 -@@ -225,7 +225,7 @@
63 - if (command != NULL)
64 - fr_process_begin_command (comm->process, command);
65 - else
66 -- fr_process_begin_command (comm->process, "tar");
67 -+ fr_process_begin_command (comm->process, "/bin/tar");
68 - g_free (command);
69 - }
70 -