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

George Sherwood scm at sourcemage.org
Sat Jan 17 12:37:22 EST 2009


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
+



More information about the SM-Commit mailing list