Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f6c101c7019b0e398ba37f575daafe16a2bfe29d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f6c101c7019b0e398ba37f575daafe16a2bfe29d)
  • Date: Sat, 18 Nov 2006 16:37:12 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

editors/emacs/DETAILS | 5 +++--
editors/emacs/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit f6c101c7019b0e398ba37f575daafe16a2bfe29d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

editors/emacs:

DETAILS: removed $VERSION from SOURCE{,_DIRECTORY} for cvs branch and
added FORCE_DOWNLOAD=1

diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index 75dba32..cbf904d 100755
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -5,10 +5,11 @@ if [ "$CVS" == "y" ]; then
else
VERSION=cvs
fi
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.savannah.gnu.org:/sources/emacs:emacs
SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
else
VERSION=21.4a
SOURCE=${SPELL}-${VERSION}.tar.gz
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index dc8d02a..04df580 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,7 @@
+2006-11-19 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed $VERSION from SOURCE{,_DIRECTORY} for cvs branch
and
+ added FORCE_DOWNLOAD=1
+
2006-11-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed UPDATED
* DEPENDS: added CVS dependency for cvs branch



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f6c101c7019b0e398ba37f575daafe16a2bfe29d), Pol Vinogradov, 11/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page