From unknown Tue Jun 17 20:15:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61829 <61829@debbugs.gnu.org> To: bug#61829 <61829@debbugs.gnu.org> Subject: Status: [PATCH 00/11] Purge pre-1.3.0 deprecated procedures & variables. Reply-To: bug#61829 <61829@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:15:35 +0000 retitle 61829 [PATCH 00/11] Purge pre-1.3.0 deprecated procedures & variabl= es. reassign 61829 guix-patches submitter 61829 Bruno Victal severity 61829 normal tag 61829 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:10:55 2023 Received: (at submit) by debbugs.gnu.org; 27 Feb 2023 00:10:55 +0000 Received: from localhost ([127.0.0.1]:45272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR6V-0005Pd-9F for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:10:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:53176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR6T-0005PV-7v for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:10:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWR6S-0000bq-SU for guix-patches@gnu.org; Sun, 26 Feb 2023 19:10:52 -0500 Received: from smtpm3.myservices.hosting ([185.26.105.234]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWR6Q-0006zO-H5 for guix-patches@gnu.org; Sun, 26 Feb 2023 19:10:52 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id AB25D21083 for ; Mon, 27 Feb 2023 01:10:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 542A280098; Mon, 27 Feb 2023 01:10:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ptVroQQcNw31; Mon, 27 Feb 2023 01:10:40 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id DFB6E80097; Mon, 27 Feb 2023 01:10:39 +0100 (CET) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH 00/11] Purge pre-1.3.0 deprecated procedures & variables. Date: Mon, 27 Feb 2023 00:10:25 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 tags: patch X-Debbugs-CC: lugo@gnu.org Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.234; envelope-from=mirai@makinata.eu; helo=smtpm3.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Bruno Victal (11): gnu: Purge pre-1.3.0 deprecated packages. gnu: curl-minimal: Remove variable. services: ntp-service-type: Remove deprecated server as strings support. services: sddm: Remove 'sddm-service' procedure. services: base: Remove 'console-keymap-service-type' variable. services: base: Remove 'console-font-service' procedure. services: guix-publish: Remove 'compression-level' field. services: desktop: Remove 'gnome-desktop-service' procedure. services: desktop: Remove 'mate-desktop-service' procedure. services: desktop: Remove 'xfce-desktop-service' procedure. guix: packages: Remove 'origin-sha256' procedure. gnu/packages/astronomy.scm | 4 +-- gnu/packages/bioinformatics.scm | 2 -- gnu/packages/curl.scm | 3 -- gnu/packages/efi.scm | 4 --- gnu/packages/games.scm | 2 +- gnu/packages/guile.scm | 8 ----- gnu/packages/image.scm | 3 -- gnu/packages/kde.scm | 3 -- gnu/packages/linphone.scm | 3 -- gnu/packages/maths.scm | 4 --- gnu/packages/mpi.scm | 2 -- gnu/packages/music.scm | 7 ---- gnu/packages/perl.scm | 6 ---- gnu/packages/sync.scm | 2 +- gnu/packages/tryton.scm | 3 -- gnu/packages/video.scm | 3 -- gnu/services/base.scm | 52 ++++-------------------------- gnu/services/desktop.scm | 32 +++--------------- gnu/services/networking.scm | 57 ++++++++++++--------------------- gnu/services/sddm.scm | 6 ---- guix/packages.scm | 9 ------ tests/graph.scm | 2 +- tests/import-utils.scm | 2 +- tests/networking.scm | 11 ------- 24 files changed, 38 insertions(+), 192 deletions(-) base-commit: 6bae14f61479f04a40fee44b1d1d89a33d9e93c0 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:11:55 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:11:55 +0000 Received: from localhost ([127.0.0.1]:45287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7T-0005SF-42 for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:55 -0500 Received: from smtpm8.myservices.hosting ([185.26.105.209]:34388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7P-0005Rd-Ow for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:53 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm8.myservices.hosting (Postfix) with ESMTP id 33CA220D86 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id D7D9580098; Mon, 27 Feb 2023 01:11:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1FhAozaeP9Ki; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 6CF7C8009D; Mon, 27 Feb 2023 01:11:50 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 04/11] services: sddm: Remove 'sddm-service' procedure. Date: Mon, 27 Feb 2023 00:11:37 +0000 Message-Id: <554a9c36519877c185b6cab50bfa3be532f00657.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/sddm.scm (sddm-service): Remove procedure. --- gnu/services/sddm.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm index 694ad736dc..9e02f1cc81 100644 --- a/gnu/services/sddm.scm +++ b/gnu/services/sddm.scm @@ -324,9 +324,3 @@ (define sddm-service-type (description "Run SDDM, a display and log-in manager for X11 and Wayland.")))) - -(define-deprecated (sddm-service #:optional (config (sddm-configuration))) - sddm-service-type - "Run the @uref{https://github.com/sddm/sddm,SDDM display manager} -with the given @var{config}, a @code{} object." - (service sddm-service-type config)) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:11:56 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:11:56 +0000 Received: from localhost ([127.0.0.1]:45290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7T-0005SJ-Fm for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:56 -0500 Received: from smtpmciv4.myservices.hosting ([185.26.107.240]:51954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7P-0005Rb-Oq for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:53 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv4.myservices.hosting (Postfix) with ESMTP id 7E42D20BD3 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 28F348009B; Mon, 27 Feb 2023 01:11:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id u1ahIahUY6w2; Mon, 27 Feb 2023 01:11:49 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 6AA1580098; Mon, 27 Feb 2023 01:11:49 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 01/11] gnu: Purge pre-1.3.0 deprecated packages. Date: Mon, 27 Feb 2023 00:11:34 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/bioinformatics.scm (deeptools): Remove variable. * gnu/packages/efi.scm (efi_analyzer): Ditto. * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. * gnu/packages/image.scm (libjpeg): Ditto. * gnu/packages/kde.scm (kdevplatform): Ditto * gnu/packages/linphone.scm (linphoneqt): Ditto. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditto. * gnu/packages/mpi.scm (hwloc-2.0): Ditto. * gnu/packages/music.scm (python-abjad, zlfo): Ditto. * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. * gnu/packages/tryton.scm (python-trytond): Ditto. * gnu/packages/video.scm (gnome-mpv): Ditto. * tests/graph.scm: Use guile-json-1. --- gnu/packages/bioinformatics.scm | 2 -- gnu/packages/efi.scm | 4 ---- gnu/packages/guile.scm | 8 -------- gnu/packages/image.scm | 3 --- gnu/packages/kde.scm | 3 --- gnu/packages/linphone.scm | 3 --- gnu/packages/maths.scm | 4 ---- gnu/packages/mpi.scm | 2 -- gnu/packages/music.scm | 7 ------- gnu/packages/perl.scm | 6 ------ gnu/packages/tryton.scm | 3 --- gnu/packages/video.scm | 3 --- tests/graph.scm | 2 +- 13 files changed, 1 insertion(+), 49 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9e8f7e92f8..377661404c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3349,8 +3349,6 @@ (define-public python-deeptools ;; remainder of the code is licensed under the MIT license. (license (list license:bsd-3 license:expat)))) -(define-deprecated deeptools python-deeptools) - (define-public cutadapt (package (name "cutadapt") diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm index 4625538d26..75eb24bf86 100644 --- a/gnu/packages/efi.scm +++ b/gnu/packages/efi.scm @@ -96,10 +96,6 @@ (define-public efi-analyzer information.") (license license:bsd-2)))) -(define-public efi_analyzer - ;; For a short while the package name contained an underscore. - (deprecated-package "efi_analyzer" efi-analyzer)) - (define-public sbsigntools (package (name "sbsigntools") diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 2fd9b711ce..e11627a67e 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -291,8 +291,6 @@ (define-public guile-2.2 (variable "GUILE_LOAD_COMPILED_PATH") (files '("lib/guile/2.2/site-ccache"))))))) -(define-deprecated guile-2.2/bug-fix guile-2.2) - (define-public guile-2.2.4 (package (inherit guile-2.2) @@ -650,12 +648,6 @@ (define-public guile-json-1 ;; Version 1.2.0 switched to GPLv3+ (from LGPLv3+). (license license:gpl3+))) -;; Deprecate the 'guile-json' alias to force the use 'guile-json-1' or -;; 'guile-json-3'. In the future, we may reuse 'guile-json' as an alias for -;; 'guile-json-3'. -(define-deprecated guile-json guile-json-1) -(export guile-json) - (define-public guile2.0-json (package-for-guile-2.0 guile-json-1)) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 5071dd588f..a7784949a5 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1712,9 +1712,6 @@ (define-public libjpeg-turbo license:ijg ;the libjpeg library and associated tools license:zlib)))) ;the libjpeg-turbo SIMD extensions -(define-deprecated libjpeg libjpeg-turbo) -(export libjpeg) - (define-public niftilib (package (name "niftilib") diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 728051b9e4..5b6d638e4a 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -412,9 +412,6 @@ (define-public kdevelop-pg-qt for some KDevelop language plugins (Ruby, PHP, CSS...).") (license license:lgpl2.0+))) -;; kdevplatform was merged into kdevelop as of 5.2.x -(define-deprecated kdevplatform kdevelop) - (define-public kdiagram (package (name "kdiagram") diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 84bc16805c..d41d368e67 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -876,9 +876,6 @@ (define-public linphone-desktop (home-page "https://linphone.org/technical-corner/linphone") (license license:gpl3+))) -(define-public linphoneqt - (deprecated-package "linphoneqt" linphone-desktop)) - (define-public msopenh264 (let ((commit "88697cc95140017760d6da408cb0efdc5e86e40a") (revision "0")) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 280465e284..58bcd8bc09 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4902,10 +4902,6 @@ (define-public blis access to BLIS implementations via traditional BLAS routine calls.") (license license:bsd-3))) -(define-public blis-sandybridge (deprecated-package "blis-sandybridge" blis)) -(define-public blis-haswell (deprecated-package "blis-haswell" blis)) -(define-public blis-knl (deprecated-package "blis-knl" blis)) - (define ignorance blis) (define-public openlibm diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index e8c20919d7..f97bba24d7 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -180,8 +180,6 @@ (define-public hwloc-2 (("hwloc_topology_init" all) (string-append "exit (77);\n" all))))))))))) -(define-deprecated hwloc-2.0 hwloc-2) - (define-public hwloc ;; The latest stable series of hwloc. hwloc-2) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index f4a570189b..30092965c8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1543,9 +1543,6 @@ (define-public abjad typographic detail of symbols on the page.") (license license:expat))) -(define-public python-abjad - (deprecated-package "python-abjad" abjad)) - (define-public abjad-ext-rmakers (package (name "abjad-ext-rmakers") @@ -6491,10 +6488,6 @@ (define-public zplugins (home-page "https://www.zrythm.org/en/plugins.html") (license license:agpl3+))) -(define-public zlfo - ;; The "zlfo" package is now included in zplugins - (deprecated-package "zlfo" zplugins)) - (define-public remid-lv2 (package (name "remid-lv2") diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 41b68baea8..a6b5a7b013 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -817,9 +817,6 @@ (define-public perl-bareword-filehandles (description "This module disables bareword filehandles.") (license (package-license perl)))) -(define-public perl-base - (deprecated-package "perl-base" perl)) - (define-public perl-browser-open (package (name "perl-browser-open") @@ -8598,9 +8595,6 @@ (define-public perl-par-dist distributions.") (license (package-license perl)))) -(define-public perl-parent - (deprecated-package "perl-parent" perl)) - (define-public perl-path-class (package (name "perl-path-class") diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 8e561cad45..0b367675ae 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -100,9 +100,6 @@ (define-public trytond and security.") (license license:gpl3+))) -(define-public python-trytond - (deprecated-package "python-trytond" trytond)) - (define-public tryton (package (name "tryton") diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index f63d5494de..aaf0fdd670 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2347,9 +2347,6 @@ (define-public gallery-dl images and image hosting sites.") (license license:gpl2))) -(define-public gnome-mpv - (deprecated-package "gnome-mpv" celluloid)) - (define-public mpv-mpris (package (name "mpv-mpris") diff --git a/tests/graph.scm b/tests/graph.scm index 6674b5cc8f..a6186ff7e8 100644 --- a/tests/graph.scm +++ b/tests/graph.scm @@ -477,7 +477,7 @@ (define (edge->tuple source target) '("libffi" "guile" "guile-json") (run-with-store %store (mlet %store-monad ((path (shortest-path (specification->package "libffi") - guile-json + guile-json-1 %reverse-package-node-type))) (return (map package-name path))))) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:11:56 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:11:56 +0000 Received: from localhost ([127.0.0.1]:45292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7U-0005Sa-Cr for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:56 -0500 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]:48794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7Q-0005Rf-7Z for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:54 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id 85C2920D75 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 3C36680098; Mon, 27 Feb 2023 01:11:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7P0LtterjUg4; Mon, 27 Feb 2023 01:11:51 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id C748D80097; Mon, 27 Feb 2023 01:11:50 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 05/11] services: base: Remove 'console-keymap-service-type' variable. Date: Mon, 27 Feb 2023 00:11:38 +0000 Message-Id: <92183462f795f9b38709f2f6a4cbe39ddf39bd78.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/base.scm (console-keymap-service-type): Remove variable. --- gnu/services/base.scm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 7ad1e765bd..b83e778856 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -808,21 +808,6 @@ (define virtual-terminal-service-type #t ;default to UTF-8 (description "Ensure the Linux virtual terminals run in UTF-8 mode."))) -(define console-keymap-service-type - (shepherd-service-type - 'console-keymap - (lambda (files) - (shepherd-service - (documentation (string-append "Load console keymap (loadkeys).")) - (provision '(console-keymap)) - (start #~(lambda _ - (zero? (system* #$(file-append kbd "/bin/loadkeys") - #$@files)))) - (respawn? #f))) - (description "@emph{This service is deprecated in favor of the -@code{keyboard-layout} field of @code{operating-system}.} Load the given list -of console keymaps with @command{loadkeys}."))) - (define %default-console-font ;; Note: the 'font-gnu-unifont' package cannot be cross-compiled (yet), but ;; its "psf" output is the same whether it's built natively or not, hence -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:11:57 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:11:57 +0000 Received: from localhost ([127.0.0.1]:45294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7U-0005Si-NZ for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:57 -0500 Received: from smtpm7.myservices.hosting ([185.26.105.208]:47724) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7Q-0005Re-0e for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:54 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm7.myservices.hosting (Postfix) with ESMTP id 61FD120C76 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 18F578009B; Mon, 27 Feb 2023 01:11:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PxR3fy5uAd91; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 1B55A8009A; Mon, 27 Feb 2023 01:11:50 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 03/11] services: ntp-service-type: Remove deprecated server as strings support. Date: Mon, 27 Feb 2023 00:11:36 +0000 Message-Id: <2046be031f35d2eb4e9ed278c06a2e832d565671.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/networking.scm ()[servers]: Rename accessor to ntp-configuration-servers. (ntp-configuration-servers): Remove helper procedure. (ntp-shepherd-service): Remove helper procedure usage. * tests/networking.scm: Remove obsolete test. --- gnu/services/networking.scm | 57 +++++++++++++------------------------ tests/networking.scm | 11 ------- 2 files changed, 20 insertions(+), 48 deletions(-) diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index dacf64c2d1..ef66393937 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -481,36 +481,19 @@ (define-record-type* ntp-configuration? (ntp ntp-configuration-ntp (default ntp)) - (servers %ntp-configuration-servers ;list of objects + (servers ntp-configuration-servers ;list of objects (default %ntp-servers)) (allow-large-adjustment? ntp-allow-large-adjustment? (default #t))) ;as recommended in the ntpd manual -(define (ntp-configuration-servers ntp-configuration) - ;; A wrapper to support the deprecated form of this field. - (let ((ntp-servers (%ntp-configuration-servers ntp-configuration))) - (match ntp-servers - (((? string?) (? string?) ...) - (format (current-error-port) "warning: Defining NTP servers as strings is \ -deprecated. Please use records instead.\n") - (map (lambda (addr) - (ntp-server - (type 'server) - (address addr) - (options '()))) ntp-servers)) - ((($ ) ($ ) ...) - ntp-servers)))) - (define (ntp-shepherd-service config) (match-record config (ntp servers allow-large-adjustment?) - (let ((servers (ntp-configuration-servers config))) - ;; TODO: Add authentication support. - (define config - (string-append "driftfile /var/run/ntpd/ntp.drift\n" - (string-join (map ntp-server->string servers) - "\n") - " + ;; TODO: Add authentication support. + (define config + (string-append "driftfile /var/run/ntpd/ntp.drift\n" + (string-join (map ntp-server->string servers) "\n") + " # Disable status queries as a workaround for CVE-2013-5211: # . restrict default kod nomodify notrap nopeer noquery limited @@ -524,21 +507,21 @@ (define (ntp-shepherd-service config) # option by default, as documented in the 'ntp.conf' manual. restrict source notrap nomodify noquery\n")) - (define ntpd.conf - (plain-file "ntpd.conf" config)) + (define ntpd.conf + (plain-file "ntpd.conf" config)) - (list (shepherd-service - (provision '(ntpd)) - (documentation "Run the Network Time Protocol (NTP) daemon.") - (requirement '(user-processes networking)) - (start #~(make-forkexec-constructor - (list (string-append #$ntp "/bin/ntpd") "-n" - "-c" #$ntpd.conf "-u" "ntpd" - #$@(if allow-large-adjustment? - '("-g") - '())) - #:log-file "/var/log/ntpd.log")) - (stop #~(make-kill-destructor))))))) + (list (shepherd-service + (provision '(ntpd)) + (documentation "Run the Network Time Protocol (NTP) daemon.") + (requirement '(user-processes networking)) + (start #~(make-forkexec-constructor + (list (string-append #$ntp "/bin/ntpd") "-n" + "-c" #$ntpd.conf "-u" "ntpd" + #$@(if allow-large-adjustment? + '("-g") + '())) + #:log-file "/var/log/ntpd.log")) + (stop #~(make-kill-destructor)))))) (define %ntp-accounts (list (user-account diff --git a/tests/networking.scm b/tests/networking.scm index f2421370d2..fbf8db7a02 100644 --- a/tests/networking.scm +++ b/tests/networking.scm @@ -43,17 +43,6 @@ (define %ntp-server-sample "server some.ntp.server.org iburst version 3 maxpoll 16 prefer" (ntp-server->string %ntp-server-sample)) -(test-equal "ntp configuration servers deprecated form" - (ntp-configuration-servers - (ntp-configuration - (servers (list "example.pool.ntp.org")))) - (ntp-configuration-servers - (ntp-configuration - (servers (list (ntp-server - (type 'server) - (address "example.pool.ntp.org") - (options '()))))))) - ;;; ;;; OpenNTPD -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:09 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:09 +0000 Received: from localhost ([127.0.0.1]:45308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7h-0005Uf-9f for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:09 -0500 Received: from smtpmciv1.myservices.hosting ([185.26.107.237]:37288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7S-0005S2-U9 for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:55 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv1.myservices.hosting (Postfix) with ESMTP id 4222D20DDC for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id EEF618009A; Mon, 27 Feb 2023 01:11:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9W9UHuvd_S4x; Mon, 27 Feb 2023 01:11:53 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D064080098; Mon, 27 Feb 2023 01:11:51 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 08/11] services: desktop: Remove 'gnome-desktop-service' procedure. Date: Mon, 27 Feb 2023 00:11:41 +0000 Message-Id: <93c0eaacb83c2c600612cfb708731542b5014f2d.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/desktop.scm (gnome-desktop-service): Remove procedure. --- gnu/services/desktop.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 2034b3d099..de2b4296ae 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -1402,15 +1402,10 @@ (define gnome-desktop-service-type (default-value (gnome-desktop-configuration)) (description "Run the GNOME desktop environment."))) -(define-deprecated (gnome-desktop-service #:key (config - (gnome-desktop-configuration))) - gnome-desktop-service-type - "Return a service that adds the @code{gnome} package to the system profile, -and extends polkit with the actions from @code{gnome-settings-daemon}." - (service gnome-desktop-service-type config)) - -;; MATE Desktop service. -;; TODO: Add mate-screensaver. + +;;; +;;; MATE Desktop service. +;;; TODO: Add mate-screensaver. (define-record-type* mate-desktop-configuration make-mate-desktop-configuration -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:09 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:09 +0000 Received: from localhost ([127.0.0.1]:45310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7h-0005Uk-JZ for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:09 -0500 Received: from smtpm4.myservices.hosting ([185.26.105.235]:56098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7S-0005Rw-J2 for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:54 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id 0D97820D51 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id BC95D8009F; Mon, 27 Feb 2023 01:11:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id joMd68nXaVw2; Mon, 27 Feb 2023 01:11:53 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 2B2078009A; Mon, 27 Feb 2023 01:11:51 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 06/11] services: base: Remove 'console-font-service' procedure. Date: Mon, 27 Feb 2023 00:11:39 +0000 Message-Id: <124066a347786c68528576cb6993b2cb6c3a03a6.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/base.scm (console-font-service): Remove procedure. --- gnu/services/base.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index b83e778856..483a4ccd05 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -880,14 +880,6 @@ (define console-font-service-type \"/share/consolefonts/ter-132n\"))) ; for HDPI @end example\n"))) -(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16")) - "This procedure is deprecated in favor of @code{console-font-service-type}. - -Return a service that sets up Unicode support in @var{tty} and loads -@var{font} for that tty (fonts are per virtual console in Linux.)" - (simple-service (symbol-append 'console-font- (string->symbol tty)) - console-font-service-type `((,tty . ,font)))) - (define %default-motd (plain-file "motd" "This is the GNU operating system, welcome!\n\n")) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:10 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:10 +0000 Received: from localhost ([127.0.0.1]:45312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7h-0005Up-S8 for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:10 -0500 Received: from smtpm6.myservices.hosting ([185.26.105.207]:54064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7T-0005S5-3K for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:55 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm6.myservices.hosting (Postfix) with ESMTP id 78F0020DA7 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 2F50E80098; Mon, 27 Feb 2023 01:11:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LleNaHPLmDwh; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 2D01F8009B; Mon, 27 Feb 2023 01:11:52 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 09/11] services: desktop: Remove 'mate-desktop-service' procedure. Date: Mon, 27 Feb 2023 00:11:42 +0000 Message-Id: <90335a8328b727043296c366dfd069658003caf6.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/desktop.scm (mate-desktop-service): Remove procedure. --- gnu/services/desktop.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index de2b4296ae..08f05fbdf9 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -1435,14 +1435,6 @@ (define mate-desktop-service-type (default-value (mate-desktop-configuration)) (description "Run the MATE desktop environment."))) -(define-deprecated (mate-desktop-service #:key - (config - (mate-desktop-configuration))) - mate-desktop-service-type - "Return a service that adds the @code{mate} package to the system profile, -and extends polkit with the actions from @code{mate-settings-daemon}." - (service mate-desktop-service-type config)) - ;;; ;;; XFCE desktop service. -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:10 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:10 +0000 Received: from localhost ([127.0.0.1]:45314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7i-0005Uy-6b for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:10 -0500 Received: from smtpmciv4.myservices.hosting ([185.26.107.240]:51978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7V-0005Sn-2I for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:57 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv4.myservices.hosting (Postfix) with ESMTP id C440F20BE8 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 6802580098; Mon, 27 Feb 2023 01:11:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PPBb09WzPPcD; Mon, 27 Feb 2023 01:11:50 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id C1B4D80097; Mon, 27 Feb 2023 01:11:49 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 02/11] gnu: curl-minimal: Remove variable. Date: Mon, 27 Feb 2023 00:11:35 +0000 Message-Id: <551c2fabd7202726360d0aaf4f4feacd8caf605c.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/curl.scm (curl-minimal): Remove variable. * gnu/packages/astronomy.scm (python-fitsio, gnuastro): Use curl. * gnu/packages/games.scm (odamex): Ditto. * gnu/packages/sync.scm (onedrive): Ditto. --- gnu/packages/astronomy.scm | 4 ++-- gnu/packages/curl.scm | 3 --- gnu/packages/games.scm | 2 +- gnu/packages/sync.scm | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b6ed1e2f49..fe4ec637c6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -438,7 +438,7 @@ (define-public python-fitsio (("self.use_system_fitsio") "True") (("self.system_fitsio_includedir") includedir) (("self.system_fitsio_libdir") libdir)))))))) - (inputs (list curl-minimal)) + (inputs (list curl)) (propagated-inputs (list python-numpy cfitsio)) (home-page "https://github.com/esheldon/fitsio") @@ -605,7 +605,7 @@ (define-public gnuastro '(#:configure-flags '("--disable-static"))) (inputs (list cfitsio - curl-minimal + curl gsl libgit2 libjpeg-turbo diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 45bd2e6d36..bd00a6d274 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -170,9 +170,6 @@ (define curl-7.84.0 "NUM_THREADS 100\n")))))) (else phases))))))) -(define-public curl-minimal - (deprecated-package "curl-minimal" curl)) - (define-public curl-ssh (package/inherit curl (arguments diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a5783c1d1b..0ee51e3d7f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7616,7 +7616,7 @@ (define-public odamex ("sdl-mixer" ,sdl2-mixer) ("zlib" ,zlib) ("libpng" ,libpng) - ("curl" ,curl-minimal) + ("curl" ,curl) ("alsa-lib" ,alsa-lib))) (home-page "https://odamex.net/") (synopsis "Multiplayer Doom port") diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm index b0d8b4274e..75cd67fd2d 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -408,7 +408,7 @@ (define-public onedrive (list pkg-config)) (inputs (list bash-minimal - curl-minimal + curl ldc libnotify sqlite)) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:10 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:10 +0000 Received: from localhost ([127.0.0.1]:45316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7i-0005V5-IS for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:10 -0500 Received: from smtpm4.myservices.hosting ([185.26.105.235]:56114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7W-0005T1-Jy for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:58 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id B38BA20D55 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 6A9D48009A; Mon, 27 Feb 2023 01:11:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id uhHvzeyb12kr; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 848558009D; Mon, 27 Feb 2023 01:11:52 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 10/11] services: desktop: Remove 'xfce-desktop-service' procedure. Date: Mon, 27 Feb 2023 00:11:43 +0000 Message-Id: <98fb7c7335eb9aff42e83cb3df571f9be98c6397.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/desktop.scm (xfce-desktop-service): Remove procedure. --- gnu/services/desktop.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 08f05fbdf9..1bbc7c5d12 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -1465,16 +1465,7 @@ (define xfce-desktop-service-type (default-value (xfce-desktop-configuration)) (description "Run the Xfce desktop environment."))) -(define-deprecated (xfce-desktop-service #:key (config - (xfce-desktop-configuration))) - xfce-desktop-service-type - "Return a service that adds the @code{xfce} package to the system profile, -and extends polkit with the ability for @code{thunar} to manipulate the file -system as root from within a user session, after the user has authenticated -with the administrator's password." - (service xfce-desktop-service-type config)) - -+ + ;;; ;;; Lxqt desktop service. ;;; -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:11 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:11 +0000 Received: from localhost ([127.0.0.1]:45318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7i-0005VC-Qy for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:11 -0500 Received: from smtpm6.myservices.hosting ([185.26.105.207]:54078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7X-0005T4-2C for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:11:59 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm6.myservices.hosting (Postfix) with ESMTP id 0481F20DA8 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id B1C5580098; Mon, 27 Feb 2023 01:11:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wIp74fiVXNxu; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D82F78009E; Mon, 27 Feb 2023 01:11:52 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 11/11] guix: packages: Remove 'origin-sha256' procedure. Date: Mon, 27 Feb 2023 00:11:44 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * guix/packages.scm (origin-sha256): Remove procedure. * tests/import-utils.scm (test-import-utils) [alist->package with explicit source]: Use content-hash-value. --- guix/packages.scm | 9 --------- tests/import-utils.scm | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index 041a872f9d..bded89b1e0 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -73,7 +73,6 @@ (define-module (guix packages) origin-uri origin-method origin-hash - origin-sha256 ;deprecated origin-file-name origin-actual-file-name origin-patches @@ -345,14 +344,6 @@ (define-syntax-rule (origin fields ...) specifications to 'hash'." (origin-compatibility-helper (fields ...) ())) -(define-deprecated (origin-sha256 origin) - origin-hash - (let ((hash (origin-hash origin))) - (unless (eq? (content-hash-algorithm hash) 'sha256) - (raise (condition (&message - (message (G_ "no SHA256 hash for origin")))))) - (content-hash-value hash))) - (define (print-origin origin port) "Write a concise representation of ORIGIN to PORT." (match origin diff --git a/tests/import-utils.scm b/tests/import-utils.scm index 44dff14597..1565dd610a 100644 --- a/tests/import-utils.scm +++ b/tests/import-utils.scm @@ -141,7 +141,7 @@ (define-module (test-import-utils) (license:license? (package-license pkg)) (build-system? (package-build-system pkg)) (origin? (package-source pkg)) - (equal? (origin-sha256 (package-source pkg)) + (equal? (content-hash-value (origin-hash (package-source pkg))) (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))) (test-equal "alist->package with false license" ; -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 19:12:11 2023 Received: (at 61829) by debbugs.gnu.org; 27 Feb 2023 00:12:11 +0000 Received: from localhost ([127.0.0.1]:45320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7j-0005VL-5h for submit@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:11 -0500 Received: from smtpm4.myservices.hosting ([185.26.105.235]:56126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWR7a-0005TP-G0 for 61829@debbugs.gnu.org; Sun, 26 Feb 2023 19:12:02 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id 3165C20D51 for <61829@debbugs.gnu.org>; Mon, 27 Feb 2023 01:11:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id DCEC98009A; Mon, 27 Feb 2023 01:11:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id QA1hrEoCZHdQ; Mon, 27 Feb 2023 01:11:53 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 7D16C80097; Mon, 27 Feb 2023 01:11:51 +0100 (CET) From: Bruno Victal To: 61829@debbugs.gnu.org Subject: [PATCH 07/11] services: guix-publish: Remove 'compression-level' field. Date: Mon, 27 Feb 2023 00:11:40 +0000 Message-Id: <014d8b0f1dc3cc1e9b05987bc71b4835e72e4a57.1677456515.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/base.scm ()[compression-level]: Remove field. (guix-publish-configuration-compression-level): Remove procedure. (default-compression): Remove compression-level helper code. --- gnu/services/base.scm | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 483a4ccd05..8d72ff900b 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -222,7 +222,6 @@ (define-module (gnu services base) guix-publish-configuration-port guix-publish-configuration-host guix-publish-configuration-compression - guix-publish-configuration-compression-level ;deprecated guix-publish-configuration-nar-path guix-publish-configuration-cache guix-publish-configuration-ttl @@ -1953,10 +1952,7 @@ (define-record-type* (default #f)) (compression guix-publish-configuration-compression (thunked) - (default (default-compression this-record - (current-source-location)))) - (compression-level %guix-publish-configuration-compression-level ;deprecated - (default #f)) + (default (default-compression this-record))) (nar-path guix-publish-configuration-nar-path ;string (default "nar")) (cache guix-publish-configuration-cache ;#f | string @@ -1970,25 +1966,14 @@ (define-record-type* (negative-ttl guix-publish-configuration-negative-ttl ;#f | integer (default #f))) -(define-deprecated (guix-publish-configuration-compression-level config) - "Return a compression level, the old way." - (match (guix-publish-configuration-compression config) - (((_ level) _ ...) level))) - -(define (default-compression config properties) +(define (default-compression config) "Return the default 'guix publish' compression according to CONFIG, and raise a deprecation warning if the 'compression-level' field was used." - (match (%guix-publish-configuration-compression-level config) - (#f - ;; Default to low compression levels when there's no cache so that users - ;; get good bandwidth by default. - (if (guix-publish-configuration-cache config) - '(("gzip" 5) ("zstd" 19)) - '(("gzip" 3) ("zstd" 3)))) ;zstd compresses faster - (level - (warn-about-deprecation 'compression-level properties - #:replacement 'compression) - `(("gzip" ,level))))) + ;; Default to low compression levels when there's no cache so that users + ;; get good bandwidth by default. + (if (guix-publish-configuration-cache config) + '(("gzip" 5) ("zstd" 19)) + '(("gzip" 3) ("zstd" 3)))) ;zstd compresses faster (define (guix-publish-shepherd-service config) (define (config->compression-options config) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 28 09:43:55 2023 Received: (at 61829) by debbugs.gnu.org; 28 Feb 2023 14:43:56 +0000 Received: from localhost ([127.0.0.1]:50026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1Ct-0001bj-M5 for submit@debbugs.gnu.org; Tue, 28 Feb 2023 09:43:55 -0500 Received: from mail-wm1-f43.google.com ([209.85.128.43]:43525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1Cr-0001bH-Fh for 61829@debbugs.gnu.org; Tue, 28 Feb 2023 09:43:53 -0500 Received: by mail-wm1-f43.google.com with SMTP id l7-20020a05600c4f0700b003e79fa98ce1so6026548wmq.2 for <61829@debbugs.gnu.org>; Tue, 28 Feb 2023 06:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677595428; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=foQf9aQ3ciGmcFirpFx4WiTZgjilHkXLUrYB8WkPjGM=; b=e36RiZgQuKxqq/DY+tIVrDf9uln/nvfl+b/xVVfy8HkpKKKS8djFl37lDd45DUuEUA sgDusTE62GSROdnmH7uJ8LtbdBO4Zc3yYXNl6gcsbDst9WLwisfT3oEyHlDAxe6sorS2 23XC4iIun3SM827yXtJg/z1C7/2aUKlhUfWL0QgR+li/55X86vhremkpzdOJqiZ5rEFS qzjZyPsPxqMHW1SWHAkyMROSqc0nS+oJcQ5txL3VlnpvvohAdAjJR7Ge6Kvnmlbk8r+G O7saINRS6EvsurQr+D9pw6OU5NK7IXlT7JuWRr084pylN5sOEjaaBlQ2HxmOO8Q7AnmT mvDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677595428; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=foQf9aQ3ciGmcFirpFx4WiTZgjilHkXLUrYB8WkPjGM=; b=AtrkDyBKuQ5pQ2uFuaYTJOvjTc/bD5OXUWTlo/Y7moAC4U06Zrco7AGBgUAFimOWAK ez2XdpuCWdOoAVaHaQpghokGbqhhw1dbmMFGHW/KIxgSiSSVswfQSRNNGsBtmtVCJnpV VdGazRyRBe3K+MQv91MKslaqKfaZMazFUTmmpxxgVTDH6KmhvLkJA3aQWGnxnJMPmAYi YV5/99HnAnrfhLiWoR9A8ZSEeS7e1guSX9We1ddrZh7bSFy8IAhuNxf2L4RKabt9cQ0d XP76pYkIs+ovKL7oS+64ajjz6AFXhz+UBy1MqmcZKpwhhVXGerAz6K0PEEkxyUr9OyDv YifQ== X-Gm-Message-State: AO0yUKWvJbPs4W0M5NmXnR5gdAoroKt2y0bihQyVVW9Kk+06QgSOBrFa uhCzJ5FN1O5v4xXOM56eZ4g= X-Google-Smtp-Source: AK7set/PdjI3PBWgcTwrjeKOIjMi1jfSocAYFVJ3Ms2yXVbUHWc7jd8nrjnWfu+/QlRy379k78Xxfg== X-Received: by 2002:a05:600c:3d94:b0:3e1:bfc:f57b with SMTP id bi20-20020a05600c3d9400b003e10bfcf57bmr2696760wmb.2.1677595427966; Tue, 28 Feb 2023 06:43:47 -0800 (PST) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id bg14-20020a05600c3c8e00b003eb395a8280sm11970931wmb.37.2023.02.28.06.43.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Feb 2023 06:43:47 -0800 (PST) From: Simon Tournier To: Bruno Victal , 61829@debbugs.gnu.org Subject: Re: [bug#61829] [PATCH 02/11] gnu: curl-minimal: Remove variable. In-Reply-To: <551c2fabd7202726360d0aaf4f4feacd8caf605c.1677456515.git.mirai@makinata.eu> References: <551c2fabd7202726360d0aaf4f4feacd8caf605c.1677456515.git.mirai@makinata.eu> Date: Tue, 28 Feb 2023 13:54:59 +0100 Message-ID: <878rgij6fw.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On lun., 27 f=C3=A9vr. 2023 at 00:11, Bruno Victal wrot= e: > -(define-public curl-minimal > - (deprecated-package "curl-minimal" curl)) Similar comment as the other patch removing variables. All the rest LGTM. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 28 09:43:56 2023 Received: (at 61829) by debbugs.gnu.org; 28 Feb 2023 14:43:56 +0000 Received: from localhost ([127.0.0.1]:50028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1Ct-0001bq-Ua for submit@debbugs.gnu.org; Tue, 28 Feb 2023 09:43:56 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:39487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1Cr-0001bG-DY for 61829@debbugs.gnu.org; Tue, 28 Feb 2023 09:43:53 -0500 Received: by mail-wm1-f45.google.com with SMTP id t25-20020a1c7719000000b003eb052cc5ccso9286994wmi.4 for <61829@debbugs.gnu.org>; Tue, 28 Feb 2023 06:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677595427; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=UcnLYAj4TEc+uxGXER5DjW23P7DLwGR2NePlDN7QJZY=; b=LdpDZAVyVbH9kWwXBqe3KIAdctZy/fXCCcmG2XPoHIW70ImtUzRy4++o/kJ6i2guOR /otKoWBMdF0rH0QbeFLfQkS5iS3t/4hgbdp0fXFVN37D3emy1aljwQwgzxcjMeZgaXsv N7UyEUuJp9qWkWDJT9vuhip/0dTWe+P4XfMrbyhcn7vmVPM+/y+9L5U5Hx/+gEnHiyiw mjQxBNOSvSTfKx45mgN9gf6CSLgr/lZ5qz1PB4UxVg9GHkGYShRyhswmYeeXtcK23a90 a6zQXc5xvmyi0OPjxD9mjBEqUMnK5CyDTw+wwXkQAF/wrYMYBVAHrgFaMpjiwGM8V35s LJNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677595427; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UcnLYAj4TEc+uxGXER5DjW23P7DLwGR2NePlDN7QJZY=; b=CYNoV8k7LWrU8gO1fZkuaoq4zeTTMuxgTUbmNXeAybt6fyXc+VNktsmbdxPCKnp1K5 IRLrkX9XhhOs66A3unQP+nSChPVR5MpF8h7/OC8j5CSvFKAICdHfUmgnIa0HvJD9BWTx PQRLqe6zK/+q6zz28gVTa2TD8GMmMkZ5lGBMI5giN+VZP3VHaj/pH7Dek9PuHPf18rHE MzznlroFCV8mpoCuOHQO6blG0l8Ms0aD1wjYBtLUQW+pcsBdRQkKvjQ9EYISn2Rv+yqT 0sv9qfSkeUae8mh/EdEwx+ph+mUQs71/vPcUkvzNjhegwOeF7v9oj8cb5stlnvbsIOUm HpbA== X-Gm-Message-State: AO0yUKWJE1jpymcnC6pgpYBxQqbHS0pzZ5hZ8LOgJbPkufhVzcAS8d5G cWDN/1CIDmIB4EpTs+wapB8= X-Google-Smtp-Source: AK7set9RdwbPulsovZSE1OG8fWeE19ASwgUCB5hfacGudlwRQ3lpjt6YCvcxiHRjg+GU1azN9VqbkQ== X-Received: by 2002:a05:600c:1d01:b0:3e2:415:f09f with SMTP id l1-20020a05600c1d0100b003e20415f09fmr2563341wms.3.1677595427327; Tue, 28 Feb 2023 06:43:47 -0800 (PST) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id b6-20020a5d4b86000000b002c5691f13eesm9933175wrt.50.2023.02.28.06.43.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Feb 2023 06:43:46 -0800 (PST) From: Simon Tournier To: Bruno Victal , 61829@debbugs.gnu.org Subject: Re: [bug#61829] [PATCH 01/11] gnu: Purge pre-1.3.0 deprecated packages. In-Reply-To: References: Date: Tue, 28 Feb 2023 13:52:54 +0100 Message-ID: <87edqaj6jd.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On lun., 27 f=C3=A9vr. 2023 at 00:11, Bruno Victal wrot= e: > * gnu/packages/bioinformatics.scm (deeptools): Remove variable. > * gnu/packages/efi.scm (efi_analyzer): Ditto. > * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. > * gnu/packages/image.scm (libjpeg): Ditto. > * gnu/packages/kde.scm (kdevplatform): Ditto > * gnu/packages/linphone.scm (linphoneqt): Ditto. > * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditt= o. > * gnu/packages/mpi.scm (hwloc-2.0): Ditto. > * gnu/packages/music.scm (python-abjad, zlfo): Ditto. > * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. > * gnu/packages/tryton.scm (python-trytond): Ditto. > * gnu/packages/video.scm (gnome-mpv): Ditto. > * tests/graph.scm: Use guile-json-1. [...] > -(define-deprecated deeptools python-deeptools) > - Well, I do not use any of these packages, so I would not mind much. But, I know some users who use this one for instance and I would like to avoid them some breakage. What is the rationale for removing this variable? Or the others, BTW. Well, I understand the =E2=80=9Cbeing deprecated=E2=80=9D and I agree it wo= uld be nice to clean up. Thanks for this janitoring work. :-) However, I would first announce such clean up, via guix-devel and/or news, maybe info-guix, let some time, say one or two months, and after proceed. For what my opinion is worth. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 28 09:44:03 2023 Received: (at 61829) by debbugs.gnu.org; 28 Feb 2023 14:44:03 +0000 Received: from localhost ([127.0.0.1]:50032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1D1-0001ck-9t for submit@debbugs.gnu.org; Tue, 28 Feb 2023 09:44:03 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:35372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pX1Cs-0001bJ-9D for 61829@debbugs.gnu.org; Tue, 28 Feb 2023 09:43:54 -0500 Received: by mail-wm1-f45.google.com with SMTP id bg16-20020a05600c3c9000b003eb34e21bdfso6273400wmb.0 for <61829@debbugs.gnu.org>; Tue, 28 Feb 2023 06:43:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677595428; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=P43+8BKlzeRg/t0BSBiSI8kNuxiJhuqXJemBsNim5uU=; b=leNHRdeJPpheSH/09M2R/Cp2GY2/WWWu8T733xhBsEaWBBKOCm0fzVGy/45QXhG4io gcwlzKSVv8XjY4HrPkysUjlVZHjNTGOZUanW4aARkx4SFcqMb90PZsx0Zoa8gAGIT+Q4 PYmRgbOSsUBfmsGe/fUe+VKjh3WadK1UEFCIIbwi4mWkzbR7TMH5bBMM682WJ9x7wT4q LGRVj6qUlHHlQpTwcNlEUONLlTvtKkU/FleHM4nKpd61kVdOy+mwoEIz079XocRbZij8 USxV4IQIoDet7yLm4wVKNpLmi+H6eXSyLDLhcDeEq5MoTOuaEPcBhmCeuIXR1fO0HGNC 9CJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677595428; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=P43+8BKlzeRg/t0BSBiSI8kNuxiJhuqXJemBsNim5uU=; b=LVgPk/xbL99L199oFlcjXnIRSgwNVF66lDTcr4SobOlc15HuSH7u8GKMLZf8dv3Ity Vbqxb3IdS7W5rqd9hEWNTS8s7mbkiQ0Qo1qsXvD6Tv31giRVe4o/wYcSgAICDnI09UJt mwZ21wzeqa+r6P0Oel8YMgugElASkmzfwm1JZRNUklmI5GBNg6z1cql/V22dSMLEk7Er dx6Iq+K/rN26vX3Cpo0XMA/uBPL5vwGVj2rHOHatVQniK2M3OIuNZf7PDcZMUw9LGDBF pHG5j8OFiP/gpYpEjggxwWMTenIH6Em+mJrs93aFweSjZDP+5OK1vbUJPIJ4WwBERFkq KR/A== X-Gm-Message-State: AO0yUKUJn/eROptwYX9/B6BBxsTIbcc45JR4qPxYE+xc9naCcMM+yvXO U05TYb/7j9WL4B9KDvdthE8= X-Google-Smtp-Source: AK7set9LZiZQoDB/N32HKzJ45eoVYXTxDiv5crkEz05cG4cXAv75guLbJ8Uv1AiqaKH91Y+dvqC1hA== X-Received: by 2002:a05:600c:1d01:b0:3e2:415:f09f with SMTP id l1-20020a05600c1d0100b003e20415f09fmr2563389wms.3.1677595428593; Tue, 28 Feb 2023 06:43:48 -0800 (PST) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id o18-20020a05600c4fd200b003eaf666cbe0sm13544366wmq.27.2023.02.28.06.43.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Feb 2023 06:43:48 -0800 (PST) From: Simon Tournier To: Bruno Victal , 61829@debbugs.gnu.org Subject: Re: [bug#61829] [PATCH 11/11] guix: packages: Remove 'origin-sha256' procedure. In-Reply-To: References: Date: Tue, 28 Feb 2023 13:57:49 +0100 Message-ID: <871qmaj6b6.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On lun., 27 f=C3=A9vr. 2023 at 00:11, Bruno Victal wrot= e: > - origin-sha256 ;deprecated [...] > -(define-deprecated (origin-sha256 origin) > - origin-hash > - (let ((hash (origin-hash origin))) > - (unless (eq? (content-hash-algorithm hash) 'sha256) > - (raise (condition (&message > - (message (G_ "no SHA256 hash for origin")))))) > - (content-hash-value hash))) Similarly as previously, I would not remove this without more advertisement. > diff --git a/tests/import-utils.scm b/tests/import-utils.scm > index 44dff14597..1565dd610a 100644 > --- a/tests/import-utils.scm > +++ b/tests/import-utils.scm > @@ -141,7 +141,7 @@ (define-module (test-import-utils) > (license:license? (package-license pkg)) > (build-system? (package-build-system pkg)) > (origin? (package-source pkg)) > - (equal? (origin-sha256 (package-source pkg)) > + (equal? (content-hash-value (origin-hash (package-source pkg))) This LGTM although this test was for testing origin-sha256 specifically, I guess. :-) Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 01 21:29:15 2023 Received: (at 61829) by debbugs.gnu.org; 2 Mar 2023 02:29:15 +0000 Received: from localhost ([127.0.0.1]:55367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXYh0-0002z1-Tf for submit@debbugs.gnu.org; Wed, 01 Mar 2023 21:29:15 -0500 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]:40476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXYgz-0002yt-KZ for 61829@debbugs.gnu.org; Wed, 01 Mar 2023 21:29:14 -0500 Received: from smtpmciv6.myservices.hosting (smtpmciv6.myservices.hosting [185.26.106.201]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id 20AC520DEB; Thu, 2 Mar 2023 03:29:10 +0100 (CET) Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv6.myservices.hosting (Postfix) with ESMTP id 6B72B20C7D; Thu, 2 Mar 2023 03:29:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 227CC80097; Thu, 2 Mar 2023 03:29:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YnjLCaROcsNK; Thu, 2 Mar 2023 03:29:09 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 5D57C80079; Thu, 2 Mar 2023 03:29:09 +0100 (CET) Message-ID: <928e1b99-9c25-14f4-31eb-52ccd2c74b4d@makinata.eu> Date: Thu, 2 Mar 2023 02:29:08 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [bug#61829] [PATCH 01/11] gnu: Purge pre-1.3.0 deprecated packages. Content-Language: en-US To: Simon Tournier References: <87edqaj6jd.fsf@gmail.com> From: Bruno Victal In-Reply-To: <87edqaj6jd.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 61829 Cc: =?UTF-8?Q?Ludovic_Court=c3=a8s?= , 61829@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Hi Simon, On 2023-02-28 12:52, Simon Tournier wrote: > Hi, > > On lun., 27 févr. 2023 at 00:11, Bruno Victal wrote: > >> -(define-deprecated deeptools python-deeptools) >> - > > Well, I do not use any of these packages, so I would not mind much. > But, I know some users who use this one for instance and I would like to > avoid them some breakage. > > What is the rationale for removing this variable? Or the others, BTW. [...] > Well, I understand the “being deprecated” and I agree it would be nice > to clean up. Thanks for this janitoring work. :-) > > However, I would first announce such clean up, via guix-devel and/or > news, maybe info-guix, let some time, say one or two months, and after > proceed. This was informally discussed in #guix with Ludovic as a follow-up to the services cleanup. (tracked at #61789) The idea is to shed pre-1.3.0 deprecated code from Guix to reduce the overall maintenance burden. Given the age of the release and the warnings, I assume most users/maintainers would have taken notice and applied updates. (no actual package definitions have been removed, only their old aliases) These variables were found by grep + git blame'ing the files and combing the output to ensure that only pre-1.3.0 variables were considered. Cheers, Bruno From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 11:29:33 2023 Received: (at 61829) by debbugs.gnu.org; 3 Mar 2023 16:29:33 +0000 Received: from localhost ([127.0.0.1]:33795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY8Hl-00056R-Bm for submit@debbugs.gnu.org; Fri, 03 Mar 2023 11:29:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY8Hk-00056D-Dn for 61829@debbugs.gnu.org; Fri, 03 Mar 2023 11:29:32 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY8He-0004Av-Aa; Fri, 03 Mar 2023 11:29:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=6EJQoVquTGlZisVH2D60EUXcKa97ULO2mJD3GwTn+BE=; b=emkAAwOFonJS6Y1mjIO0 tNMlTg6UOesfNNHCc6Dr3DloZBK1HYLD+/FBKahjkb61lNeVTNahJ7mVtU3VwcydEDntpOIGoCToJ euQ2g2WcB64jMKID6kA8l98xD4iNu02IISAsE//WdxomlNAnRPQK1Atu38wPzqipOFfBF4SrDGAcR P+Lu9BWd3O9pa+GpObt3YhieOs6L5cpv0qJ4CoiOqXqhJELtJE2BUqiKRVjhiJMumV1RTAPSMtBBa DO9dy8Li5FieJJ6tr+0HPDHN6qimxmNacyhdjx9LFN1mKp1O431Fo99bvPh72bYHfr7E+JvnzXZ4q SJIokWDklXwoTw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY8Hd-0007Pu-TS; Fri, 03 Mar 2023 11:29:26 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Bruno Victal Subject: Re: bug#61829: [PATCH 00/11] Purge pre-1.3.0 deprecated procedures & variables. References: <87edqaj6jd.fsf@gmail.com> <928e1b99-9c25-14f4-31eb-52ccd2c74b4d@makinata.eu> Date: Fri, 03 Mar 2023 17:29:23 +0100 In-Reply-To: <928e1b99-9c25-14f4-31eb-52ccd2c74b4d@makinata.eu> (Bruno Victal's message of "Thu, 2 Mar 2023 02:29:08 +0000") Message-ID: <87v8jhvlwc.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61829 Cc: 61829@debbugs.gnu.org, Simon Tournier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Bruno Victal skribis: > The idea is to shed pre-1.3.0 deprecated code from Guix to reduce the > overall maintenance burden. Given the age of the release and the warnings= , I assume > most users/maintainers would have taken notice and applied updates. > (no actual package definitions have been removed, only their old aliases) I agree: the whole point of deprecation warnings is to communicate to users the eventual removal of a symbol or functionality. I think it=E2=80= =99s more efficient than emails to info-guix in that regard. The project has yet to define a clear deprecation policy, and I hope maintainers can spearhead such an effort. In the meantime, removing things that have been deprecated for 22+ months in this case sounds reasonable to me. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 14:02:01 2023 Received: (at 61829) by debbugs.gnu.org; 3 Mar 2023 19:02:01 +0000 Received: from localhost ([127.0.0.1]:33995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYAfJ-0003F9-3g for submit@debbugs.gnu.org; Fri, 03 Mar 2023 14:02:01 -0500 Received: from mail-wr1-f42.google.com ([209.85.221.42]:41909) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYAfH-0003Eq-9I for 61829@debbugs.gnu.org; Fri, 03 Mar 2023 14:01:59 -0500 Received: by mail-wr1-f42.google.com with SMTP id f11so3244911wrv.8 for <61829@debbugs.gnu.org>; Fri, 03 Mar 2023 11:01:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677870113; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=UD5IskaO8Nc/QDefWAcHcHJQg+p7WwojrdaAMzhFVls=; b=Cs0Xx/8WaOn2YkFcnf5U3m/lOBYxmkBm71HdKhf1jMTgGGSq4NzLCG6Tw3xkMgvDga nRZj0YDdGNN/ASQz9GeEjAPAN/AbH8cb4Ug9q5ntqI+evZzSYXCnsyMyBXtmKkMvI8RY xrmECnAPsjMwyBOIWDAT5pw+fnH1l9AEE6aF+ULxUgraHIXkiNz0teOzf3df/gP3HHTe Hjz71gxtL6UcLOSVRg0VduiIZaOxEvdZx+ibmAVnYvaEC9XZCSqBwjH9Qax/HzBCKIw2 WazdljwlrVSn8yhv9F4fmQD3SY215Nl7k/6OCgq33KyfxbHLFIDu+J0/2nARM7LDsJmL Xujw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677870113; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UD5IskaO8Nc/QDefWAcHcHJQg+p7WwojrdaAMzhFVls=; b=mOdP+x2pPWvVsWn5hoHjsbr2fjdCBbn2SYcw8SLFg7SA24imRencqeTBArpai+U1oM jkcWm50oTgCfjlGvE7ZHLgxPOdfXd6zE4uRz4yIrl3PbIgUxV4f3SCn6vMFGKq+D6x0P FwhXwaBiykqMxSKAm18QV0OrU9dj2iAHQ29Vv+hzw4Wyrzi/FlUjuPxB+On36ZVXU4cX sHQf+HMUkUw+bUuYuo2RYkY8M0R4tEK7wLY30mjbP3ABRPZeDS/6LD758csa9vTXYyM1 VqwrHD3WtDhCzc4SQOe0YRH2TxunDgm38H4nXx4cbpj8x3t1suqSm5lCEcQLTsI8ec+0 b5ZQ== X-Gm-Message-State: AO0yUKUkTM0qYb4DsIpDNMb0cteyOQ8Jhl1QxeQf3oK/sjqS9HVwA6N8 i3N3gCDmZGTykbNsBP6NlMwikJcLbtA= X-Google-Smtp-Source: AK7set/C/PblIMfd86euQWYKuAT5oIFpuizW/XAzK6S3F+Cepo2RTfWqyyxQZtdnQxNyCr0AFSbmdg== X-Received: by 2002:adf:fe48:0:b0:2ca:ab68:eff9 with SMTP id m8-20020adffe48000000b002caab68eff9mr2159750wrs.7.1677870113327; Fri, 03 Mar 2023 11:01:53 -0800 (PST) Received: from lili (roam-nat-fw-prg-194-254-61-47.net.univ-paris-diderot.fr. [194.254.61.47]) by smtp.gmail.com with ESMTPSA id j39-20020a05600c48a700b003e21638c0edsm2947937wmp.45.2023.03.03.11.01.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 11:01:53 -0800 (PST) From: Simon Tournier To: Bruno Victal Subject: Re: [bug#61829] [PATCH 01/11] gnu: Purge pre-1.3.0 deprecated packages. In-Reply-To: <928e1b99-9c25-14f4-31eb-52ccd2c74b4d@makinata.eu> References: <87edqaj6jd.fsf@gmail.com> <928e1b99-9c25-14f4-31eb-52ccd2c74b4d@makinata.eu> Date: Fri, 03 Mar 2023 19:57:43 +0100 Message-ID: <86h6v1zmqg.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61829 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 61829@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Bruno, On Thu, 02 Mar 2023 at 02:29, Bruno Victal wrote: > This was informally discussed in #guix with Ludovic as a follow-up to > the services cleanup. (tracked at #61789) Ah cool! > The idea is to shed pre-1.3.0 deprecated code from Guix to reduce the > overall maintenance burden. Given the age of the release and the warnings= , I assume > most users/maintainers would have taken notice and applied updates. > (no actual package definitions have been removed, only their old aliases) > > These variables were found by grep + git blame'ing the files and combing = the output > to ensure that only pre-1.3.0 variables were considered. Well, I have nothing for the removal, only with the process. Somehow, we are missing a policy for such, IMHO. And that=E2=80=99s not related to = this series. :-) Since the variables are deprecated since a very long time, yeah it sounds reasonable to remove them. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 07 12:03:31 2023 Received: (at 61829-done) by debbugs.gnu.org; 7 Apr 2023 16:03:31 +0000 Received: from localhost ([127.0.0.1]:57124 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkoYl-00082g-29 for submit@debbugs.gnu.org; Fri, 07 Apr 2023 12:03:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkoYj-00082T-51 for 61829-done@debbugs.gnu.org; Fri, 07 Apr 2023 12:03:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkoYd-00068v-Bw; Fri, 07 Apr 2023 12:03:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=c7QI246QVika+BKQEEuJRGTeqY9YdsguKRejis+KnjU=; b=D6uqz1JZ+A0Fz29ji+1I DFVLrUyFO8SXGpvFSyceJXVx9w5TDMWj/dyuRhHNRKVZkqCtHhlmQlUjPbzqAZTk//q5iskZkrZFm 7RQZs5yARUiN2jm2eCSL5sA+vqAqWexrcYMPK7AFZ0PQXEA1464BzkBBx9xhDLvrDelYtUDA+/rdr gA999COaqdBTmV31kU3Fqh1WU+KANEvvWBkLyv8AnfWCv9wvUxLgS0kjlF8MJZOr5hGJ+4RVL5tL4 EmGQHd/ONYeJ4FhJG2EOWoqNzm/BJZCwRRZqZMv6SlWgiyfK8dJZTrBixRgdvnyzD0/6Rusc+RulU Qb9J7SCuQpUnuQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkoY5-0003bl-QY; Fri, 07 Apr 2023 12:03:11 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Bruno Victal Subject: Re: bug#61829: [PATCH 00/11] Purge pre-1.3.0 deprecated procedures & variables. References: Date: Fri, 07 Apr 2023 18:02:38 +0200 In-Reply-To: (Bruno Victal's message of "Mon, 27 Feb 2023 00:10:25 +0000") Message-ID: <87wn2nbrz5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61829-done Cc: 61829-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Bruno Victal skribis: > gnu: Purge pre-1.3.0 deprecated packages. > gnu: curl-minimal: Remove variable. > services: ntp-service-type: Remove deprecated server as strings > support. > services: sddm: Remove 'sddm-service' procedure. > services: base: Remove 'console-keymap-service-type' variable. > services: base: Remove 'console-font-service' procedure. > services: guix-publish: Remove 'compression-level' field. > services: desktop: Remove 'gnome-desktop-service' procedure. > services: desktop: Remove 'mate-desktop-service' procedure. > services: desktop: Remove 'xfce-desktop-service' procedure. > guix: packages: Remove 'origin-sha256' procedure. Finally pushed the whole series as 5481aaacb5f60ba43d8db7e51cb7cc967d5eb55e. Thanks for the spring cleanup! Ludo=E2=80=99. From unknown Tue Jun 17 20:15:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 May 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator