Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/files/
Date: Tue, 14 Feb 2017 21:37:39
Message-Id: 1487108121.3eaa621dbec6fc0294dd75e6a83250441dbb4437.soap@gentoo
1 commit: 3eaa621dbec6fc0294dd75e6a83250441dbb4437
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 15:54:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:35:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa621d
7
8 sys-libs/librtas: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3933
11
12 sys-libs/librtas/files/librtas-1.3.3-open.patch | 22 ----------------------
13 .../librtas/files/librtas-1.3.3-remove-doc.patch | 14 --------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-libs/librtas/files/librtas-1.3.3-open.patch b/sys-libs/librtas/files/librtas-1.3.3-open.patch
17 deleted file mode 100644
18 index 46bdede6ef..0000000000
19 --- a/sys-libs/librtas/files/librtas-1.3.3-open.patch
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 ---- librtas_src/syscall_rmo.bak 2010-02-01 10:38:01.000000000 -0500
23 -+++ librtas-1.3.3/librtas_src/syscall_rmo.c 2010-02-01 10:38:25.000000000 -0500
24 -@@ -117,7 +117,7 @@
25 -
26 - /* Lazily open lock file */
27 - if (wa_config.lockfile_fd < 0) {
28 -- wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR);
29 -+ wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR, 644);
30 - if (wa_config.lockfile_fd < 0) {
31 - dbg1("could not open lockfile %s\n", lockfile_path);
32 - return RTAS_IO_ASSERT;
33 ---- librtas_src/common.bak 2010-02-01 10:37:34.000000000 -0500
34 -+++ librtas-1.3.3/librtas_src/common.c 2010-02-01 10:37:50.000000000 -0500
35 -@@ -65,7 +65,7 @@
36 - npaths = sizeof(proc_rtas_paths) / sizeof(char *);
37 - for (i = 0; i < npaths; i++) {
38 - sprintf(full_name, "%s/%s", proc_rtas_paths[i], name);
39 -- fd = open(full_name, mode);
40 -+ fd = open(full_name, mode, 644);
41 - if (fd >= 0)
42 - break;
43 - }
44
45 diff --git a/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch b/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch
46 deleted file mode 100644
47 index 66d9aeaabe..0000000000
48 --- a/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch
49 +++ /dev/null
50 @@ -1,14 +0,0 @@
51 ---- librtas-1.3.3.orig/Makefile 2007-04-12 15:01:01.000000000 -0500
52 -+++ librtas-1.3.3/Makefile 2007-05-29 11:55:54.000000000 -0500
53 -@@ -15,11 +15,9 @@
54 - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;)
55 -
56 - install:
57 -- @$(call install_doc,$(FILES),$(DESTDIR))
58 - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
59 -
60 - uninstall:
61 -- @$(call uninstall_doc,$(FILES),$(DESTDIR))
62 - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
63 -
64 - rpm: all