Skip to Content.
Sympa Menu

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

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 (39a3cd845cceaba6aabf7188116957e9697a1769)
  • Date: Sat, 17 Jan 2009 11:22:12 -0600

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

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

New commits:
commit 39a3cd845cceaba6aabf7188116957e9697a1769
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

diffutils: Updated to properly remove info files from
the directory.

diff --git a/devel/diffutils/HISTORY b/devel/diffutils/HISTORY
index 9199496..8ba0c55 100644
--- a/devel/diffutils/HISTORY
+++ b/devel/diffutils/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^6d3aef3c8b5e6b239f4f74a861880e7d^POST_REMOVE: Added
+ to repair tablet failures on dispel.
+
2006-06-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: 2.8.7, added upstream sig, changed URL to alpha.gnu.org

diff --git a/devel/diffutils/POST_REMOVE b/devel/diffutils/POST_REMOVE
deleted file mode 100755
index 381f000..0000000
--- a/devel/diffutils/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete diff --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/devel/diffutils/PRE_REMOVE b/devel/diffutils/PRE_REMOVE
new file mode 100755
index 0000000..16f2f3e
--- /dev/null
+++ b/devel/diffutils/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/diff.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git
a/devel/diffutils/REPAIR^6d3aef3c8b5e6b239f4f74a861880e7d^POST_REMOVE
b/devel/diffutils/REPAIR^6d3aef3c8b5e6b239f4f74a861880e7d^POST_REMOVE
new file mode 100755
index 0000000..69666e7
--- /dev/null
+++ b/devel/diffutils/REPAIR^6d3aef3c8b5e6b239f4f74a861880e7d^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete diff --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+



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

Archive powered by MHonArc 2.6.24.

Top of Page