summaryrefslogtreecommitdiffstats
path: root/emacs-lisp
diff options
context:
space:
mode:
authorIsmael Luceno2013-02-19 22:51:03 -0300
committerIsmael Luceno2013-02-19 22:51:03 -0300
commit05957827ef3990430d73b6ddddaebdad5e2f0af2 (patch)
treefb8d356d02987b2a705f03fb1e96eaa21d97a23b /emacs-lisp
parent0dcf976bdd4428ced9c6fa2a580c047287c0e0b7 (diff)
emacs-goodies-el: new spell, Various functions for Emacs
Diffstat (limited to 'emacs-lisp')
-rwxr-xr-xemacs-lisp/emacs-goodies-el/BUILD8
-rwxr-xr-xemacs-lisp/emacs-goodies-el/DEPENDS1
-rwxr-xr-xemacs-lisp/emacs-goodies-el/DETAILS30
-rw-r--r--emacs-lisp/emacs-goodies-el/HISTORY3
-rwxr-xr-xemacs-lisp/emacs-goodies-el/INSTALL8
-rwxr-xr-xemacs-lisp/emacs-goodies-el/PREPARE2
6 files changed, 52 insertions, 0 deletions
diff --git a/emacs-lisp/emacs-goodies-el/BUILD b/emacs-lisp/emacs-goodies-el/BUILD
new file mode 100755
index 0000000000..17f9966411
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/BUILD
@@ -0,0 +1,8 @@
+cd "$SOURCE_DIRECTORY"/elisp
+default_build_emacs_lisp \
+ debian-el \
+ devscripts-el \
+ dpkg-dev-el \
+ emacs-goodies-el \
+ gnus-bonus-el \
+ vm-bonus-el
diff --git a/emacs-lisp/emacs-goodies-el/DEPENDS b/emacs-lisp/emacs-goodies-el/DEPENDS
new file mode 100755
index 0000000000..ce886b1390
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/emacs-goodies-el/DETAILS b/emacs-lisp/emacs-goodies-el/DETAILS
new file mode 100755
index 0000000000..a761b80231
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=emacs-goodies-el
+if [ "$EMACS_GOODIES_EL_AUTOUPDATE" = y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE="$SPELL-scm.tar.bz2"
+ SOURCE_URL[0]=cvs://:pserver:anonymous@anonscm.debian.org:/cvs/pkg-goodies-el:$SPELL:HEAD
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
+ WEB_SITE="https://alioth.debian.org/projects/pkg-goodies-el"
+ LICENSE[0]="GPL"
+ ENTERED=20130219
+ KEYWORDS=""
+ SHORT="Various (some Debian-related) functions for Emacs"
+cat << EOF
+This package contains a number of Emacs-Lisp files, obtained from various
+sources, including the gnu.emacs.sources newsgroup and a few websites, that
+provide various functions to Emacs.
+
+Includes:
+ * debian-changelog-mode
+ * debian-control-mode
+ * pbuilder-log-view-mode
+ * pbuilder-mode
+ * apache-mode
+ * upstart-mode
+ * ... and more ...
+EOF
diff --git a/emacs-lisp/emacs-goodies-el/HISTORY b/emacs-lisp/emacs-goodies-el/HISTORY
new file mode 100644
index 0000000000..23befb1239
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/HISTORY
@@ -0,0 +1,3 @@
+2013-02-19 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
+
diff --git a/emacs-lisp/emacs-goodies-el/INSTALL b/emacs-lisp/emacs-goodies-el/INSTALL
new file mode 100755
index 0000000000..56c09ba91c
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/INSTALL
@@ -0,0 +1,8 @@
+cd "$SOURCE_DIRECTORY"/elisp
+default_install_emacs_lisp \
+ debian-el \
+ devscripts-el \
+ dpkg-dev-el \
+ emacs-goodies-el \
+ gnus-bonus-el \
+ vm-bonus-el
diff --git a/emacs-lisp/emacs-goodies-el/PREPARE b/emacs-lisp/emacs-goodies-el/PREPARE
new file mode 100755
index 0000000000..f8b7d7e3e2
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch