diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 01:21:11 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 01:21:11 +0000 |
commit | 0db97688ae41ff5bf27bf9dd10e99dfd533ff26c (patch) | |
tree | 42a650ab18e46abf9e24864586406699b3db9262 /app-emacs/crontab-mode | |
parent | clean up (diff) | |
download | gentoo-2-0db97688ae41ff5bf27bf9dd10e99dfd533ff26c.tar.gz gentoo-2-0db97688ae41ff5bf27bf9dd10e99dfd533ff26c.tar.bz2 gentoo-2-0db97688ae41ff5bf27bf9dd10e99dfd533ff26c.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/crontab-mode')
-rw-r--r-- | app-emacs/crontab-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.18.ebuild | 16 |
2 files changed, 6 insertions, 18 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog index 3fc29c3411c7..5755cced6856 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-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 $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.15 2009/01/29 01:21:11 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -crontab-mode-1.18.ebuild: + clean up 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 diff --git a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild b/app-emacs/crontab-mode/crontab-mode-1.18.ebuild deleted file mode 100644 index 9361a024714f..000000000000 --- a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.5 2008/06/14 23:23:33 ulm Exp $ - -inherit elisp - -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=50${PN}-gentoo.el |