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 2012113835A for ; Sun, 21 Feb 2021 21:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D47BE08F7; Sun, 21 Feb 2021 21:30:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23A87E08F7 for ; Sun, 21 Feb 2021 21:30:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BCFE340FEA for ; Sun, 21 Feb 2021 21:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72304EF for ; Sun, 21 Feb 2021 21:30:24 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613942900.d50e52de49b98f11d6f596fd68eacfc8a789c89e.conikost@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/7.10-fix_xlocale.patch sci-misc/boinc/files/7.8-fix_xlocale.patch sci-misc/boinc/files/boinc.service X-VCS-Directories: sci-misc/boinc/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d50e52de49b98f11d6f596fd68eacfc8a789c89e X-VCS-Branch: master Date: Sun, 21 Feb 2021 21:30:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abbe13a0-f0e0-46cd-9345-a6b0a07a4e0b X-Archives-Hash: 20f8159aadfd9d9be6fdac811223c100 commit: d50e52de49b98f11d6f596fd68eacfc8a789c89e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Feb 21 11:27:45 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 21 21:28:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50e52de sci-misc/boinc: remove unused patches/file Closes: https://github.com/gentoo/gentoo/pull/19574 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> sci-misc/boinc/files/7.10-fix_xlocale.patch | 37 ------------------------- sci-misc/boinc/files/7.8-fix_xlocale.patch | 42 ----------------------------- sci-misc/boinc/files/boinc.service | 11 -------- 3 files changed, 90 deletions(-) diff --git a/sci-misc/boinc/files/7.10-fix_xlocale.patch b/sci-misc/boinc/files/7.10-fix_xlocale.patch deleted file mode 100644 index 6d2360138f8..00000000000 --- a/sci-misc/boinc/files/7.10-fix_xlocale.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/configure.ac 2018-03-21 12:08:02.287768932 +0100 -+++ b/configure.ac 2018-03-21 12:09:32.918771652 +0100 -@@ -592,7 +592,7 @@ - echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5 - echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5 - -- AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h xlocale.h]) -+ AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h]) - - AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0]) - AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0]) ---- a/lib/gui_rpc_client.h 2018-03-21 12:07:51.300768602 +0100 -+++ b/lib/gui_rpc_client.h 2018-03-21 12:09:11.671771015 +0100 -@@ -810,8 +810,8 @@ - - #elif defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4) - // uselocale() is not available in OS 10.3.9 so use weak linking --#if HAVE_XLOCALE_H --#include -+#if HAVE_LOCALE_H -+#include - #endif - extern int freelocale(locale_t) __attribute__((weak_import)); - extern locale_t newlocale(int, __const char *, locale_t) __attribute__((weak_import)); ---- a/clientgui/AsyncRPC.cpp 2018-03-21 12:08:17.241769380 +0100 -+++ b/clientgui/AsyncRPC.cpp 2018-03-21 12:08:50.664770384 +0100 -@@ -19,8 +19,8 @@ - #pragma implementation "AsyncRPC.h" - #endif - --#if HAVE_XLOCALE_H --#include -+#if HAVE_LOCALE_H -+#include - #endif - - #include "stdwx.h" diff --git a/sci-misc/boinc/files/7.8-fix_xlocale.patch b/sci-misc/boinc/files/7.8-fix_xlocale.patch deleted file mode 100644 index 8b80258cf6c..00000000000 --- a/sci-misc/boinc/files/7.8-fix_xlocale.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/configure.ac 2017-12-18 17:45:19.829854890 +0100 -+++ b/configure.ac 2017-12-18 17:46:13.845853923 +0100 -@@ -602,7 +602,7 @@ - echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5 - echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5 - -- AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h xlocale.h]) -+ AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h]) - - AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0]) - AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0]) -@@ -986,9 +986,6 @@ - #ifdef HAVE_LOCALE_H - #include - #endif --#ifdef HAVE_XLOCALE_H --#include --#endif - ]]) - - dnl Checks for typedefs, structures, and compiler characteristics. ---- a/lib/gui_rpc_client.h 2017-12-18 17:47:22.826852688 +0100 -+++ b/lib/gui_rpc_client.h 2017-12-18 17:48:42.384851263 +0100 -@@ -807,7 +807,6 @@ - - #elif defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4) - // uselocale() is not available in OS 10.3.9 so use weak linking --#include - extern int freelocale(locale_t) __attribute__((weak_import)); - extern locale_t newlocale(int, __const char *, locale_t) __attribute__((weak_import)); - extern locale_t uselocale(locale_t) __attribute__((weak_import)); ---- a/clientgui/AsyncRPC.cpp 2017-12-18 17:47:30.727852546 +0100 -+++ b/clientgui/AsyncRPC.cpp 2017-12-18 17:48:56.785851005 +0100 -@@ -20,7 +20,7 @@ - #endif - - #if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))) --#include -+#include - #endif - - #include "stdwx.h" diff --git a/sci-misc/boinc/files/boinc.service b/sci-misc/boinc/files/boinc.service deleted file mode 100644 index af8edf4d504..00000000000 --- a/sci-misc/boinc/files/boinc.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=BOINC Daemon - -[Service] -User=boinc -Group=boinc -Nice=19 -ExecStart=/usr/bin/boinc_client --dir /var/lib/boinc --redirectio - -[Install] -WantedBy=multi-user.target