Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (3cbf266ab3b29cf9fab87f52a26ba9daa7637100)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (3cbf266ab3b29cf9fab87f52a26ba9daa7637100)
  • Date: Tue, 7 Dec 2010 22:05:33 -0600

GIT changes to devel-emacs grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
emacs-lisp/egg/DEPENDS | 2 ++
emacs-lisp/egg/DETAILS | 25 +++++++++++++++++++++++++
emacs-lisp/egg/HISTORY | 3 +++
emacs-lisp/egg/PREPARE | 2 ++
5 files changed, 35 insertions(+)

New commits:
commit 3cbf266ab3b29cf9fab87f52a26ba9daa7637100
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

egg: new spell, Emacs Got Git

diff --git a/ChangeLog b/ChangeLog
index fc33534..9194f5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/egg: new spell, Emacs Got Git
+
2010-12-05 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp: new section, for emacs extensions

diff --git a/emacs-lisp/egg/DEPENDS b/emacs-lisp/egg/DEPENDS
new file mode 100755
index 0000000..b5c02f9
--- /dev/null
+++ b/emacs-lisp/egg/DEPENDS
@@ -0,0 +1,2 @@
+depends EMACS &&
+depends git
diff --git a/emacs-lisp/egg/DETAILS b/emacs-lisp/egg/DETAILS
new file mode 100755
index 0000000..597ff43
--- /dev/null
+++ b/emacs-lisp/egg/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=egg
+if [ "$EGG_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/byplayer/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/byplayer/egg";
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="Emacs Got Git"
+cat << EOF
+Egg is an Emacs interface to git. It's a suite composed of a minor-mode and
+various special-buffers presenting different UIs to help the user performing
+many git operations.
+
+Provides a git-specific interface, for browsing and interactive manipulation
+of history, comparing revisions, merging and rebasing, stashing, stagging,
+ref creation and deletion, pushing and fetching, out-of-scope grepping,
+and commiting.
+EOF
diff --git a/emacs-lisp/egg/HISTORY b/emacs-lisp/egg/HISTORY
new file mode 100644
index 0000000..a0c6f47
--- /dev/null
+++ b/emacs-lisp/egg/HISTORY
@@ -0,0 +1,3 @@
+2010-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/emacs-lisp/egg/PREPARE b/emacs-lisp/egg/PREPARE
new file mode 100755
index 0000000..872ed55
--- /dev/null
+++ b/emacs-lisp/egg/PREPARE
@@ -0,0 +1,2 @@
+config_query EGG_AUTOUPDATE \
+ "Automatically update on every system update?" n



  • [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (3cbf266ab3b29cf9fab87f52a26ba9daa7637100), Ismael Luceno, 12/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page