summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-30 21:58:07 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-30 21:58:07 +0000
commitdd2d92e407915a3241813ad01ef47556354d928f (patch)
tree08b9600016cf1de7ab17c53aef0925be2e7e8c10 /app-emacs/nxml-mode
parentrecreate Manifest for new tarball (diff)
downloadgentoo-2-dd2d92e407915a3241813ad01ef47556354d928f.tar.gz
gentoo-2-dd2d92e407915a3241813ad01ef47556354d928f.tar.bz2
gentoo-2-dd2d92e407915a3241813ad01ef47556354d928f.zip
clean up
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emacs/nxml-mode')
-rw-r--r--app-emacs/nxml-mode/ChangeLog6
-rw-r--r--app-emacs/nxml-mode/files/digest-nxml-mode-200409106
-rw-r--r--app-emacs/nxml-mode/nxml-mode-20040910.ebuild38
3 files changed, 5 insertions, 45 deletions
diff --git a/app-emacs/nxml-mode/ChangeLog b/app-emacs/nxml-mode/ChangeLog
index 501ad16232fe..cca132138b7d 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.21 2007/03/30 19:11:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/ChangeLog,v 1.22 2007/03/30 21:58:07 opfer Exp $
+
+ 30 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ -nxml-mode-20040910.ebuild:
+ clean up
30 Mar 2007; Fabian Groffen <grobian@gentoo.org>
nxml-mode-20040910.ebuild, nxml-mode-20041004.ebuild:
diff --git a/app-emacs/nxml-mode/files/digest-nxml-mode-20040910 b/app-emacs/nxml-mode/files/digest-nxml-mode-20040910
deleted file mode 100644
index 120714321607..000000000000
--- a/app-emacs/nxml-mode/files/digest-nxml-mode-20040910
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 d98a6a37ad177f89698561416dc1195c nxml-mode-20040910-xmlschema.patch.gz 9069
-RMD160 59091172e8544cb52fee7d3f44c353fdd6d78584 nxml-mode-20040910-xmlschema.patch.gz 9069
-SHA256 66be83896133c7d7e2debd275edb90527b87425bd8c05cf415c905520bc04914 nxml-mode-20040910-xmlschema.patch.gz 9069
-MD5 60f1d5ce273bdec3b88297b98c955e4c nxml-mode-20040910.tar.gz 419031
-RMD160 f01a31e157e7cd243731f42ca69a492b5576f57d nxml-mode-20040910.tar.gz 419031
-SHA256 8814c26e5ad5ee93c8af9b86bac812d88f57f085a1b2d72d4ce36eae15665a58 nxml-mode-20040910.tar.gz 419031
diff --git a/app-emacs/nxml-mode/nxml-mode-20040910.ebuild b/app-emacs/nxml-mode/nxml-mode-20040910.ebuild
deleted file mode 100644
index 61849daaeba9..000000000000
--- a/app-emacs/nxml-mode/nxml-mode-20040910.ebuild
+++ /dev/null
@@ -1,38 +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-20040910.ebuild,v 1.6 2007/03/30 19:11:34 grobian Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="A new major mode for GNU Emacs for editing XML documents."
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/NxmlMode"
-SRC_URI="http://thaiopensource.com/download/${P}.tar.gz
- mirror://gentoo/${P}-xmlschema.patch.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-
-SITEFILE=80nxml-mode-gentoo.el
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- epatch ${FILESDIR}/${PN}-info-gentoo.patch
- epatch ${DISTDIR}/${P}-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
-}