Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/
Date: Sun, 29 Jan 2017 20:12:04
Message-Id: 1485720580.6c8e0dbe77c59d92a08b26f10c9177e55740348f.soap@gentoo
1 commit: 6c8e0dbe77c59d92a08b26f10c9177e55740348f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:18:12 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8e0dbe
7
8 sci-misc/boinc: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch | 69 ----------------------
13 1 file changed, 69 deletions(-)
14
15 diff --git a/sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch b/sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch
16 deleted file mode 100644
17 index be0a02c..00000000
18 --- a/sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch
19 +++ /dev/null
20 @@ -1,69 +0,0 @@
21 - Makefile.am | 14 +++++++-------
22 - configure.ac | 5 -----
23 - 2 files changed, 7 insertions(+), 12 deletions(-)
24 -
25 -diff --git a/Makefile.am b/Makefile.am
26 -index 6322db1..45d8b67 100644
27 ---- a/Makefile.am
28 -+++ b/Makefile.am
29 -@@ -10,13 +10,13 @@ ACLOCAL_AMFLAGS = -I m4
30 -
31 - if ENABLE_LIBRARIES
32 - API_SUBDIRS = api lib
33 --if ENABLE_SERVER
34 -- API_SUBDIRS += zip
35 --endif
36 -+#if ENABLE_SERVER
37 -+# API_SUBDIRS += zip
38 -+#endif
39 - endif
40 -
41 - if ENABLE_SERVER
42 -- SERVER_SUBDIRS = db test py sched apps tools vda html
43 -+ SERVER_SUBDIRS = db test py sched apps tools vda
44 - ## once contained samples/example_app which breaks out-of-source-tree builds
45 - endif
46 -
47 -@@ -26,9 +26,9 @@ endif
48 -
49 - if ENABLE_MANAGER
50 - CLIENTGUI_SUBDIRS = clientgui locale
51 --if BUILD_X11_SCREENSAVER
52 -- CLIENTGUI_SUBDIRS += clientscr
53 --endif
54 -+#if BUILD_X11_SCREENSAVER
55 -+# CLIENTGUI_SUBDIRS += clientscr
56 -+#endif
57 - endif
58 -
59 - # ORDER MATTERS below. One must build dependencies FIRST, then things
60 -diff --git a/configure.ac b/configure.ac
61 -index 2bef437..5a9e104 100644
62 ---- a/configure.ac
63 -+++ b/configure.ac
64 -@@ -955,7 +955,6 @@ AC_CONFIG_FILES([
65 - apps/Makefile
66 - clientgui/Makefile
67 - clientgui/res/Makefile
68 -- clientscr/Makefile
69 - client/Makefile
70 - client/win/boinc_path_config.py:py/boinc_path_config.py.in
71 - client/scripts/Makefile
72 -@@ -963,7 +962,6 @@ AC_CONFIG_FILES([
73 - db/Makefile
74 - doc/Makefile
75 - doc/manpages/Makefile
76 -- html/Makefile
77 - lib/Makefile
78 - locale/Makefile
79 - Makefile
80 -@@ -993,9 +991,6 @@ AC_CONFIG_FILES([
81 - tools/boinc_path_config.py:py/boinc_path_config.py.in
82 - tools/Makefile
83 - vda/Makefile
84 -- zip/Makefile
85 -- zip/zip/Makefile
86 -- zip/unzip/Makefile
87 - m4/Makefile
88 - ])
89 -