Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (5423733d6de59b7b34a52f5353c40ea277cb5979)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (5423733d6de59b7b34a52f5353c40ea277cb5979)
  • Date: Sat, 17 Jan 2009 11:37:22 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

devel/m4/HISTORY | 6 ++++++
devel/m4/POST_REMOVE | 1 -
devel/m4/PRE_REMOVE | 1 +
devel/m4/REPAIR^6f7b12e355314e7cdc8f2ee4df8c31c3^POST_REMOVE | 3 +++
4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 5423733d6de59b7b34a52f5353c40ea277cb5979
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

m4: Added fixes for failures to remove info files from
the info directory.

diff --git a/devel/m4/HISTORY b/devel/m4/HISTORY
index 722f91f..76d7b0d 100644
--- a/devel/m4/HISTORY
+++ b/devel/m4/HISTORY
@@ -1,3 +1,9 @@
+2009-01-17 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Deleted
+ * PRE_REMOVE: Added to properly delete info file from dir
+ * REPAIR^6f7b12e355314e7cdc8f2ee4df8c31c3^POST_REMOVE: Added
+ to repair tablet failures on dispel.
+
2008-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.12; added UPSTREAM_KEY; fixed descs
* DEPENDS: cleaned up
diff --git a/devel/m4/POST_REMOVE b/devel/m4/POST_REMOVE
deleted file mode 100755
index 65345ea..0000000
--- a/devel/m4/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete m4 --info-dir ${TRACK_ROOT}/usr/share/info
diff --git a/devel/m4/PRE_REMOVE b/devel/m4/PRE_REMOVE
new file mode 100755
index 0000000..0e385f3
--- /dev/null
+++ b/devel/m4/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/m4.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/devel/m4/REPAIR^6f7b12e355314e7cdc8f2ee4df8c31c3^POST_REMOVE
b/devel/m4/REPAIR^6f7b12e355314e7cdc8f2ee4df8c31c3^POST_REMOVE
new file mode 100755
index 0000000..263a601
--- /dev/null
+++ b/devel/m4/REPAIR^6f7b12e355314e7cdc8f2ee4df8c31c3^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete m4 --info-dir ${TRACK_ROOT}/usr/share/info
+true
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (5423733d6de59b7b34a52f5353c40ea277cb5979), George Sherwood, 01/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page