all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33850] [PATCH] gnu: Remove obsolete package gpgmepp.
@ 2018-12-23 17:46 Hartmut Goebel
  2018-12-24 15:10 ` bug#33850: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Hartmut Goebel @ 2018-12-23 17:46 UTC (permalink / raw)
  To: 33850

This package is unused, is part of gpgme since version 1.7 and has been marked
as superseded since 18 months now.

* gnu/packages/kde-frameworks.scm(gpgmepp): Remove variable.
---
 gnu/packages/kde-frameworks.scm | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 645252288..e0f746534 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -209,33 +209,6 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
     ;; license: source files mention "either version 2.1 or 3"
     (license (list license:lgpl2.1 license:lgpl3))))
 
-(define-public gpgmepp
-  (package
-    (name "gpgmepp")
-    (version "16.08.2")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "mirror://kde/stable/applications"
-                    "/" version "/src/"
-                    name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "0828qlhdi1i26n2xgyb01c0q77m6jlppbxv6mprryxq0ma88940a"))))
-    (build-system cmake-build-system)
-    (native-inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)))
-    (propagated-inputs
-     `(("boost" ,boost)
-       ("gpgme" ,gpgme)))
-    (inputs
-     `(("qtbase" ,qtbase)))
-    (home-page "https://community.kde.org/Frameworks")
-    (synopsis "C++ bindings/wrapper for gpgme")
-    (description "C++ bindings/wrapper for gpgme.")
-    (license license:lgpl2.1+)
-    (properties `((superseded . ,gpgme)))))
-
 (define-public kpmcore
   (package
     (name "kpmcore")
-- 
2.13.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33850: [PATCH] gnu: Remove obsolete package gpgmepp.
  2018-12-23 17:46 [bug#33850] [PATCH] gnu: Remove obsolete package gpgmepp Hartmut Goebel
@ 2018-12-24 15:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-12-24 15:10 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: 33850-done

Hi Hartmut,

Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

> This package is unused, is part of gpgme since version 1.7 and has been marked
> as superseded since 18 months now.
>
> * gnu/packages/kde-frameworks.scm(gpgmepp): Remove variable.

Applied, thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-24 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-23 17:46 [bug#33850] [PATCH] gnu: Remove obsolete package gpgmepp Hartmut Goebel
2018-12-24 15:10 ` bug#33850: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.