diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-04 08:15:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-04 08:15:47 +0000 |
commit | bc35b3bf80543fadff8e7ea3a2b429414acbe2bc (patch) | |
tree | 45c1bbedb22732119dcfa9c1b2454c6c19f0e001 /app-emacs/crontab-mode/crontab-mode-1.20.ebuild | |
parent | unquote A and quote FILESDIR (diff) | |
download | gentoo-2-bc35b3bf80543fadff8e7ea3a2b429414acbe2bc.tar.gz gentoo-2-bc35b3bf80543fadff8e7ea3a2b429414acbe2bc.tar.bz2 gentoo-2-bc35b3bf80543fadff8e7ea3a2b429414acbe2bc.zip |
Stable on amd64, bug #195512.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-emacs/crontab-mode/crontab-mode-1.20.ebuild')
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.20.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/crontab-mode/crontab-mode-1.20.ebuild b/app-emacs/crontab-mode/crontab-mode-1.20.ebuild index 7b5d25bc3276..7064f3fd36ba 100644 --- a/app-emacs/crontab-mode/crontab-mode-1.20.ebuild +++ b/app-emacs/crontab-mode/crontab-mode-1.20.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 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.20.ebuild,v 1.2 2007/02/14 21:08:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.20.ebuild,v 1.3 2007/12/04 08:15:46 ulm Exp $ inherit elisp -IUSE="" - DESCRIPTION="Mode for editing crontab files" HOMEPAGE="http://www.mahalito.net/~harley/elisp/" SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" +IUSE="" -SITEFILE=50crontab-mode-gentoo.el +SITEFILE=50${PN}-gentoo.el |