diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
commit | 08bd106430ca5599005323021f7635b2f1a1f72b (patch) | |
tree | d56e46390f1a7838a1a5eecfd8573e5eb47d0c98 /app-emacs/crontab-mode | |
parent | masked app-emacs/monk (incomplete for now) (diff) | |
download | gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.gz gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.bz2 gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.zip |
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/crontab-mode')
-rw-r--r-- | app-emacs/crontab-mode/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.11.ebuild | 39 | ||||
-rw-r--r-- | app-emacs/crontab-mode/files/50crontab-mode-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/crontab-mode/files/digest-crontab-mode-1.11 | 1 |
4 files changed, 58 insertions, 0 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog new file mode 100644 index 000000000000..21e69c66ccda --- /dev/null +++ b/app-emacs/crontab-mode/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-emacs/crontab-mode +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.1 2002/11/01 02:52:01 mkennedy Exp $ + +*crontab-mode-1.11 (31 Oct 2002) + + 31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + crontab-mode-1.11.ebuild, files/50crontab-mode-gentoo.el, + files/digest-crontab-mode-1.11 : + + Initial import. diff --git a/app-emacs/crontab-mode/crontab-mode-1.11.ebuild b/app-emacs/crontab-mode/crontab-mode-1.11.ebuild new file mode 100644 index 000000000000..a09c4e5246c1 --- /dev/null +++ b/app-emacs/crontab-mode/crontab-mode-1.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.11.ebuild,v 1.1 2002/11/01 02:52:01 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Mode for editing crontab files" +HOMEPAGE="http://www.hgsc.bcm.tmc.edu/~harley/elisp/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs" + + +S="${WORKDIR}/${P}" + +SITEFILE=50crontab-mode-gentoo.el + +src_compile() { + emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} + +pkg_postinst() { + elisp-site-regen + einfo "Please see ${SITELISP}/${PN}/${PN}.el for the complete documentation." +} + +pkg_postrm() { + elisp-site-regen +} diff --git a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el new file mode 100644 index 000000000000..f0a744cb8486 --- /dev/null +++ b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el @@ -0,0 +1,7 @@ + +;;; crontab-mode site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(autoload 'crontab-mode "crontab-mode" nil t) +(autoload 'crontab-get "crontab-mode" nil t) + diff --git a/app-emacs/crontab-mode/files/digest-crontab-mode-1.11 b/app-emacs/crontab-mode/files/digest-crontab-mode-1.11 new file mode 100644 index 000000000000..a4c7cfd2f3a9 --- /dev/null +++ b/app-emacs/crontab-mode/files/digest-crontab-mode-1.11 @@ -0,0 +1 @@ +MD5 45918012da9a67663b300854144ba99a crontab-mode-1.11.tar.bz2 2063 |