From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE98B139085 for ; Sun, 29 Jan 2017 20:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3C0E0E7F; Sun, 29 Jan 2017 20:11:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88E2FE0E7F for ; Sun, 29 Jan 2017 20:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74A0B34166E for ; Sun, 29 Jan 2017 20:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D22C83A31 for ; Sun, 29 Jan 2017 20:10:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485720580.6c8e0dbe77c59d92a08b26f10c9177e55740348f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch X-VCS-Directories: sci-misc/boinc/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6c8e0dbe77c59d92a08b26f10c9177e55740348f X-VCS-Branch: master Date: Sun, 29 Jan 2017 20:10:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ac254f8-6c1f-447e-84a8-0caa1ebffafc X-Archives-Hash: a3aca1d03bf351ce6aabd0dc3efee1a7 commit: 6c8e0dbe77c59d92a08b26f10c9177e55740348f Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 29 09:18:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 29 20:09:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8e0dbe sci-misc/boinc: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3709 sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch | 69 ---------------------- 1 file changed, 69 deletions(-) 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 deleted file mode 100644 index be0a02c..00000000 --- a/sci-misc/boinc/files/boinc-7.2.0-fix_subdirs.patch +++ /dev/null @@ -1,69 +0,0 @@ - Makefile.am | 14 +++++++------- - configure.ac | 5 ----- - 2 files changed, 7 insertions(+), 12 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 6322db1..45d8b67 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -10,13 +10,13 @@ ACLOCAL_AMFLAGS = -I m4 - - if ENABLE_LIBRARIES - API_SUBDIRS = api lib --if ENABLE_SERVER -- API_SUBDIRS += zip --endif -+#if ENABLE_SERVER -+# API_SUBDIRS += zip -+#endif - endif - - if ENABLE_SERVER -- SERVER_SUBDIRS = db test py sched apps tools vda html -+ SERVER_SUBDIRS = db test py sched apps tools vda - ## once contained samples/example_app which breaks out-of-source-tree builds - endif - -@@ -26,9 +26,9 @@ endif - - if ENABLE_MANAGER - CLIENTGUI_SUBDIRS = clientgui locale --if BUILD_X11_SCREENSAVER -- CLIENTGUI_SUBDIRS += clientscr --endif -+#if BUILD_X11_SCREENSAVER -+# CLIENTGUI_SUBDIRS += clientscr -+#endif - endif - - # ORDER MATTERS below. One must build dependencies FIRST, then things -diff --git a/configure.ac b/configure.ac -index 2bef437..5a9e104 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -955,7 +955,6 @@ AC_CONFIG_FILES([ - apps/Makefile - clientgui/Makefile - clientgui/res/Makefile -- clientscr/Makefile - client/Makefile - client/win/boinc_path_config.py:py/boinc_path_config.py.in - client/scripts/Makefile -@@ -963,7 +962,6 @@ AC_CONFIG_FILES([ - db/Makefile - doc/Makefile - doc/manpages/Makefile -- html/Makefile - lib/Makefile - locale/Makefile - Makefile -@@ -993,9 +991,6 @@ AC_CONFIG_FILES([ - tools/boinc_path_config.py:py/boinc_path_config.py.in - tools/Makefile - vda/Makefile -- zip/Makefile -- zip/zip/Makefile -- zip/unzip/Makefile - m4/Makefile - ]) -