summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-05-12 14:00:50 +0000
committerUlrich Müller <ulm@gentoo.org>2008-05-12 14:00:50 +0000
commit07c9b5af97b20e318d60bc63db1d9c9bc494c101 (patch)
tree4295b6ea8cf5874ecb0cb33fbf766dd29ead59ce /app-emacs/nxml-mode
parentalpha/ia64/sparc stable wrt #221063 (diff)
downloadgentoo-2-07c9b5af97b20e318d60bc63db1d9c9bc494c101.tar.gz
gentoo-2-07c9b5af97b20e318d60bc63db1d9c9bc494c101.tar.bz2
gentoo-2-07c9b5af97b20e318d60bc63db1d9c9bc494c101.zip
Remove old.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-emacs/nxml-mode')
-rw-r--r--app-emacs/nxml-mode/ChangeLog6
-rw-r--r--app-emacs/nxml-mode/files/80nxml-mode-gentoo.el9
-rw-r--r--app-emacs/nxml-mode/nxml-mode-20041004.ebuild39
3 files changed, 5 insertions, 49 deletions
diff --git a/app-emacs/nxml-mode/ChangeLog b/app-emacs/nxml-mode/ChangeLog
index 973d2eaccde0..94360c16ae23 100644
--- a/app-emacs/nxml-mode/ChangeLog
+++ b/app-emacs/nxml-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/nxml-mode
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.32 2008/01/02 10:23:17 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.33 2008/05/12 14:00:49 ulm Exp $
+
+ 12 May 2008; Ulrich Mueller <ulm@gentoo.org> -files/80nxml-mode-gentoo.el,
+ -nxml-mode-20041004.ebuild:
+ Remove old.
02 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
nxml-mode-20041004-r3.ebuild:
diff --git a/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el b/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el
deleted file mode 100644
index dd9dd81c816c..000000000000
--- a/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el
+++ /dev/null
@@ -1,9 +0,0 @@
-
-;;; nxml site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/rng-auto.el")
-
-(setq auto-mode-alist
- (cons '("\\.\\(xml\\|xsl\\|xsd\\|rng\\|xhtml\\)\\'" . nxml-mode)
- auto-mode-alist))
diff --git a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild b/app-emacs/nxml-mode/nxml-mode-20041004.ebuild
deleted file mode 100644
index 7f75f759c8b6..000000000000
--- a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20041004.ebuild,v 1.11 2007/10/06 19:54:04 ulm Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="A major mode for GNU Emacs for editing XML documents."
-HOMEPAGE="http://www.thaiopensource.com/nxml-mode/
-http://www.emacswiki.org/cgi-bin/wiki/NxmlMode"
-SRC_URI="http://thaiopensource.com/download/${P}.tar.gz
- mirror://gentoo/${PN}-20040910-xmlschema.patch.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-SITEFILE=80nxml-mode-gentoo.el
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd "${S}"
- epatch "${FILESDIR}/${PN}-info-gentoo.patch"
- epatch "${DISTDIR}/${PN}-20040910-xmlschema.patch.gz"
-}
-
-src_compile() {
- emacs -batch -l rng-auto.el -f rng-byte-compile-load
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- cp -r "${S}/schema" "${D}/${SITELISP}/${PN}"
- cp -r "${S}/char-name" "${D}/${SITELISP}/${PN}"
- dodoc README VERSION TODO NEWS
- makeinfo --force nxml-mode.texi
- doinfo nxml-mode.info
-}