diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 01:36:42 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 01:36:42 +0000 |
commit | 5c5283e3aa62c1a16379f7546ae8175a242cebec (patch) | |
tree | ec4bc5b50ac4b7d82d93e177f62e5ca85b51f344 /app-emacs/crontab-mode | |
parent | EAPI=2; respect CC (diff) | |
download | historical-5c5283e3aa62c1a16379f7546ae8175a242cebec.tar.gz historical-5c5283e3aa62c1a16379f7546ae8175a242cebec.tar.bz2 historical-5c5283e3aa62c1a16379f7546ae8175a242cebec.zip |
clean up
Package-Manager: portage-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 |