summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild')
-rw-r--r--app-xemacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild
deleted file mode 100644
index 79ff35b..0000000
--- a/app-xemacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit xemacs-elisp eutils
-
-DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific 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=""
-
-RDEPEND=">=app-editors/xemacs-21.4.20-r5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- newdoc ChangeLog ChangeLog-XEmacs
-
- # Patch up problems for xemacs:
- # autoloads, delete-trailing-whitespace.
- epatch "${FILESDIR}"/gentoo-syntax-1.6-xemacs.patch
-}