[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: me-cleaner: Update to 1.2.
From: |
guix-commits |
Subject: |
09/14: gnu: me-cleaner: Update to 1.2. |
Date: |
Mon, 7 Oct 2019 23:30:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9be266116ba274ecf6a66178c17e51414dde3eec
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Oct 7 15:32:20 2019 +0200
gnu: me-cleaner: Update to 1.2.
* gnu/packages/flashing-tools.scm (me-cleaner): Update to 1.2.
[arguments]: Remove ‘create-setup.py’ phase. Add ‘install-documentation’
phase.
---
gnu/packages/flashing-tools.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 42ce560..7d5c1cf 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -413,28 +413,25 @@ Management Engine (ME). You need to @code{sudo rmmod
mei_me} and
(define-public me-cleaner
(package
(name "me-cleaner")
- (version "1.1")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/corna/me_cleaner/"
"archive/v" version ".tar.gz"))
(sha256
(base32
- "1pgwdqy0jly80nhxmlmyibs343497yjzs6dwfbkcw0l1gjm8i5hw"))
+ "0hdnay1ai0r6l69z63jkiz6yfwdsqc2mrfyj77hgadv7xxxqm6na"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'create-setup.py
- (lambda _
- (call-with-output-file "setup.py"
- (lambda (port)
- (format port "\
-from setuptools import setup
-setup(name='me_cleaner', version='~a', scripts=['me_cleaner.py'])
-" ,version)))
- #t)))))
+ (add-after 'install 'install-documentation
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (man (string-append out "/share/man/man1")))
+ (install-file "man/me_cleaner.1" man)
+ #t))))))
(home-page "https://github.com/corna/me_cleaner")
(synopsis "Intel ME cleaner")
(description "This package provides tools for disabling Intel
- branch master updated (edaa616 -> d7a6a3f), guix-commits, 2019/10/07
- 03/14: gnu: maxflow: Correct version to 3.0.5., guix-commits, 2019/10/07
- 12/14: gnu: linux-libre@4.19: Update to 4.19.77., guix-commits, 2019/10/07
- 11/14: gnu: linux-libre@5.2: Update to 5.2.19., guix-commits, 2019/10/07
- 10/14: gnu: coin3D: Use a specific changeset., guix-commits, 2019/10/07
- 14/14: gnu: linux-libre@4.14: Update to 4.14.147., guix-commits, 2019/10/07
- 06/14: gnu: licensecheck: Update to 3.0.37., guix-commits, 2019/10/07
- 01/14: gnu: lynis: Update to 2.7.5., guix-commits, 2019/10/07
- 02/14: gnu: maxflow: Use GIT-FILE-NAME., guix-commits, 2019/10/07
- 13/14: gnu: linux-libre@4.9: Update to 4.9.195., guix-commits, 2019/10/07
- 09/14: gnu: me-cleaner: Update to 1.2.,
guix-commits <=
- 04/14: gnu: qucs-s: Update to 0.0.21., guix-commits, 2019/10/07
- 07/14: gnu: maxflow: Use HTTPS home page., guix-commits, 2019/10/07
- 08/14: gnu: perl-async-interrupt: Update to 1.25., guix-commits, 2019/10/07
- 05/14: gnu: perl-regexp-pattern-license: Update to 3.1.94., guix-commits, 2019/10/07