diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-19 12:52:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-19 12:52:42 +0000 |
commit | 4e9b1ec9ec7a474d1da772f6a3600b2c829a8ec6 (patch) | |
tree | 4f6582c03ef08bcba5278d8bb4bc41bc93ce6643 /app-emacs/jam-mode | |
parent | Remove old. (diff) | |
download | gentoo-2-4e9b1ec9ec7a474d1da772f6a3600b2c829a8ec6.tar.gz gentoo-2-4e9b1ec9ec7a474d1da772f6a3600b2c829a8ec6.tar.bz2 gentoo-2-4e9b1ec9ec7a474d1da772f6a3600b2c829a8ec6.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/jam-mode')
-rw-r--r-- | app-emacs/jam-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/jam-mode/files/70jam-mode-gentoo.el | 11 | ||||
-rw-r--r-- | app-emacs/jam-mode/jam-mode-0.1.ebuild | 16 |
3 files changed, 5 insertions, 28 deletions
diff --git a/app-emacs/jam-mode/ChangeLog b/app-emacs/jam-mode/ChangeLog index 5a19a06cd191..0c58edd8eb6e 100644 --- a/app-emacs/jam-mode/ChangeLog +++ b/app-emacs/jam-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/jam-mode # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.13 2014/04/19 11:58:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.14 2014/04/19 12:52:41 ulm Exp $ + + 19 Apr 2014; Ulrich Müller <ulm@gentoo.org> -jam-mode-0.1.ebuild, + -files/70jam-mode-gentoo.el: + Remove old. 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> jam-mode-0.3.ebuild: Stable for alpha, wrt bug #505528 diff --git a/app-emacs/jam-mode/files/70jam-mode-gentoo.el b/app-emacs/jam-mode/files/70jam-mode-gentoo.el deleted file mode 100644 index 42071263a063..000000000000 --- a/app-emacs/jam-mode/files/70jam-mode-gentoo.el +++ /dev/null @@ -1,11 +0,0 @@ - -;;; jam-mode site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'jam-mode "jam-mode" "Mode for editing Jam files" t) -(setq auto-mode-alist - (append '(("\\.jam$" . jam-mode) - ("[Jj]ambase$" . jam-mode) - ("[Jj]amfile$" . jam-mode) - ("[Jj]amrules$" . jam-mode)) - auto-mode-alist)) diff --git a/app-emacs/jam-mode/jam-mode-0.1.ebuild b/app-emacs/jam-mode/jam-mode-0.1.ebuild deleted file mode 100644 index 4b48e471e236..000000000000 --- a/app-emacs/jam-mode/jam-mode-0.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.10 2007/12/14 05:45:44 opfer Exp $ - -inherit elisp - -DESCRIPTION="An Emacs major mode for editing Jam files" -HOMEPAGE="http://www.tenfoot.uklinux.net/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 x86" -IUSE="" - -SITEFILE=70${PN}-gentoo.el |