guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove key-mon.scm.


From: guix-commits
Subject: branch master updated: gnu: Remove key-mon.scm.
Date: Fri, 03 Feb 2023 12:58:30 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5a3e745f9 gnu: Remove key-mon.scm.
b5a3e745f9 is described below

commit b5a3e745f9f30899655aa15144c248e0292e8b1c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 3 18:51:48 2023 +0100

    gnu: Remove key-mon.scm.
    
    The file is empty.
    
    * gnu/packages/key-mon.scm: Remove file.
    * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.
    * po/packages/POTFILES.in: Remove it.
---
 gnu/local.mk             |  1 -
 gnu/packages/key-mon.scm | 28 ----------------------------
 po/packages/POTFILES.in  |  1 -
 3 files changed, 30 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 520e9838ad..fdbb8ce461 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -362,7 +362,6 @@ GNU_SYSTEM_MODULES =                                \
   %D%/packages/kde-systemtools.scm             \
   %D%/packages/kde-utils.scm                   \
   %D%/packages/kerberos.scm                    \
-  %D%/packages/key-mon.scm                     \
   %D%/packages/kodi.scm                                \
   %D%/packages/language.scm                    \
   %D%/packages/lean.scm                                \
diff --git a/gnu/packages/key-mon.scm b/gnu/packages/key-mon.scm
deleted file mode 100644
index d70dd0cd48..0000000000
--- a/gnu/packages/key-mon.scm
+++ /dev/null
@@ -1,28 +0,0 @@
-;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
-;;;
-;;; This file is part of GNU Guix.
-;;;
-;;; GNU Guix is free software; you can redistribute it and/or modify it
-;;; under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 3 of the License, or (at
-;;; your option) any later version.
-;;;
-;;; GNU Guix is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
-
-(define-module (gnu packages key-mon)
-  #:use-module (guix licenses)
-  #:use-module (guix packages)
-  #:use-module (guix download)
-  #:use-module (gnu packages)
-  #:use-module (gnu packages python)
-  #:use-module (gnu packages python-xyz)
-  #:use-module (gnu packages gtk)
-  #:use-module (gnu packages gnome)
-  #:use-module (guix build-system python))
diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in
index 32d34d6456..4775986c57 100644
--- a/po/packages/POTFILES.in
+++ b/po/packages/POTFILES.in
@@ -25,7 +25,6 @@ gnu/packages/image.scm
 gnu/packages/image-viewers.scm
 gnu/packages/inkscape.scm
 gnu/packages/jemalloc.scm
-gnu/packages/key-mon.scm
 gnu/packages/less.scm
 gnu/packages/lesstif.scm
 gnu/packages/libreoffice.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]