summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-12-08 02:01:38 -0200
committerIsmael Luceno2010-12-08 02:01:38 -0200
commit3cbf266ab3b29cf9fab87f52a26ba9daa7637100 (patch)
tree966806f8652b5592262a946d89344d5aa4254ae3
parent1f96ac979fe669662500f77d6f7a6c42227d6ae0 (diff)
egg: new spell, Emacs Got Git
-rw-r--r--ChangeLog3
-rwxr-xr-xemacs-lisp/egg/DEPENDS2
-rwxr-xr-xemacs-lisp/egg/DETAILS25
-rw-r--r--emacs-lisp/egg/HISTORY3
-rwxr-xr-xemacs-lisp/egg/PREPARE2
5 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc335344a3..9194f5d75f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-08 Ismael Luceno <ismael@sourcemage.org>
+ * emacs-lisp/egg: new spell, Emacs Got Git
+
2010-12-05 Ismael Luceno <ismael@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 0000000000..b5c02f925f
--- /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 0000000000..597ff43a6e
--- /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 0000000000..a0c6f4729f
--- /dev/null
+++ b/emacs-lisp/egg/HISTORY
@@ -0,0 +1,3 @@
+2010-12-08 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/emacs-lisp/egg/PREPARE b/emacs-lisp/egg/PREPARE
new file mode 100755
index 0000000000..872ed5500a
--- /dev/null
+++ b/emacs-lisp/egg/PREPARE
@@ -0,0 +1,2 @@
+config_query EGG_AUTOUPDATE \
+ "Automatically update on every system update?" n