Skip to Content.
Sympa Menu

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

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 (fb0ddbf424a3995f24a10d6bfa64b6d043cea5b2)
  • Date: Sat, 30 Jun 2007 13:56:10 -0500

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

editors/emacs/BC40251C.gpg |binary
editors/emacs/DEPENDS | 7 ++++---
editors/emacs/DETAILS | 6 ++----
editors/emacs/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 7 deletions(-)

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

emacs: Updated to version 22.1

diff --git a/editors/emacs/BC40251C.gpg b/editors/emacs/BC40251C.gpg
new file mode 100644
index 0000000..5cd7b79
Binary files /dev/null and b/editors/emacs/BC40251C.gpg differ
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index d685d08..022d8e4 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -33,10 +33,11 @@ optional_depends "gpm" \
"--without-gpm" \
"for mouse support on a GNU/Linux console" &&

-if [ "$CVS" == "y" ]; then
-depends CVS &&
optional_depends "gtk+2" \
"--with-gtk" \
"" \
- "for GTK+2 look"
+ "for GTK+2 look" &&
+
+if [ "$CVS" == "y" ]; then
+depends CVS
fi
diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index 7b00490..172e5db 100755
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -11,22 +11,20 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=21.4a
+ VERSION=22.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION:0:4}
SOURCE_URL[0]=${GNU_URL}/${SPELL}/${SOURCE}
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/${SPELL}/${SOURCE}
- SOURCE2_URL[0]=${GNU_URL}/${SPELL}/${SOURCE2}
SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/${SPELL}/${SOURCE2}
- SOURCE_GPG=gnu-verified.gpg:${SOURCE2}
+ SOURCE_GPG=BC40251C.gpg:${SOURCE2}:UPSTREAM_KEY
SOURCE2_IGNORE=signature
fi
WEB_SITE=http://www.gnu.org/software/emacs
LICENSE[0]=GPL
ENTERED=20010922
KEYWORDS="emacs editors"
- PATCHLEVEL=1
SHORT="Emacs is the extensible, self-documenting real-time
display editor."
cat << EOF
Emacs is the extensible, customizable, self-documenting real-time
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index b410abc..b7101cb 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,7 @@
+2007-06-30 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 22.1. Added new public key.
+ * DEPENDS: Moved optional_depends gtk+2 from cvs version to stable
+
2007-06-02 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added gpm optionally




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (fb0ddbf424a3995f24a10d6bfa64b6d043cea5b2), George Sherwood, 06/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page