summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/emacs-goodies-el/DETAILS
blob: a761b80231dd1a084cca21b6e72987f2a98ac9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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