Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/files/
Date: Wed, 27 Sep 2017 18:58:46
Message-Id: 1506538718.a1a76abd89a6c1cb420c5b35472e470192345d7a.nimiux@gentoo
1 commit: a1a76abd89a6c1cb420c5b35472e470192345d7a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 18:57:53 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 18:58:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a76abd
7
8 dev-lisp/sbcl: Removes unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/5797
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.1
13
14 dev-lisp/sbcl/files/concurrency-test.patch | 16 ----------------
15 dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch | 14 --------------
16 2 files changed, 30 deletions(-)
17
18 diff --git a/dev-lisp/sbcl/files/concurrency-test.patch b/dev-lisp/sbcl/files/concurrency-test.patch
19 deleted file mode 100644
20 index 2c97488cc3d..00000000000
21 --- a/dev-lisp/sbcl/files/concurrency-test.patch
22 +++ /dev/null
23 @@ -1,16 +0,0 @@
24 -diff -r -U1 sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp
25 ---- sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2013-09-30 20:15:42.000000000 +0700
26 -+++ sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp 2013-10-14 20:43:05.586366791 +0700
27 -@@ -19,5 +19,5 @@
28 -
29 --(defun test-frlocks (&key (reader-count 100) (read-count 1000000)
30 -+(defun test-frlocks (&key (reader-count 50) (read-count 500000)
31 - (outer-read-pause 0) (inner-read-pause 0)
32 -- (writer-count 10) (write-count 10000)
33 -+ (writer-count 10) (write-count 5000)
34 - (outer-write-pause 0.0001) (inner-write-pause 0))
35 -@@ -84,3 +84,3 @@
36 - (handler-case
37 -- (sb-ext:with-timeout 60 (test-frlocks))
38 -+ (sb-ext:with-timeout 240 (test-frlocks))
39 - (sb-ext:timeout (c)
40
41 diff --git a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch b/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
42 deleted file mode 100644
43 index b5c59305118..00000000000
44 --- a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
45 +++ /dev/null
46 @@ -1,14 +0,0 @@
47 ---- a/src/runtime/linux-os.c 2009-05-01 13:30:51.000000000 +0300
48 -+++ b/src/runtime/linux-os.c 2010-03-24 02:30:48.000000000 +0200
49 -@@ -56,11 +56,7 @@
50 - #include "cheneygc-internal.h"
51 - #endif
52 -
53 --#ifdef LISP_FEATURE_X86
54 --/* Prototype for personality(2). Done inline here since the header file
55 -- * for this isn't available on old versions of glibc. */
56 - int personality (unsigned long);
57 --#endif
58 -
59 - size_t os_vm_page_size;
60 -