[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 088/602] gnu: Remove h-client.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 088/602] gnu: Remove h-client. |
Date: |
Sun, 15 May 2022 00:37:55 -0400 |
* gnu/packages/hardware.scm (h-client): Delete variable.
---
gnu/packages/hardware.scm | 36 ------------------------------------
1 file changed, 36 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 38bc3881b9..946cd9aba4 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -375,42 +375,6 @@ (define-public edid-decode
human-readable format and checks if it conforms to the standards.")
(license license:expat))))
-(define-public h-client
- (let ((version "0.0a0")
- (revision 138))
- (package
- (name "h-client")
- (version (string-append version "-" (number->string revision)))
- (source
- (origin
- (method svn-fetch)
- (uri
- (svn-reference
- (url "https://svn.savannah.nongnu.org/svn/h-client/trunk/h-client")
- (revision revision)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1pdd2qhyaa5vh7z4rkpwjlby1flkwhzmp8zlglalx5y5sv95l4kp"))))
- (build-system python-build-system)
- (arguments
- `(#:python ,python-2
- ;; Tests depends on /etc/os-release which does not exist in the
- ;; build container.
- #:tests? #f))
- (inputs
- (list python-2 python2-pycurl python2-pygtk pciutils usbutils))
- (synopsis "Graphical client for the h-node hardware database
-project")
- (description
- "The h-node project (https://www.h-node.org) aims to build a database of
-hardware that works with fully free operating systems.
-h-client is a GTK+ graphical client that is able to retrieves information on
-the hardware inside the computer it's running on, and on peripherals connected
-to it, and help you submit that information to the h-node project along with
-whether the hardware works with a fully free operating system or not.")
- (home-page "https://savannah.nongnu.org/projects/h-client/")
- (license license:gpl3+))))
-
(define-public headsetcontrol
(package
(name "headsetcontrol")
--
2.36.0
- [bug#55424] [PATCH 097/602] gnu: Remove python2-musicbrainzngs., (continued)
- [bug#55424] [PATCH 097/602] gnu: Remove python2-musicbrainzngs., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 083/602] gnu: Remove python2-gpg., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 031/602] gnu: Remove pyicoteo., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 032/602] gnu: Remove transmission-remote-cli., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 037/602] gnu: Remove python2-pytest-capturelog., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 045/602] gnu: Remove python2-pytest-subtesthack., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 090/602] gnu: Remove python2-iso639., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 079/602] gnu: nototools: Update to 0.2.16., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 056/602] gnu: Remove python2-pyodbc-c., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 025/602] gnu: Remove poretools., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 088/602] gnu: Remove h-client.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 093/602] gnu: Remove python2-pyusb., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 029/602] gnu: Remove python2-pyfaidx., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 077/602] gnu: Remove python2-ledgerblue., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 047/602] gnu: Remove domainfinder., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 087/602] gnu: dot2tex: Update to 2.11.3., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 095/602] gnu: getmail: Deprecate with getmail6., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 094/602] gnu: Remove python2-autograd., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 042/602] gnu: Remove python2-discover., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 054/602] gnu: Remove python2-apsw., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 051/602] gnu: Remove python2-trollius-redis., Maxim Cournoyer, 2022/05/15