summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/crontab-mode')
-rw-r--r--app-emacs/crontab-mode/ChangeLog8
-rw-r--r--app-emacs/crontab-mode/crontab-mode-1.18.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog
index f408581337eb..3fc29c3411c7 100644
--- a/app-emacs/crontab-mode/ChangeLog
+++ b/app-emacs/crontab-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/crontab-mode
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.13 2007/12/13 08:10:23 opfer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.14 2008/06/14 23:23:33 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> crontab-mode-1.18.ebuild:
+ Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
+ automatically.
13 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
crontab-mode-1.20.ebuild:
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