diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-12-23 18:46:06 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-24 16:10:14 +0100 |
| commit | 311462f642dd87ca488bf9af180b2c609ea6e788 (patch) | |
| tree | 96f37b9a2b2e598056860f6094f4fa621070264e | |
| parent | ed7b44370f71126087eb953f36aad8dc4c44109f (diff) | |
gnu: Remove obsolete package gpgmepp.
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.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index bc28511d3fc..988bf44c3d9 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm | |||
| @@ -207,33 +207,6 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") | |||
| 207 | ;; license: source files mention "either version 2.1 or 3" | 207 | ;; license: source files mention "either version 2.1 or 3" |
| 208 | (license (list license:lgpl2.1 license:lgpl3)))) | 208 | (license (list license:lgpl2.1 license:lgpl3)))) |
| 209 | 209 | ||
| 210 | (define-public gpgmepp | ||
| 211 | (package | ||
| 212 | (name "gpgmepp") | ||
| 213 | (version "16.08.2") | ||
| 214 | (source (origin | ||
| 215 | (method url-fetch) | ||
| 216 | (uri (string-append | ||
| 217 | "mirror://kde/stable/applications" | ||
| 218 | "/" version "/src/" | ||
| 219 | name "-" version ".tar.xz")) | ||
| 220 | (sha256 | ||
| 221 | (base32 | ||
| 222 | "0828qlhdi1i26n2xgyb01c0q77m6jlppbxv6mprryxq0ma88940a")))) | ||
| 223 | (build-system cmake-build-system) | ||
| 224 | (native-inputs | ||
| 225 | `(("extra-cmake-modules" ,extra-cmake-modules))) | ||
| 226 | (propagated-inputs | ||
| 227 | `(("boost" ,boost) | ||
| 228 | ("gpgme" ,gpgme))) | ||
| 229 | (inputs | ||
| 230 | `(("qtbase" ,qtbase))) | ||
| 231 | (home-page "https://community.kde.org/Frameworks") | ||
| 232 | (synopsis "C++ bindings/wrapper for gpgme") | ||
| 233 | (description "C++ bindings/wrapper for gpgme.") | ||
| 234 | (license license:lgpl2.1+) | ||
| 235 | (properties `((superseded . ,gpgme))))) | ||
| 236 | |||
| 237 | (define-public kpmcore | 210 | (define-public kpmcore |
| 238 | (package | 211 | (package |
| 239 | (name "kpmcore") | 212 | (name "kpmcore") |
