diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-31 18:12:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-31 18:12:29 +0000 |
commit | 3e8e47c843ba33467300ae2c2c9e0d464ec75445 (patch) | |
tree | 0b7b0003f1c12ac2148299c3c24215358a40f945 /app-emacs | |
parent | clean up (diff) | |
download | gentoo-2-3e8e47c843ba33467300ae2c2c9e0d464ec75445.tar.gz gentoo-2-3e8e47c843ba33467300ae2c2c9e0d464ec75445.tar.bz2 gentoo-2-3e8e47c843ba33467300ae2c2c9e0d464ec75445.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el | 13 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild | 24 |
3 files changed, 5 insertions, 38 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 56163e5fefa3..c584450c1962 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.47 2009/08/31 18:01:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.48 2009/08/31 18:12:29 fauli Exp $ + + 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + -files/51gentoo-syntax-gentoo.el, -gentoo-syntax-1.11.ebuild: + clean up 31 Aug 2009; Brent Baude <ranger@gentoo.org> gentoo-syntax-1.12.ebuild: stable ppc64, bug 276638 diff --git a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el b/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el deleted file mode 100644 index 6dd07895db93..000000000000 --- a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; gentoo-syntax site-lisp configuration - -(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) - -(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild deleted file mode 100644 index 76b50ac07570..000000000000 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild,v 1.6 2009/02/19 19:14:40 nixnut Exp $ - -inherit elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -SITEFILE="51${PN}-gentoo.el" -DOCS="ChangeLog" - -pkg_postinst() { - elisp-site-regen - - elog "Some optional features may require installation of additional" - elog "packages, like app-portage/gentoolkit-dev for echangelog." -} |