[SM-Commit] GIT changes to master grimoire by George Sherwood (537fbe7eff33d7e11a3f5d682e69d230ee87cd08)

George Sherwood scm at sourcemage.org
Sun Jan 18 18:10:06 EST 2009


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

 devel/cvs/HISTORY                                             |    6 ++++++
 devel/cvs/POST_REMOVE                                         |    2 --
 devel/cvs/PRE_REMOVE                                          |    2 ++
 devel/cvs/REPAIR^f1e880621f3dcc0704a956ec1cd08970^POST_REMOVE |    4 ++++
 4 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 537fbe7eff33d7e11a3f5d682e69d230ee87cd08
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    cvs: Updated to correctly remove info directory
    entries

diff --git a/devel/cvs/HISTORY b/devel/cvs/HISTORY
index 2bdcbbf..f1aaac7 100644
--- a/devel/cvs/HISTORY
+++ b/devel/cvs/HISTORY
@@ -1,3 +1,9 @@
+2009-01-18 George Sherwood <gsherwood at sourcemage.org>
+	* POST_REMOVE: Deleted
+	* PRE_REMOVE: Added to properly delete info file from dir
+	* REPAIR^f1e880621f3dcc0704a956ec1cd08970^POST_REMOVE: Added
+          to repair tablet failures on dispel.
+
 2008-12-06 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* PRE_BUILD, cvs_autoconf.patch: fixed mktime/autoconf slowness #14635
 
diff --git a/devel/cvs/POST_REMOVE b/devel/cvs/POST_REMOVE
deleted file mode 100755
index 86b04d8..0000000
--- a/devel/cvs/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info  --delete cvs        --info-dir /usr/share/info
-install-info  --delete cvsclient  --info-dir /usr/share/info
diff --git a/devel/cvs/PRE_REMOVE b/devel/cvs/PRE_REMOVE
new file mode 100755
index 0000000..4d5d3b0
--- /dev/null
+++ b/devel/cvs/PRE_REMOVE
@@ -0,0 +1,2 @@
+install-info  --delete $INSTALL_ROOT/usr/share/info/cvs.info        --info-dir $INSTALL_ROOT/usr/share/info
+install-info  --delete $INSTALL_ROOT/usr/share/info/cvsclient.info  --info-dir $INSTALL_ROOT/usr/share/info
diff --git a/devel/cvs/REPAIR^f1e880621f3dcc0704a956ec1cd08970^POST_REMOVE b/devel/cvs/REPAIR^f1e880621f3dcc0704a956ec1cd08970^POST_REMOVE
new file mode 100755
index 0000000..31305ca
--- /dev/null
+++ b/devel/cvs/REPAIR^f1e880621f3dcc0704a956ec1cd08970^POST_REMOVE
@@ -0,0 +1,4 @@
+install-info  --delete cvs        --info-dir /usr/share/info
+install-info  --delete cvsclient  --info-dir /usr/share/info
+true
+



More information about the SM-Commit mailing list