summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-06-23 06:39:27 +0000
committerHans de Graaff <graaff@gentoo.org>2007-06-23 06:39:27 +0000
commit2c7991f8c20811e24c6615aed6b90d09f435d98c (patch)
tree3bc5948c5511feaf03c22b00e72a35158de7ddfa /app-xemacs
parentUse new name, in line with new functionality and GNU Emacs naming (diff)
downloademacs-2c7991f8c20811e24c6615aed6b90d09f435d98c.tar.gz
emacs-2c7991f8c20811e24c6615aed6b90d09f435d98c.tar.bz2
emacs-2c7991f8c20811e24c6615aed6b90d09f435d98c.zip
Remove old ebuild-mode version so that we can start with a blank slate
on gentoo-syntax. svn path=/emacs-overlay/; revision=457
Diffstat (limited to 'app-xemacs')
-rw-r--r--app-xemacs/gentoo-syntax/ebuild-mode-1.5.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-xemacs/gentoo-syntax/ebuild-mode-1.5.ebuild b/app-xemacs/gentoo-syntax/ebuild-mode-1.5.ebuild
deleted file mode 100644
index 67a6538..0000000
--- a/app-xemacs/gentoo-syntax/ebuild-mode-1.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/12/15 04:05:23 mkennedy Exp $
-
-inherit xemacs-elisp eutils
-
-DESCRIPTION="An Emacs mode for editing Portage .ebuild, .eclass and .eselect files."
-HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
- epatch "${FILESDIR}"/autoloads.patch
- epatch "${FILESDIR}"/font-lock-keywords.patch
-}