summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 03:52:03 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 03:52:03 +0000
commit20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca (patch)
treebdbd0659018181b56bae815c7b459d37a5cbd216 /app-emacs/nxml-mode
parentCloses #46164 (Manifest recommit) (diff)
downloadgentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.tar.gz
gentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.tar.bz2
gentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.zip
add inherit eutils
Diffstat (limited to 'app-emacs/nxml-mode')
-rw-r--r--app-emacs/nxml-mode/nxml-mode-20031031.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/nxml-mode/nxml-mode-20031031.ebuild b/app-emacs/nxml-mode/nxml-mode-20031031.ebuild
index 4a92cf39faae..989f56b2d563 100644
--- a/app-emacs/nxml-mode/nxml-mode-20031031.ebuild
+++ b/app-emacs/nxml-mode/nxml-mode-20031031.ebuild
@@ -1,20 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20031031.ebuild,v 1.2 2004/03/14 12:53:07 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20031031.ebuild,v 1.3 2004/04/06 03:47:54 vapier Exp $
-inherit elisp
+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"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
DEPEND="virtual/emacs"
-S=${WORKDIR}/${P}
-
SITEFILE=80nxml-mode-gentoo.el
src_unpack() {
@@ -22,6 +21,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PV}-info-gentoo.patch
}
+
src_compile() {
emacs -batch -l rng-auto.el -f rng-byte-compile-load
}