Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (dced7475f63e2b7f2644fe23b7af42ba81737b0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (dced7475f63e2b7f2644fe23b7af42ba81737b0a)
  • Date: Sun, 12 Apr 2009 01:43:01 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

doc/help2man/DETAILS | 5 ++++-
doc/help2man/HISTORY | 3 +++
editors/zile/DEPENDS | 3 ++-
editors/zile/DETAILS | 2 +-
editors/zile/HISTORY | 4 ++++
5 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit dced7475f63e2b7f2644fe23b7af42ba81737b0a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

help2man: Use upstream GPG key

commit faf161b703c070ad9e3e142b8433bb7b2d4daeb3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

zile: Updated to 2.3.4, depends on help2man

diff --git a/doc/help2man/DETAILS b/doc/help2man/DETAILS
index f9e33a8..25444b1 100755
--- a/doc/help2man/DETAILS
+++ b/doc/help2man/DETAILS
@@ -1,8 +1,11 @@
SPELL=help2man
VERSION=1.36.4
SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE2="${SOURCE}.sig"
+ SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:874bf79d319504d230398c40d30a750c8a9c5ad8f0d339658296e17f6f95f968fdfbf7aa538c8a1025d071723f0aad4f306966446ed5493372d6f1c003bf02ce
+ SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE2}
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.gnu.org/software/help2man/ "
LICENSE[0]=GPL
diff --git a/doc/help2man/HISTORY b/doc/help2man/HISTORY
index 258b237..278b010 100644
--- a/doc/help2man/HISTORY
+++ b/doc/help2man/HISTORY
@@ -1,3 +1,6 @@
+2009-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Use upstream GPG key (gnu.gpg)
+
2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: spell created

diff --git a/editors/zile/DEPENDS b/editors/zile/DEPENDS
index c50b85d..cc4a13d 100755
--- a/editors/zile/DEPENDS
+++ b/editors/zile/DEPENDS
@@ -1,2 +1,3 @@
-depends ncurses &&
+depends help2man &&
+depends ncurses &&
depends tetex
diff --git a/editors/zile/DETAILS b/editors/zile/DETAILS
index b2557bd..954144d 100755
--- a/editors/zile/DETAILS
+++ b/editors/zile/DETAILS
@@ -1,5 +1,5 @@
SPELL=zile
- VERSION=2.2.61
+ VERSION=2.3.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/editors/zile/HISTORY b/editors/zile/HISTORY
index 6c62e72..5672b4e 100644
--- a/editors/zile/HISTORY
+++ b/editors/zile/HISTORY
@@ -1,3 +1,7 @@
+2009-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.4
+ * DEPENDS: Depends on help2man
+
2008-08-04 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: updated spell to 2.2.61




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (dced7475f63e2b7f2644fe23b7af42ba81737b0a), Eric Sandall, 04/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page