blob: d5bc3bf8196f634b308adc39ab6833d624cad5e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.18.ebuild,v 1.1 2005/04/12 13:47:02 usata Exp $
inherit elisp
IUSE=""
DESCRIPTION="Mode for editing crontab files"
HOMEPAGE="http://www.mahalito.net/~harley/elisp/"
SRC_URI="mirror://gentoo/${P}.el.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
SITEFILE=50crontab-mode-gentoo.el
SIMPLE_ELISP=t
|