Skip to Content.
Sympa Menu

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

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 (8bf54dec4c7a1c7bd7fd644f1d8fc67efd0ed5c8)
  • Date: Sun, 14 Oct 2018 23:44:10 +0000

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

graphics-libs/mesa/HISTORY | 3 +++
graphics-libs/mesa/PRE_INSTALL | 1 +
xorg/xserver/HISTORY | 3 +++
xorg/xserver/PRE_INSTALL | 1 +
4 files changed, 8 insertions(+)

New commits:
commit 8bf54dec4c7a1c7bd7fd644f1d8fc67efd0ed5c8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg/xserver: added sourcing of grimoire FUNCTIONS in PRE_INSTALL

commit 7c91bb105a2b76e0409e57205d5c0a54bdf91d97
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: added sourcing of grimoire FUNCTIONS in PRE_INSTALL

diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index d4fbf59..654d2a5 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2018-10-14 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_INSTALL: source grimoire FUNCTIONS
+
2018-10-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 18.2.2

diff --git a/graphics-libs/mesa/PRE_INSTALL b/graphics-libs/mesa/PRE_INSTALL
index e44139d..3d4a6d2 100755
--- a/graphics-libs/mesa/PRE_INSTALL
+++ b/graphics-libs/mesa/PRE_INSTALL
@@ -1,3 +1,4 @@
+source "${GRIMOIRE}/FUNCTIONS" &&
if spell_ok $SPELL;then
dispel --notriggers $SPELL
fi &&
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index 4470253..7e35559 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2018-10-14 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_INSTALL: source grimoire FUNCTIONS
+
2018-09-21 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_INSTALL: added, cleanup symlinks if nolonger using
smgl-gl_select

diff --git a/xorg/xserver/PRE_INSTALL b/xorg/xserver/PRE_INSTALL
index eae470f..5bab8a0 100755
--- a/xorg/xserver/PRE_INSTALL
+++ b/xorg/xserver/PRE_INSTALL
@@ -1,3 +1,4 @@
+source "${GRIMOIRE}/FUNCTIONS" &&
if spell_ok $SPELL;then
dispel --notriggers $SPELL
fi &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8bf54dec4c7a1c7bd7fd644f1d8fc67efd0ed5c8), Pavel Vinogradov, 10/14/2018

Archive powered by MHonArc 2.6.24.

Top of Page