summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-15 01:10:14 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-15 01:10:14 +0000
commit51b8c7f75a845c5dccca0558a4e27a2723970624 (patch)
treeadfd2afd11dd5b0fcfac5a18ce9e126a28a10d52 /app-emacs/crontab-mode
parentUpdate ebuild to EAPI 5. Specify LICENSE more precisely. (diff)
downloadgentoo-2-51b8c7f75a845c5dccca0558a4e27a2723970624.tar.gz
gentoo-2-51b8c7f75a845c5dccca0558a4e27a2723970624.tar.bz2
gentoo-2-51b8c7f75a845c5dccca0558a4e27a2723970624.zip
Update ebuild to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/crontab-mode')
-rw-r--r--app-emacs/crontab-mode/ChangeLog7
-rw-r--r--app-emacs/crontab-mode/crontab-mode-1.20.ebuild11
-rw-r--r--app-emacs/crontab-mode/files/50crontab-mode-gentoo.el3
3 files changed, 11 insertions, 10 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog
index 5755cced6856..5e7a6babd9f4 100644
--- a/app-emacs/crontab-mode/ChangeLog
+++ b/app-emacs/crontab-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/crontab-mode
-# 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 $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.16 2014/02/15 01:10:14 ulm Exp $
+
+ 15 Feb 2014; Ulrich Müller <ulm@gentoo.org> crontab-mode-1.20.ebuild:
+ Update ebuild to EAPI 5.
29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
-crontab-mode-1.18.ebuild:
diff --git a/app-emacs/crontab-mode/crontab-mode-1.20.ebuild b/app-emacs/crontab-mode/crontab-mode-1.20.ebuild
index 5c740108cd41..ce4e9fc0388b 100644
--- a/app-emacs/crontab-mode/crontab-mode-1.20.ebuild
+++ b/app-emacs/crontab-mode/crontab-mode-1.20.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 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.4 2007/12/13 08:10:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.20.ebuild,v 1.5 2014/02/15 01:10:14 ulm Exp $
+
+EAPI=5
inherit elisp
@@ -8,9 +10,8 @@ DESCRIPTION="Mode for editing crontab files"
HOMEPAGE="http://www.mahalito.net/~harley/elisp/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2" # GPL-2 only
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el
index ee1c79e60df0..b2100eb15cb5 100644
--- a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el
+++ b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; crontab-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-
(autoload 'crontab-mode "crontab-mode" nil t)
(autoload 'crontab-get "crontab-mode" nil t)