Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (13a0efc4c8d49c9eb7dcc6d150b4d13925bbfc8e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (13a0efc4c8d49c9eb7dcc6d150b4d13925bbfc8e)
  • Date: Tue, 29 Nov 2022 22:24:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

smgl/smgl-system/DEPENDS | 56
+++++++++++++++++++++++------------------------
smgl/smgl-system/HISTORY | 3 ++
2 files changed, 31 insertions(+), 28 deletions(-)

New commits:
commit 13a0efc4c8d49c9eb7dcc6d150b4d13925bbfc8e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

smgl/smgl-system: fixed typos in DEPENDS (/ -> \, extra && at the end of
file)

diff --git a/smgl/smgl-system/DEPENDS b/smgl/smgl-system/DEPENDS
index e546f6b..3567369 100755
--- a/smgl/smgl-system/DEPENDS
+++ b/smgl/smgl-system/DEPENDS
@@ -14,47 +14,47 @@ depends PROCPS &&
depends smgl-mirrors &&
depends TEXT-EDITOR &&

-optional_depends BOOTLOADER /
- '' /
- '' /
+optional_depends BOOTLOADER \
+ '' \
+ '' \
'for a system boot loader' &&

-optional_depends ccache /
- '' /
- '' /
+optional_depends ccache \
+ '' \
+ '' \
'to accelerate compilation of upgrades' &&

-optional_depends e2fsprogs /
- '' /
- '' /
+optional_depends e2fsprogs \
+ '' \
+ '' \
'for Ext2fs support' &&

-suggest_depends lsb-release /
- '' /
- '' /
+suggest_depends lsb-release \
+ '' \
+ '' \
'for Linux Standard Base release discovery tool' &&

-optional_depends MUTT /
- '' /
- '' /
+optional_depends MUTT \
+ '' \
+ '' \
'to send messages' &&

-optional_depends nfs-utils /
- '' /
- '' /
+optional_depends nfs-utils \
+ '' \
+ '' \
'for the network file system' &&

-optional_depends openssh /
- '' /
- '' /
+optional_depends openssh \
+ '' \
+ '' \
'to use cabal multi-box system administration' &&

-optional_depends SORCERY-SOUNDS /
- '' /
- '' /
+optional_depends SORCERY-SOUNDS \
+ '' \
+ '' \
'to have sorcery signal events with sounds' &&

-optional_depends texinfo /
- '' /
- '' /
- 'to generate documentation' &&
+optional_depends texinfo \
+ '' \
+ '' \
+ 'to generate documentation'
diff --git a/smgl/smgl-system/HISTORY b/smgl/smgl-system/HISTORY
index cf4b55a..4067d86 100644
--- a/smgl/smgl-system/HISTORY
+++ b/smgl/smgl-system/HISTORY
@@ -1,3 +1,6 @@
+2022-11-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fixed typos (/ -> \, extra && at the end of file)
+
2022-11-29 Remko van der Vossen <wich AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, HISTORY, INSTALL,
PRE_BUILD: Created spell



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (13a0efc4c8d49c9eb7dcc6d150b4d13925bbfc8e), Pavel Vinogradov, 11/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page