Skip to Content.
Sympa Menu

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

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 (eb35a48be1c37fa763e73598d9fea1086ba57693)
  • Date: Fri, 16 Jan 2009 09:30:45 -0600

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

devel/bison/HISTORY | 5 +++++
devel/bison/POST_REMOVE | 1 -
devel/bison/PRE_REMOVE | 1 +
devel/bison/REPAIR^all^POST_REMOVE | 2 ++
4 files changed, 8 insertions(+), 1 deletion(-)

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

bison: Fixed problems with info files and devel
sorcery

diff --git a/devel/bison/HISTORY b/devel/bison/HISTORY
index 574951a..e3a72c0 100644
--- a/devel/bison/HISTORY
+++ b/devel/bison/HISTORY
@@ -1,3 +1,8 @@
+2009-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Deleted.
+ * PRE_REMOVE: Added to delete info file
+ * REPAIR^all^POST_REMOVE: Added to fix tablet.
+
2008-12-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.1

diff --git a/devel/bison/POST_REMOVE b/devel/bison/POST_REMOVE
deleted file mode 100755
index 2414b3a..0000000
--- a/devel/bison/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete bison --info-dir ${TRACK_ROOT}/usr/share/info
diff --git a/devel/bison/PRE_REMOVE b/devel/bison/PRE_REMOVE
new file mode 100755
index 0000000..782a5ae
--- /dev/null
+++ b/devel/bison/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/bison.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/devel/bison/REPAIR^all^POST_REMOVE
b/devel/bison/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..81b5273
--- /dev/null
+++ b/devel/bison/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete bison --info-dir ${TRACK_ROOT}/usr/share/info
+true



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

Archive powered by MHonArc 2.6.24.

Top of Page