diff options
Diffstat (limited to 'app-emacs/crontab-mode/crontab-mode-1.18.ebuild')
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.18.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild b/app-emacs/crontab-mode/crontab-mode-1.18.ebuild index 6e42097ff9ff..9361a024714f 100644 --- a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild +++ b/app-emacs/crontab-mode/crontab-mode-1.18.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 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.4 2005/09/29 05:17:43 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.18.ebuild,v 1.5 2008/06/14 23:23:33 ulm 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="~amd64 ~ppc x86" +IUSE="" -SITEFILE=50crontab-mode-gentoo.el -SIMPLE_ELISP=t +SITEFILE=50${PN}-gentoo.el |