summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-06-30 23:58:14 +0500
committerGeorge Sherwood2007-06-30 23:58:14 +0500
commitfb0ddbf424a3995f24a10d6bfa64b6d043cea5b2 (patch)
treec6ca06bfe56531e6ce1e2bd0de8721e6867e91c4
parentc553645a525614aebbdd57a68bb67ee28a4893d6 (diff)
emacs: Updated to version 22.1
-rw-r--r--editors/emacs/BC40251C.gpgbin0 -> 1168 bytes
-rwxr-xr-xeditors/emacs/DEPENDS7
-rwxr-xr-xeditors/emacs/DETAILS6
-rw-r--r--editors/emacs/HISTORY4
4 files changed, 10 insertions, 7 deletions
diff --git a/editors/emacs/BC40251C.gpg b/editors/emacs/BC40251C.gpg
new file mode 100644
index 0000000000..5cd7b79f15
--- /dev/null
+++ b/editors/emacs/BC40251C.gpg
Binary files differ
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index d685d08433..022d8e4e25 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 7b004902ec..172e5db71a 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 b410abce81..b7101cbf53 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,7 @@
+2007-06-30 George Sherwood <george@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@gmail.com>
* DEPENDS: added gpm optionally