summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/emacs-goodies-el/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/emacs-goodies-el/DETAILS')
-rwxr-xr-xemacs-lisp/emacs-goodies-el/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/emacs-lisp/emacs-goodies-el/DETAILS b/emacs-lisp/emacs-goodies-el/DETAILS
new file mode 100755
index 0000000000..350a5fcd90
--- /dev/null
+++ b/emacs-lisp/emacs-goodies-el/DETAILS
@@ -0,0 +1,27 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=emacs-goodies-el
+ VERSION=$(get_scm_version)
+ 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