Skip to Content.
Sympa Menu

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

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 (7ad030536f8c5d3d0aa6b5426d76fe320829e646)
  • Date: Thu, 1 Jan 2009 10:48:55 -0600

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

crypto/gnupg/HISTORY | 4 ++++
crypto/gnupg/POST_REMOVE | 2 --
crypto/gnupg/REPAIR^all^POST_REMOVE | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)

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

gnupg: Added fix to comply with devel sorcery fix.

diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index cf88348..89cf6c0 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,7 @@
+2009-01-01 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: removed, no info filess installed
+ * REPAIR^all^POST_REMOVE: Added to fix tablet
+
2008-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE, PRE_SUB_DEPENDS, SUB_DEPENDS, BUILD: added statically
linked
binary support option (required for loop-AES)
diff --git a/crypto/gnupg/POST_REMOVE b/crypto/gnupg/POST_REMOVE
deleted file mode 100755
index b4eb5ac..0000000
--- a/crypto/gnupg/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info --delete gpg --info-dir $INSTALL_ROOT/usr/share/info
-install-info --delete gpgv --info-dir $INSTALL_ROOT/usr/share/info
diff --git a/crypto/gnupg/REPAIR^all^POST_REMOVE
b/crypto/gnupg/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..397046b
--- /dev/null
+++ b/crypto/gnupg/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete gpg --info-dir $INSTALL_ROOT/usr/share/info
+install-info --delete gpgv --info-dir $INSTALL_ROOT/usr/share/info
+true



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

Archive powered by MHonArc 2.6.24.

Top of Page