[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/182: gnu: Remove monero-miniupnpc.
From: |
guix-commits |
Subject: |
161/182: gnu: Remove monero-miniupnpc. |
Date: |
Fri, 15 Nov 2019 00:02:02 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 61be52c0c1f7b08d938e9bb3246ef80635e3eb47
Author: Guillaume Le Vaillant <address@hidden>
Date: Sat Nov 9 11:54:52 2019 +0100
gnu: Remove monero-miniupnpc.
This package was only needed for an older version of monero; nothing else
depends on it.
* gnu/packages/upnp.scm (monero-miniupnpc): Remove variable.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/upnp.scm | 43 -------------------------------------------
1 file changed, 43 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index d78ffdd..390a338 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -89,49 +89,6 @@ over IRC, instant messaging, network games, and most server
software.")
(license
(x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
-(define-public monero-miniupnpc
- ;; This package is the bundled version of miniupnpc used with monero.
- ;; Monero-project has been maintaining its own version of the package since
- ;; release 0.12.2.0. It includes security fixes not included in upstream
- ;; releases.
- (let ((revision "0")
- (commit "6a63f9954959119568fbc4af57d7b491b9428d87"))
- (package
- (inherit miniupnpc)
- (name "miniupnpc-monero")
- (version (string-append "2.1-monero-0.12.3.0-" revision "."
- (string-take commit 7)))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/monero-project/miniupnp/")
- (commit commit)))
- (sha256
- (base32
- "0s67zcz978iapjlq30yy9dl8qda9xhrl3jdi5f99cnbglh5gy16a"))
- (file-name (string-append name "-" version "-checkout"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Delete miniupnp subprojects except for miniupnpc.
- (for-each
- delete-file-recursively
- '("minissdpd" "miniupnpc-async" "miniupnpc-libevent"
- "miniupnpd" ))
- #t))))
- (arguments
- (substitute-keyword-arguments (package-arguments miniupnpc)
- ((#:phases phases)
- `(modify-phases ,phases
- (add-before 'build 'change-directory
- (lambda _
- (chdir "miniupnpc")
- #t))
- (add-after 'change-directory 'chmod-header-file
- (lambda _
- (chmod "miniupnpc.h" #o644)
- #t)))))))))
-
(define-public libupnp
(package
(name "libupnp")
- 155/182: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., (continued)
- 155/182: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., guix-commits, 2019/11/15
- 156/182: gnu: xfce4-whiskermenu-plugin: Update to 2.3.4., guix-commits, 2019/11/15
- 150/182: gnu: fvwm: Update to 2.6.9., guix-commits, 2019/11/15
- 149/182: gnu: fvwm: Don't use NAME in source URI., guix-commits, 2019/11/15
- 154/182: gnu: gimp: Update to 2.10.14., guix-commits, 2019/11/15
- 153/182: gnu: gegl: Update to 0.4.18., guix-commits, 2019/11/15
- 158/182: gnu: faad2: Use HTTPS home page., guix-commits, 2019/11/15
- 164/182: gnu: LibreSSL: Make search paths single-entry., guix-commits, 2019/11/15
- 169/182: gnu: raincat: Use 'mirror-url'., guix-commits, 2019/11/15
- 175/182: gnu: limnoria: Update to 2019.11.09 [security fix]., guix-commits, 2019/11/15
- 161/182: gnu: Remove monero-miniupnpc.,
guix-commits <=
- 160/182: gnu: cgal: Update to 4.14.2., guix-commits, 2019/11/15
- 165/182: gnu: Add ghc-ncurses., guix-commits, 2019/11/15
- 179/182: gnu: Add boost-with-python3., guix-commits, 2019/11/15
- 181/182: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/15
- 180/182: gnu: zita-convolver: Update to 4.0.3., guix-commits, 2019/11/15
- 171/182: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/15
- 168/182: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/15
- 166/182: gnu: Add scroll., guix-commits, 2019/11/15
- 174/182: gnu: xfce4-whiskermenu-plugin: Download over HTTPS., guix-commits, 2019/11/15
- 173/182: gnu: qtwebkit: Don't use NAME in source URI., guix-commits, 2019/11/15