summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-15 16:58:40 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-15 16:58:40 +0000
commite11c55be3db07fa9be078f34e88d69fc1a9b39b6 (patch)
treea47d5e1fc31d86cc553175cbe80a99e035dad9b5 /app-emacs
parentFixed LDPATH (diff)
downloadgentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.tar.gz
gentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.tar.bz2
gentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.zip
Move live ebuild to emacs overlay. Clean up.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog11
-rw-r--r--app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el12
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.14.ebuild38
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild39
4 files changed, 4 insertions, 96 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index 6198bb2ce947..f7b6857cda7a 100644
--- a/app-emacs/gentoo-syntax/ChangeLog
+++ b/app-emacs/gentoo-syntax/ChangeLog
@@ -1,13 +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.56 2009/11/15 13:54:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.57 2009/11/15 16:58:40 ulm Exp $
- 15 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
- gentoo-syntax-9999.ebuild:
- QA: drop keywords from live package.
-
- 14 Nov 2009; Ulrich Mueller <ulm@gentoo.org> gentoo-syntax-9999.ebuild:
- Re-add keywords.
+ 15 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -gentoo-syntax-1.14.ebuild,
+ -files/50gentoo-syntax-gentoo-1.14.el, -gentoo-syntax-9999.ebuild:
+ Move live ebuild to emacs overlay. Clean up.
14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
gentoo-syntax-9999.ebuild:
diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el
deleted file mode 100644
index f9ef9628b1b5..000000000000
--- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el
+++ /dev/null
@@ -1,12 +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)
-
-(add-to-list 'auto-mode-alist
- '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode))
-(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode))
-(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode))
-(modify-coding-system-alist 'file "\\.\\(ebuild\\|eclass\\)\\'" 'utf-8)
-
-(setq ebuild-mode-portdir "@PORTDIR@")
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.14.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.14.ebuild
deleted file mode 100644
index 35a7548c9ce9..000000000000
--- a/app-emacs/gentoo-syntax/gentoo-syntax-1.14.ebuild
+++ /dev/null
@@ -1,38 +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.14.ebuild,v 1.2 2009/10/08 17:47:43 ulm 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 ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DOCS="ChangeLog"
-SITEFILE="50${PN}-gentoo-${PV}.el"
-
-src_compile() {
- elisp_src_compile
- makeinfo gentoo-syntax.texi || die
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc || die
- sed -e "s:@PORTDIR@:${PORTDIR}:" \
- "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die
- elisp-site-file-install "${T}/${SITEFILE}" || die
- doinfo gentoo-syntax.info || die
- dodoc ${DOCS} || die
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "Some optional features may require installation of additional"
- elog "packages, like app-portage/gentoolkit-dev for echangelog."
-}
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
deleted file mode 100644
index c982396864de..000000000000
--- a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
+++ /dev/null
@@ -1,39 +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-9999.ebuild,v 1.12 2009/11/15 13:54:41 scarabeus Exp $
-
-inherit elisp subversion
-
-ESVN_REPO_URI="svn://anonsvn.gentoo.org/emacs/${PN}"
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DOCS="ChangeLog"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
- makeinfo gentoo-syntax.texi || die
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc || die
- sed -e "s:@PORTDIR@:${PORTDIR}:" \
- "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die
- elisp-site-file-install "${T}/${SITEFILE}" || die
- doinfo gentoo-syntax.info || die
- dodoc ${DOCS} || die
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "Some optional features may require installation of additional"
- elog "packages, like app-portage/gentoolkit-dev for echangelog."
-}