diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-09-23 19:44:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-09-23 19:44:16 +0000 |
commit | 5676138255b1aa3e72b0f1e156a89b34159d4084 (patch) | |
tree | 783ba9bde96b55bb100be3edec5a7fe5c227f8e1 /app-emacs | |
parent | Add patch to fix sandbox violations. Bug #485348. Thanks to Pavel Kazakov <nu... (diff) | |
download | gentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.tar.gz gentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.tar.bz2 gentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.zip |
Remove old.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ebuild-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.21.ebuild | 23 | ||||
-rw-r--r-- | app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el | 16 |
3 files changed, 5 insertions, 40 deletions
diff --git a/app-emacs/ebuild-mode/ChangeLog b/app-emacs/ebuild-mode/ChangeLog index eb0a209aeb54..74dd0bdaa42b 100644 --- a/app-emacs/ebuild-mode/ChangeLog +++ b/app-emacs/ebuild-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/ebuild-mode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.30 2013/09/23 19:13:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.31 2013/09/23 19:44:16 ulm Exp $ + + 23 Sep 2013; Ulrich Müller <ulm@gentoo.org> -ebuild-mode-1.21.ebuild, + -files/50gentoo-syntax-gentoo.el: + Remove old. 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> ebuild-mode-1.22.ebuild: Stable for sparc, wrt bug #484224 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.21.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.21.ebuild deleted file mode 100644 index 9c96f48f1fe3..000000000000 --- a/app-emacs/ebuild-mode/ebuild-mode-1.21.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.21.ebuild,v 1.4 2013/08/09 06:17:16 ulm Exp $ - -EAPI=5 - -inherit readme.gentoo elisp - -MY_PN="gentoo-syntax" -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -S="${WORKDIR}/${MY_PN}-${PV}" -DOCS="ChangeLog keyword-generation.sh" -ELISP_TEXINFO="${MY_PN}.texi" -SITEFILE="50${MY_PN}-gentoo.el" -DOC_CONTENTS="Some optional features may require installation of additional - packages, like app-portage/gentoolkit-dev for echangelog." diff --git a/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el b/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el deleted file mode 100644 index 382e284e25e5..000000000000 --- a/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el +++ /dev/null @@ -1,16 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'ebuild-mode "gentoo-syntax" - "Major mode for Portage .ebuild and .eclass files." t) -(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t) -(autoload 'gentoo-newsitem-mode "gentoo-syntax" - "Major mode for Gentoo GLEP 42 news items." t) - -(add-to-list 'auto-mode-alist - '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) -(add-to-list 'auto-mode-alist - '("/[0-9]\\{4\\}-[01][0-9]-[0-3][0-9]-.+\\.[a-z]\\{2\\}\\.txt\\'" - . gentoo-newsitem-mode)) -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) -(modify-coding-system-alist - 'file "\\.\\(ebuild\\|eclass\\|eblit\\|eselect\\)\\'" 'utf-8) |