[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: teams: qt: Remove erroneous comment at top of scripts.
From: |
guix-commits |
Subject: |
01/06: teams: qt: Remove erroneous comment at top of scripts. |
Date: |
Tue, 19 Mar 2024 03:43:14 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit a8ba2f3507d03ec77506a03bf84d62f9cb439f8e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 12 14:35:48 2024 -0400
teams: qt: Remove erroneous comment at top of scripts.
* etc/teams/qt/common.scm: Remove erroneous comment.
* etc/teams/qt/qt-manifest.scm: Likewise.
* etc/teams/qt/qt5-manifest.scm: Likewise.
Change-Id: I87a0ea669caa0ba5049b48a4f04fda58518c3f05
---
etc/teams/qt/common.scm | 4 ----
etc/teams/qt/qt-manifest.scm | 4 ----
etc/teams/qt/qt5-manifest.scm | 4 ----
3 files changed, 12 deletions(-)
diff --git a/etc/teams/qt/common.scm b/etc/teams/qt/common.scm
index 8e11ac220b..4735b408d0 100644
--- a/etc/teams/qt/common.scm
+++ b/etc/teams/qt/common.scm
@@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-;;; This file returns a manifest of packages related to linux-libre.
-;;; Simplistically, it selects packages whose names begin with "linux-libre".
-;;; It is used to assist continuous integration of the kernel packages.
-
(use-modules (guix packages)
(guix profiles)
(guix utils)
diff --git a/etc/teams/qt/qt-manifest.scm b/etc/teams/qt/qt-manifest.scm
index 0d8fa95bfe..22078530a7 100644
--- a/etc/teams/qt/qt-manifest.scm
+++ b/etc/teams/qt/qt-manifest.scm
@@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-;;; This file returns a manifest of packages related to linux-libre.
-;;; Simplistically, it selects packages whose names begin with "linux-libre".
-;;; It is used to assist continuous integration of the kernel packages.
-
(load "common.scm")
;;; Commentary:
diff --git a/etc/teams/qt/qt5-manifest.scm b/etc/teams/qt/qt5-manifest.scm
index 34fdf479bf..2b25888d4b 100644
--- a/etc/teams/qt/qt5-manifest.scm
+++ b/etc/teams/qt/qt5-manifest.scm
@@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-;;; This file returns a manifest of packages related to linux-libre.
-;;; Simplistically, it selects packages whose names begin with "linux-libre".
-;;; It is used to assist continuous integration of the kernel packages.
-
(load "common.scm")
;;; Commentary:
- branch master updated (c8556379c3 -> f12172612d), guix-commits, 2024/03/19
- 04/06: gnu: qemu: Re-instate info manual., guix-commits, 2024/03/19
- 06/06: doc: Adjust for QEMU info manual name change., guix-commits, 2024/03/19
- 03/06: gnu: ausweisapp: Update to 2.1.0., guix-commits, 2024/03/19
- 01/06: teams: qt: Remove erroneous comment at top of scripts.,
guix-commits <=
- 05/06: gnu: qemu: Update to 8.2.2., guix-commits, 2024/03/19
- 02/06: gnu: qtscxml: Update to 6.5.2., guix-commits, 2024/03/19