Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4b99568bf75d614ba40010de721a0c2449b8d137)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang \(Charles\)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4b99568bf75d614ba40010de721a0c2449b8d137)
  • Date: Fri, 20 May 2011 07:03:33 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

ChangeLog | 1 +
emacs-lisp/auto-complete/HISTORY | 2 +-
emacs-lisp/auto-complete/INSTALL | 4 +++-
emacs-lisp/color-theme/BUILD | 2 ++
emacs-lisp/color-theme/DEPENDS | 1 +
emacs-lisp/color-theme/DETAILS | 16 ++++++++++++++++
emacs-lisp/color-theme/HISTORY | 3 +++
emacs-lisp/color-theme/INSTALL | 2 ++
8 files changed, 29 insertions(+), 2 deletions(-)

New commits:
commit 4b99568bf75d614ba40010de721a0c2449b8d137
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

emacs-lisp/color-theme: new spell

commit b386c8e0c4b6a11b360be0fbda875c4d33c3dcc9
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

auto-complete: fix INSTALL and HISTORY

diff --git a/ChangeLog b/ChangeLog
index cd4c846..e13fa5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
$SOURCE_DIRECTORY should be used instead. Added -Q to emacs.
Added -L "$SOURCE_DIRECTORY" to emacs.
* emacs-lisp/auto-complete: new spell, Auto complete mode for Emacs
+ * emacs-lisp/color-theme: new spell, color themes for Emacs

2011-05-20 Ladislav Hagara <hgr AT vabo.cz>
* security/ostinato: new spell, Packet/Traffic Generator and Analyzer
diff --git a/emacs-lisp/auto-complete/HISTORY
b/emacs-lisp/auto-complete/HISTORY
index 3abe90a..bd96518 100644
--- a/emacs-lisp/auto-complete/HISTORY
+++ b/emacs-lisp/auto-complete/HISTORY
@@ -1,3 +1,3 @@
2011-05-20 Peng Chang (Charles) <chp AT sourcemage.org>
- * DEPENDS, DETAILS: spell created
+ * DEPENDS, DETAILS, INSTALL: spell created

diff --git a/emacs-lisp/auto-complete/INSTALL
b/emacs-lisp/auto-complete/INSTALL
index dfe440b..323abda 100755
--- a/emacs-lisp/auto-complete/INSTALL
+++ b/emacs-lisp/auto-complete/INSTALL
@@ -1 +1,3 @@
-emacs -Q -batch -l etc/install.el /usr/share/emacs/site-lisp
+default_install &&
+mv dict ac-dict && # conventional directory name
+emacs_lisp_install ac-dict
diff --git a/emacs-lisp/color-theme/BUILD b/emacs-lisp/color-theme/BUILD
new file mode 100755
index 0000000..1e77fa2
--- /dev/null
+++ b/emacs-lisp/color-theme/BUILD
@@ -0,0 +1,2 @@
+default_build &&
+emacs -Q -L . -batch -f batch-byte-compile themes/*.el
diff --git a/emacs-lisp/color-theme/DEPENDS b/emacs-lisp/color-theme/DEPENDS
new file mode 100755
index 0000000..3e19255
--- /dev/null
+++ b/emacs-lisp/color-theme/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/color-theme/DETAILS b/emacs-lisp/color-theme/DETAILS
new file mode 100755
index 0000000..2093c2b
--- /dev/null
+++ b/emacs-lisp/color-theme/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=color-theme
+ VERSION=6.6.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4faa22900f6ad4a1dd57452470e23b57827d3f02bf2b9e3c4eed6f5693432d6478aa5008e67f219a95412a63fe52dbcad15b0ac7a3b4d39f1d28ceda75e5e76c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.nongnu.org/color-theme/";
+ LICENSE[0]=GPL
+ ENTERED=20110520
+ SHORT="Color theme is an Emacs-Lisp package with more than 50
color themes for your use"
+cat << EOF
+color-theme is an emacs-lisp mode for skinning your emacs. Features are:
+
+ - Huge and extensible theme library - Easy to use - Works on pretty all
+ emacs flavours - Mature source code
+EOF
diff --git a/emacs-lisp/color-theme/HISTORY b/emacs-lisp/color-theme/HISTORY
new file mode 100644
index 0000000..08f5f2e
--- /dev/null
+++ b/emacs-lisp/color-theme/HISTORY
@@ -0,0 +1,3 @@
+2011-05-20 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/emacs-lisp/color-theme/INSTALL b/emacs-lisp/color-theme/INSTALL
new file mode 100755
index 0000000..1485725
--- /dev/null
+++ b/emacs-lisp/color-theme/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+emacs_lisp_install themes



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4b99568bf75d614ba40010de721a0c2449b8d137), Peng Chang (Charles), 05/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page