mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Purge pre-1.3.0 deprecated packages.
* 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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
110dc3fde9
commit
acdb42e5d0
13 changed files with 1 additions and 49 deletions
|
@ -3521,8 +3521,6 @@ (define-public python-deeptools
|
||||||
;; remainder of the code is licensed under the MIT license.
|
;; remainder of the code is licensed under the MIT license.
|
||||||
(license (list license:bsd-3 license:expat))))
|
(license (list license:bsd-3 license:expat))))
|
||||||
|
|
||||||
(define-deprecated deeptools python-deeptools)
|
|
||||||
|
|
||||||
(define-public cutadapt
|
(define-public cutadapt
|
||||||
(package
|
(package
|
||||||
(name "cutadapt")
|
(name "cutadapt")
|
||||||
|
|
|
@ -96,10 +96,6 @@ (define-public efi-analyzer
|
||||||
information.")
|
information.")
|
||||||
(license license:bsd-2))))
|
(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
|
(define-public sbsigntools
|
||||||
(package
|
(package
|
||||||
(name "sbsigntools")
|
(name "sbsigntools")
|
||||||
|
|
|
@ -291,8 +291,6 @@ (define-public guile-2.2
|
||||||
(variable "GUILE_LOAD_COMPILED_PATH")
|
(variable "GUILE_LOAD_COMPILED_PATH")
|
||||||
(files '("lib/guile/2.2/site-ccache")))))))
|
(files '("lib/guile/2.2/site-ccache")))))))
|
||||||
|
|
||||||
(define-deprecated guile-2.2/bug-fix guile-2.2)
|
|
||||||
|
|
||||||
(define-public guile-2.2.4
|
(define-public guile-2.2.4
|
||||||
(package
|
(package
|
||||||
(inherit guile-2.2)
|
(inherit guile-2.2)
|
||||||
|
@ -652,12 +650,6 @@ (define-public guile-json-1
|
||||||
;; Version 1.2.0 switched to GPLv3+ (from LGPLv3+).
|
;; Version 1.2.0 switched to GPLv3+ (from LGPLv3+).
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public guile2.0-json
|
||||||
(package-for-guile-2.0 guile-json-1))
|
(package-for-guile-2.0 guile-json-1))
|
||||||
|
|
||||||
|
|
|
@ -1744,9 +1744,6 @@ (define-public libjpeg-turbo
|
||||||
license:ijg ;the libjpeg library and associated tools
|
license:ijg ;the libjpeg library and associated tools
|
||||||
license:zlib)))) ;the libjpeg-turbo SIMD extensions
|
license:zlib)))) ;the libjpeg-turbo SIMD extensions
|
||||||
|
|
||||||
(define-deprecated libjpeg libjpeg-turbo)
|
|
||||||
(export libjpeg)
|
|
||||||
|
|
||||||
(define-public niftilib
|
(define-public niftilib
|
||||||
(package
|
(package
|
||||||
(name "niftilib")
|
(name "niftilib")
|
||||||
|
|
|
@ -412,9 +412,6 @@ (define-public kdevelop-pg-qt
|
||||||
for some KDevelop language plugins (Ruby, PHP, CSS...).")
|
for some KDevelop language plugins (Ruby, PHP, CSS...).")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
;; kdevplatform was merged into kdevelop as of 5.2.x
|
|
||||||
(define-deprecated kdevplatform kdevelop)
|
|
||||||
|
|
||||||
(define-public kdiagram
|
(define-public kdiagram
|
||||||
(package
|
(package
|
||||||
(name "kdiagram")
|
(name "kdiagram")
|
||||||
|
|
|
@ -876,9 +876,6 @@ (define-public linphone-desktop
|
||||||
(home-page "https://linphone.org/technical-corner/linphone")
|
(home-page "https://linphone.org/technical-corner/linphone")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public linphoneqt
|
|
||||||
(deprecated-package "linphoneqt" linphone-desktop))
|
|
||||||
|
|
||||||
(define-public msopenh264
|
(define-public msopenh264
|
||||||
(let ((commit "88697cc95140017760d6da408cb0efdc5e86e40a")
|
(let ((commit "88697cc95140017760d6da408cb0efdc5e86e40a")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -4776,10 +4776,6 @@ (define-public blis
|
||||||
access to BLIS implementations via traditional BLAS routine calls.")
|
access to BLIS implementations via traditional BLAS routine calls.")
|
||||||
(license license:bsd-3)))
|
(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 ignorance blis)
|
||||||
|
|
||||||
(define-public openlibm
|
(define-public openlibm
|
||||||
|
|
|
@ -177,8 +177,6 @@ (define-public hwloc-2
|
||||||
(("hwloc_topology_init" all)
|
(("hwloc_topology_init" all)
|
||||||
(string-append "exit (77);\n" all)))))))))))
|
(string-append "exit (77);\n" all)))))))))))
|
||||||
|
|
||||||
(define-deprecated hwloc-2.0 hwloc-2)
|
|
||||||
|
|
||||||
(define-public hwloc
|
(define-public hwloc
|
||||||
;; The latest stable series of hwloc.
|
;; The latest stable series of hwloc.
|
||||||
hwloc-2)
|
hwloc-2)
|
||||||
|
|
|
@ -1609,9 +1609,6 @@ (define-public abjad
|
||||||
typographic detail of symbols on the page.")
|
typographic detail of symbols on the page.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-abjad
|
|
||||||
(deprecated-package "python-abjad" abjad))
|
|
||||||
|
|
||||||
(define-public abjad-ext-rmakers
|
(define-public abjad-ext-rmakers
|
||||||
(package
|
(package
|
||||||
(name "abjad-ext-rmakers")
|
(name "abjad-ext-rmakers")
|
||||||
|
@ -6577,10 +6574,6 @@ (define-public zplugins
|
||||||
(home-page "https://www.zrythm.org/en/plugins.html")
|
(home-page "https://www.zrythm.org/en/plugins.html")
|
||||||
(license license:agpl3+)))
|
(license license:agpl3+)))
|
||||||
|
|
||||||
(define-public zlfo
|
|
||||||
;; The "zlfo" package is now included in zplugins
|
|
||||||
(deprecated-package "zlfo" zplugins))
|
|
||||||
|
|
||||||
(define-public remid-lv2
|
(define-public remid-lv2
|
||||||
(package
|
(package
|
||||||
(name "remid-lv2")
|
(name "remid-lv2")
|
||||||
|
|
|
@ -843,9 +843,6 @@ (define-public perl-bareword-filehandles
|
||||||
(description "This module disables bareword filehandles.")
|
(description "This module disables bareword filehandles.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-base
|
|
||||||
(deprecated-package "perl-base" perl))
|
|
||||||
|
|
||||||
(define-public perl-browser-open
|
(define-public perl-browser-open
|
||||||
(package
|
(package
|
||||||
(name "perl-browser-open")
|
(name "perl-browser-open")
|
||||||
|
@ -8694,9 +8691,6 @@ (define-public perl-par
|
||||||
libraries from which Perl modules can be loaded.")
|
libraries from which Perl modules can be loaded.")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-parent
|
|
||||||
(deprecated-package "perl-parent" perl))
|
|
||||||
|
|
||||||
(define-public perl-path-class
|
(define-public perl-path-class
|
||||||
(package
|
(package
|
||||||
(name "perl-path-class")
|
(name "perl-path-class")
|
||||||
|
|
|
@ -100,9 +100,6 @@ (define-public trytond
|
||||||
and security.")
|
and security.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public python-trytond
|
|
||||||
(deprecated-package "python-trytond" trytond))
|
|
||||||
|
|
||||||
(define-public tryton
|
(define-public tryton
|
||||||
(package
|
(package
|
||||||
(name "tryton")
|
(name "tryton")
|
||||||
|
|
|
@ -2353,9 +2353,6 @@ (define-public gallery-dl
|
||||||
images and image hosting sites.")
|
images and image hosting sites.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public gnome-mpv
|
|
||||||
(deprecated-package "gnome-mpv" celluloid))
|
|
||||||
|
|
||||||
(define-public mpv-mpris
|
(define-public mpv-mpris
|
||||||
(package
|
(package
|
||||||
(name "mpv-mpris")
|
(name "mpv-mpris")
|
||||||
|
|
|
@ -477,7 +477,7 @@ (define (edge->tuple source target)
|
||||||
'("libffi" "guile" "guile-json")
|
'("libffi" "guile" "guile-json")
|
||||||
(run-with-store %store
|
(run-with-store %store
|
||||||
(mlet %store-monad ((path (shortest-path (specification->package "libffi")
|
(mlet %store-monad ((path (shortest-path (specification->package "libffi")
|
||||||
guile-json
|
guile-json-1
|
||||||
%reverse-package-node-type)))
|
%reverse-package-node-type)))
|
||||||
(return (map package-name path)))))
|
(return (map package-name path)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue