summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-12 16:54:18 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-14 22:35:21 +0100
commit3eaa621dbec6fc0294dd75e6a83250441dbb4437 (patch)
tree18af8479d151998ad82708fd82d9598d23bc340f /sys-libs/librtas
parentsys-libs/libchipcard: remove unused patch (diff)
downloadgentoo-3eaa621dbec6fc0294dd75e6a83250441dbb4437.tar.gz
gentoo-3eaa621dbec6fc0294dd75e6a83250441dbb4437.tar.bz2
gentoo-3eaa621dbec6fc0294dd75e6a83250441dbb4437.zip
sys-libs/librtas: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3933
Diffstat (limited to 'sys-libs/librtas')
-rw-r--r--sys-libs/librtas/files/librtas-1.3.3-open.patch22
-rw-r--r--sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch14
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-libs/librtas/files/librtas-1.3.3-open.patch b/sys-libs/librtas/files/librtas-1.3.3-open.patch
deleted file mode 100644
index 46bdede6efdf..000000000000
--- a/sys-libs/librtas/files/librtas-1.3.3-open.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- librtas_src/syscall_rmo.bak 2010-02-01 10:38:01.000000000 -0500
-+++ librtas-1.3.3/librtas_src/syscall_rmo.c 2010-02-01 10:38:25.000000000 -0500
-@@ -117,7 +117,7 @@
-
- /* Lazily open lock file */
- if (wa_config.lockfile_fd < 0) {
-- wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR);
-+ wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR, 644);
- if (wa_config.lockfile_fd < 0) {
- dbg1("could not open lockfile %s\n", lockfile_path);
- return RTAS_IO_ASSERT;
---- librtas_src/common.bak 2010-02-01 10:37:34.000000000 -0500
-+++ librtas-1.3.3/librtas_src/common.c 2010-02-01 10:37:50.000000000 -0500
-@@ -65,7 +65,7 @@
- npaths = sizeof(proc_rtas_paths) / sizeof(char *);
- for (i = 0; i < npaths; i++) {
- sprintf(full_name, "%s/%s", proc_rtas_paths[i], name);
-- fd = open(full_name, mode);
-+ fd = open(full_name, mode, 644);
- if (fd >= 0)
- break;
- }
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
deleted file mode 100644
index 66d9aeaabeb5..000000000000
--- a/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- librtas-1.3.3.orig/Makefile 2007-04-12 15:01:01.000000000 -0500
-+++ librtas-1.3.3/Makefile 2007-05-29 11:55:54.000000000 -0500
-@@ -15,11 +15,9 @@
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;)
-
- install:
-- @$(call install_doc,$(FILES),$(DESTDIR))
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
-
- uninstall:
-- @$(call uninstall_doc,$(FILES),$(DESTDIR))
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
-
- rpm: all