diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:23:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:23:33 +0000 |
commit | 960d99a202a057f8f157fec53c2fd00fb2de2edb (patch) | |
tree | e753d15afa6b8fd93cfad6929c861e4e5e5b780d | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-960d99a202a057f8f157fec53c2fd00fb2de2edb.tar.gz gentoo-2-960d99a202a057f8f157fec53c2fd00fb2de2edb.tar.bz2 gentoo-2-960d99a202a057f8f157fec53c2fd00fb2de2edb.zip |
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatically.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
-rw-r--r-- | app-emacs/crontab-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.18.ebuild | 11 |
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 |