Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (d36a0d685c67b0068fa08bbb3ab47bf2a380b0e6)
  • Date: Wed, 28 Jun 2006 02:46:45 -0500

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

ChangeLog | 7 +++++++
editors/moe/BUILD | 4 ++--
editors/moe/DETAILS | 14 ++------------
editors/moe/HISTORY | 6 ++++++
editors/moe/INSTALL | 2 --
editors/moe/PREPARE | 1 -
editors/moe/PRE_BUILD | 3 +++
editors/preview-latex/BUILD | 1 -
editors/preview-latex/DEPENDS | 1 -
editors/preview-latex/DETAILS | 21 ---------------------
editors/preview-latex/HISTORY | 19 -------------------
editors/preview-latex/INSTALL | 1 -
editors/preview-latex/PRE_BUILD | 1 -
editors/preview-latex/TRIGGERS | 1 -
editors/scite/DETAILS | 4 ++--
editors/scite/HISTORY | 3 +++
editors/scite/scite170.tgz.sig |binary
17 files changed, 25 insertions(+), 64 deletions(-)

New commits:
commit d36a0d685c67b0068fa08bbb3ab47bf2a380b0e6
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

autoconf 2.60, vendor gpg checking

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

scite update

commit 079742edfea98a0271396b63c31321d5d7b4d209
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

preview-latex: removed 6 months old deprecated spell

commit 6f33bf20ef17cecc8b9f4b58033333fc8e01b779
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

moe updated, removed devel version

diff --git a/ChangeLog b/ChangeLog
index a157eea..4cacab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
* gnu.gpg: added key B5C4CE13 from
ftp://ftp.gnu.org/gnu/gnu-keyring.gpg
needed for check autoconf sources

+2006-06-27 Pieter Lenaerts <e-type AT sourcemage.org>
+ * preview-latex: removed, deprecated for auctex
+
+2006-06-27 Ladislav Hagara <hgr AT vabo.cz>
+ * gnu.gpg: added key B5C4CE13 from
ftp://ftp.gnu.org/gnu/gnu-keyring.gpg
+ needed for check autoconf sources
+
2006-06-26 Ladislav Hagara <hgr AT vabo.cz>
* http/bhv: new spell, browser-history-viewer

diff --git a/editors/moe/BUILD b/editors/moe/BUILD
index cea0f16..93c0a9d 100755
--- a/editors/moe/BUILD
+++ b/editors/moe/BUILD
@@ -1,6 +1,6 @@
./configure --prefix=${INSTALL_ROOT}/usr \
- --datadir=${INSTALL_ROOT} \
+ --datadir=${INSTALL_ROOT} \
--mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
$OPTS &&
make
diff --git a/editors/moe/DETAILS b/editors/moe/DETAILS
index ca4f872..80d413a 100755
--- a/editors/moe/DETAILS
+++ b/editors/moe/DETAILS
@@ -1,22 +1,12 @@
SPELL=moe
-
-if [[ "${MOE_DEVEL}" == "y" ]] ; then
- VERSION=0.7-rc1
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL=http://es.geocities.com/ant_diaz2001/${SOURCE}
-
SOURCE_HASH='sha512:3f0291d5cc5e1c8c7f39d23ecd227b14192e8a0adaa8cd2ce0b30045b3acfb6ce390b4dfbdc83ed170745ed1acde28a192dd6a2b6d2ff23c421d5b610c44ec39'
-
-else
- VERSION=0.6
+ VERSION=0.7
BUILD_API=2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE2=${SOURCE}.sig
SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
- SOURCE_GPG=gnu.gpg:${SOURCE}.sig
+ SOURCE_GPG=gnu.gpg:${SOURCE}.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
-fi
-
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.gnu.org/software/moe/moe.html
ENTERED=20050930
diff --git a/editors/moe/HISTORY b/editors/moe/HISTORY
index 504b5f9..e550f18 100644
--- a/editors/moe/HISTORY
+++ b/editors/moe/HISTORY
@@ -1,3 +1,9 @@
+2006-06-27 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 0.7
+ * INSTALL: removed, patching Makefile.in now happens in added
PRE_BUILD
+ * PREPARE, DETAILS: removed devel version.
+ release intervals are too irregular
+
2006-03-30 Sergey Lipnevich <sergey AT sourcemage.org>
* DETAILS: upgrade to 0.7-rc1.

diff --git a/editors/moe/INSTALL b/editors/moe/INSTALL
deleted file mode 100755
index e8c83e5..0000000
--- a/editors/moe/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-sedit "s/rcdir\ =\ \$(prefix)/rcdir\ =\ ${INSTALL_ROOT}/g" Makefile &&
-default_install
diff --git a/editors/moe/PREPARE b/editors/moe/PREPARE
deleted file mode 100755
index bf1cf71..0000000
--- a/editors/moe/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query MOE_DEVEL "Install devel version?" n
diff --git a/editors/moe/PRE_BUILD b/editors/moe/PRE_BUILD
new file mode 100755
index 0000000..4605153
--- /dev/null
+++ b/editors/moe/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+sedit "s/rcdir\ =\ \$(prefix)/rcdir\ =\ ${INSTALL_ROOT}/g" \
+ ${SOURCE_DIRECTORY}/Makefile.in
diff --git a/editors/preview-latex/BUILD b/editors/preview-latex/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/editors/preview-latex/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/editors/preview-latex/DEPENDS b/editors/preview-latex/DEPENDS
deleted file mode 100755
index 38d1984..0000000
--- a/editors/preview-latex/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends auctex
diff --git a/editors/preview-latex/DETAILS b/editors/preview-latex/DETAILS
deleted file mode 100755
index 5683e6d..0000000
--- a/editors/preview-latex/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=preview-latex
- BUILD_API=2
- VERSION=0.9.1
-# SOURCE=${SPELL}-${VERSION}.tar.gz
-# SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-# SOURCE_URL[0]=${GNU_URL}/auctes/${SOURCE}
-# SOURCE2_URL=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=gnu.gpg:${SOURCE}.sig
- WEB_SITE=http://preview-latex.sourceforge.net
- LICENSE[0]=GPL
- ENTERED=20050223
- UPDATED=20051213
- KEYWORDS="emacs editors"
- SHORT="Fancy formulae in emacs"
-cat << EOF
-The purpose of preview-latex is to embed LaTeX environments such as display
-math or figures into the source buffers. By mouse-clicking, you can open the
-origina text. After editing, another click will just run the region in
-question through LaTeX and redisplay the new results.
-EOF
diff --git a/editors/preview-latex/HISTORY b/editors/preview-latex/HISTORY
deleted file mode 100644
index 0510f10..0000000
--- a/editors/preview-latex/HISTORY
+++ /dev/null
@@ -1,19 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-13 Pieter Lenaerts <e-type AT sourcemage.org>
- * spell is deprecated: included in auctex
-
-2005-09-09 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: updated to 0.9.1, uses gnu.gpg key
-
-2005-02-24 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: changed dates
- * DEPENDS: requires is depreciated, use depends
- * BUILD: removed, uses default_build
- * added HISTORY
- * integrated spell
-
-2005-02-23 Martin Ruderer <martin AT lddd.org>
- * DETAILS, BUILD, DEPENDS: created spell
-
diff --git a/editors/preview-latex/INSTALL b/editors/preview-latex/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/editors/preview-latex/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/editors/preview-latex/PRE_BUILD b/editors/preview-latex/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/editors/preview-latex/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/editors/preview-latex/TRIGGERS b/editors/preview-latex/TRIGGERS
deleted file mode 100755
index d084094..0000000
--- a/editors/preview-latex/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast preview-latex dispel_self
diff --git a/editors/scite/DETAILS b/editors/scite/DETAILS
index 4f98a0e..c58c5d0 100755
--- a/editors/scite/DETAILS
+++ b/editors/scite/DETAILS
@@ -1,9 +1,9 @@
SPELL=scite
- VERSION=1.67
-
SOURCE_HASH='sha512:9896f81cf89e39c78c571490ea1578458a32c4ec5cf10d97683b947bf3647613a43539e17d3924e33a9ec56e6eaed9dcd6c3c427c33fd1a60bec5b2562f7f028'
+ VERSION=1.70
SOURCE=${SPELL}${VERSION/\./}.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/scintilla/$SOURCE
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://www.scintilla.org/
LICENSE[0]=BSD
ENTERED=20030220
diff --git a/editors/scite/HISTORY b/editors/scite/HISTORY
index dc9b6a3..06f637b 100644
--- a/editors/scite/HISTORY
+++ b/editors/scite/HISTORY
@@ -1,3 +1,6 @@
+2006-06-27 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to version 1.70
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/editors/scite/scite170.tgz.sig b/editors/scite/scite170.tgz.sig
new file mode 100644
index 0000000..5d131f0
Binary files /dev/null and b/editors/scite/scite170.tgz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page