Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (0d697e070da84ab831925de1f394a4543ca04b6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (0d697e070da84ab831925de1f394a4543ca04b6e)
  • Date: Sat, 20 Sep 2008 19:03:50 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

editors/emacs/DETAILS | 2 +-
editors/emacs/HISTORY | 3 +++
editors/scite/BUILD | 3 ---
editors/scite/DETAILS | 5 ++---
editors/scite/HISTORY | 5 +++++
editors/scite/PRE_BUILD | 5 ++++-
editors/scite/scite176.tgz.sig |binary
7 files changed, 15 insertions(+), 8 deletions(-)

New commits:
commit 0d697e070da84ab831925de1f394a4543ca04b6e
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

emacs: updated to 22.3

commit 74b522191087c97ed98b055ff56a8e8c1da79167
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

scite: updated to 1.76

diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index e5aec48..ae9c973 100755
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=22.2
+ VERSION=22.3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION:0:4}
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index d163e5b..79efba0 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2008-09-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 22.3
+
2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: depends on giflib, provider deprecated

diff --git a/editors/scite/BUILD b/editors/scite/BUILD
index 969f98b..261848d 100755
--- a/editors/scite/BUILD
+++ b/editors/scite/BUILD
@@ -1,6 +1,3 @@
-# replace the default file
-cp -f "$SCRIPT_DIRECTORY/global.properties" scite/src/SciTEGlobal.properties
&&
-
cd scintilla/gtk &&
make GTK2=1 &&
cd ../../scite/gtk &&
diff --git a/editors/scite/DETAILS b/editors/scite/DETAILS
index 257acab..6173433 100755
--- a/editors/scite/DETAILS
+++ b/editors/scite/DETAILS
@@ -1,10 +1,9 @@
SPELL=scite
- VERSION=1.74
-
SOURCE_HASH=sha512:987549fc8b12ebfeabc4df846c77d4de96ce72fa790560d3f2ba6575a5bc68c95863457fbb77c9dea2cbeb2e3732f6eca35df0b63cdc1822b4894d47c4d3c4a7
+ VERSION=1.76
SOURCE=${SPELL}${VERSION/\./}.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/scintilla/$SOURCE
-# SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
WEB_SITE=http://www.scintilla.org/
LICENSE[0]=BSD
ENTERED=20030220
diff --git a/editors/scite/HISTORY b/editors/scite/HISTORY
index 1937bb2..4d49ee2 100644
--- a/editors/scite/HISTORY
+++ b/editors/scite/HISTORY
@@ -1,3 +1,8 @@
+2008-09-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 1.76
+ * BUILD, PRE_BUILD: moved cp of properties file from BUILD to
+ PRE_BUILD
+
2007-07-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: Updated to version 1.74

diff --git a/editors/scite/PRE_BUILD b/editors/scite/PRE_BUILD
index 321f857..ee39715 100755
--- a/editors/scite/PRE_BUILD
+++ b/editors/scite/PRE_BUILD
@@ -1,3 +1,6 @@
mk_source_dir ${SOURCE_DIRECTORY} &&
cd ${SOURCE_DIRECTORY} &&
-unpack_file
+unpack_file &&
+
+# replace the default file
+cp -f "$SCRIPT_DIRECTORY/global.properties" scite/src/SciTEGlobal.properties
diff --git a/editors/scite/scite176.tgz.sig b/editors/scite/scite176.tgz.sig
new file mode 100644
index 0000000..19f5113
Binary files /dev/null and b/editors/scite/scite176.tgz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (0d697e070da84ab831925de1f394a4543ca04b6e), Pieter Lenaerts, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page