unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vitalii Koshura <lestat.de.lionkur@gmail.com>
To: 73243@debbugs.gnu.org
Cc: Vitalii Koshura <lestat.de.lionkur@gmail.com>, zhengjunjie@iscas.ac.cn
Subject: [bug#73243] [PATCH] gnu: remove boinc-server.
Date: Fri, 13 Sep 2024 19:30:52 +0200	[thread overview]
Message-ID: <20240913173052.19493-1-lestat.de.lionkur@gmail.com> (raw)

boinc-server is not supposed to be installed this (or any other) packaged way.
Also, it uses a completely different versioning scheme.
I don't see any value keeping it here, thus with this patch I suggest to remove it completely.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
---
 gnu/packages/distributed.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index b07acfd863..5430d1428f 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -83,17 +83,3 @@ (define-public boinc-client
     (home-page "https://boinc.berkeley.edu/")
     ;; BOINC is distributed as LGPL3+, with some individual modules under GPL3+.
     (license (list license:lgpl3+ license:gpl3+))))
-
-(define-public boinc-server
-  ;; XXX The server and client packages duplicate many files such as /lib.
-  ;; TODO: consolidate them?
-  (package (inherit boinc-client)
-    (name "boinc-server")
-    (arguments
-     (list
-      #:configure-flags
-      #~(list "--disable-client"
-              "--disable-manager")
-      #:parallel-build? #f))
-    (inputs (list curl `(,mariadb "dev") openssl zlib))
-    (propagated-inputs (list perl python-wrapper))))
-- 
2.34.1





             reply	other threads:[~2024-09-14  7:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 17:30 Vitalii Koshura [this message]
2024-10-20 11:20 ` [bug#73243] [PATCH] gnu: remove boinc-server Vitalii Koshura

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240913173052.19493-1-lestat.de.lionkur@gmail.com \
    --to=lestat.de.lionkur@gmail.com \
    --cc=73243@debbugs.gnu.org \
    --cc=zhengjunjie@iscas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).