Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e6386173dd1fa0a6f518b102a92ce2a1efaec8ca)
  • Date: Thu, 29 Sep 2016 04:36:57 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
emacs-lisp/FUNCTIONS | 6 ++----
emacs-lisp/auto-complete/DETAILS | 4 ++--
emacs-lisp/auto-complete/HISTORY | 3 +++
emacs-lisp/popup-el/DETAILS | 4 ++--
emacs-lisp/popup-el/HISTORY | 4 ++++
emacs-lisp/popup-el/INSTALL | 17 -----------------
7 files changed, 17 insertions(+), 25 deletions(-)

New commits:
commit e6386173dd1fa0a6f518b102a92ce2a1efaec8ca
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

emacs-lisp/auto-complete: version 1.5.1

commit 8de53fd65a08d45a38b78dc78ee9da2891089b0d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

emacs-lisp/popup-el: version 0.5.3

commit 698ea0c31a9011df2894464cea29abacff65f306
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

emacs-lisp/FUNCTIONS: made installation non-interactive and without
backuping
loaddefs.el

diff --git a/ChangeLog b/ChangeLog
index beb281a..1508147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-28 Pavel Vinogradov <public AT sourcemage.org>
+ * emacs-lisp/FUNCTIONS: made installation non-interactive and
+ without backuping loaddefs.el
+
2016-09-28 Vlad Glagolev <stealth AT sourcemage.org>
* crypto/git-crypt: new spell, transparent file encryption in git

diff --git a/emacs-lisp/FUNCTIONS b/emacs-lisp/FUNCTIONS
index 491b4f9..3ba3376 100755
--- a/emacs-lisp/FUNCTIONS
+++ b/emacs-lisp/FUNCTIONS
@@ -38,10 +38,8 @@ function default_install_emacs_lisp() {
-o -name \*.info.gz \
-exec install -m644 -t "$info_dir" {} \; -print0 |
sed -z "s@.*/@$info_dir/@" | xargs -r0 install-info --info-dir="$info_dir"
&&
- emacs -Q --batch --eval '
- (let ((generated-autoload-file (car argv)))
- (update-directory-autoloads (elt argv 1)))
- ' "$dir/../loaddefs.el" "$dir"
+ emacs -Q --batch --eval "(setq generated-autoload-file (expand-file-name
\"$dir/../loaddefs.el\"))" \
+ --eval "(setq make-backup-files nil)" -f
batch-update-autoloads "$dir"
}

function default_build() {
diff --git a/emacs-lisp/auto-complete/DETAILS
b/emacs-lisp/auto-complete/DETAILS
index 4070728..152541e 100755
--- a/emacs-lisp/auto-complete/DETAILS
+++ b/emacs-lisp/auto-complete/DETAILS
@@ -1,8 +1,8 @@
SPELL=auto-complete
- VERSION=1.4.0
+ VERSION=1.5.1
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:f7af8ca99699a1570bfd7b73d7ab5cb0b88e9e02e9073751bbaabf6949668ae2e9a5a4e0a816b5544572d20286e02ebcc6f12ca313ed56daa6ce22eca3046b8c
+
SOURCE_HASH=sha512:e01a99d5e393d1d2309d6c616b4af34e8f3f2c585eaefad602ba5b6cf1890a18e851fd58804c4a6669c8131e9e7a5470c7aa650583a0bc1a2298875f7181614e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://cx4a.org/software/auto-complete";
LICENSE[0]=GPL3
diff --git a/emacs-lisp/auto-complete/HISTORY
b/emacs-lisp/auto-complete/HISTORY
index b6df687..5f15855 100644
--- a/emacs-lisp/auto-complete/HISTORY
+++ b/emacs-lisp/auto-complete/HISTORY
@@ -1,3 +1,6 @@
+2016-09-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.5.1`
+
2015-01-12 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 1.4.0, switched to Github
* DEPENDS: added popup-el
diff --git a/emacs-lisp/popup-el/DETAILS b/emacs-lisp/popup-el/DETAILS
index 919bcd7..558fc69 100755
--- a/emacs-lisp/popup-el/DETAILS
+++ b/emacs-lisp/popup-el/DETAILS
@@ -1,8 +1,8 @@
SPELL=popup-el
- VERSION=0.5.2
+ VERSION=0.5.3
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/auto-coomplete/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:495918684b2c178b31953cf83310aab6bf77d6865a5b6b874b788efeebf6284d9b440581957b22c75c65b7544d24a36cc8fdd75940fe3650857e61dfada3a29e
+
SOURCE_HASH=sha512:ad67e5d1e4d969151359a54759ae74b2f1107b25b56e7bcedf15995ff6bc0188916fcf5af64ee6ee2b5046e831ebb49c521724e224d7ddb473d3229f3094f5d5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/auto-complete/popup-el";
LICENSE[0]=GPL3
diff --git a/emacs-lisp/popup-el/HISTORY b/emacs-lisp/popup-el/HISTORY
index 3c10003..6f8503b 100644
--- a/emacs-lisp/popup-el/HISTORY
+++ b/emacs-lisp/popup-el/HISTORY
@@ -1,2 +1,6 @@
+2016-09-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.5.3
+ * INSTALL: removed, uses section code now
+
2015-01-12 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS, DETAILS, INSTALL: spell created
diff --git a/emacs-lisp/popup-el/INSTALL b/emacs-lisp/popup-el/INSTALL
deleted file mode 100755
index bea09e5..0000000
--- a/emacs-lisp/popup-el/INSTALL
+++ /dev/null
@@ -1,17 +0,0 @@
-cd "$SOURCE_DIRECTORY" &&
-
-# We need popup.el.gz in $INSTALL_ROOT/usr/share/emacs/site-lisp
-# alongside with loaddefs.el
-local dir="$INSTALL_ROOT/usr/share/emacs/site-lisp" &&
-local info_dir="$INSTALL_ROOT/usr/share/info" &&
-
-install -d -m755 "$dir" &&
-find "$SOURCE_DIRECTORY" -maxdepth 1 \( -name \*.el.gz -o -name \*.elc \) \
- -exec install -m644 -t "$dir" {} + \
- -o -name \*.info.gz \
- -exec install -m644 -t "$info_dir" {} \; -print0 |
-sed -z "s@.*/@$info_dir/@" | xargs -r0 install-info --info-dir="$info_dir" &&
-emacs -Q --batch --eval '
- (let ((generated-autoload-file (car argv)))
- (update-directory-autoloads (elt argv 1)))
- ' "$dir/loaddefs.el" "$dir"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e6386173dd1fa0a6f518b102a92ce2a1efaec8ca), Pavel Vinogradov, 09/29/2016

Archive powered by MHonArc 2.6.24.

Top of Page