summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-04 05:52:03 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-04 05:52:03 +0000
commit9a94fcafd34ddeb1b124ce98e2485eecb0c73431 (patch)
treec49c9ca8df19602ff585278a67c44fff6a0957db /app-emacs/rnc-mode
parentRemove redundant functions. Dropped ~ppc-macos keyword. (diff)
downloadgentoo-2-9a94fcafd34ddeb1b124ce98e2485eecb0c73431.tar.gz
gentoo-2-9a94fcafd34ddeb1b124ce98e2485eecb0c73431.tar.bz2
gentoo-2-9a94fcafd34ddeb1b124ce98e2485eecb0c73431.zip
Remove redundant functions.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-emacs/rnc-mode')
-rw-r--r--app-emacs/rnc-mode/files/50rnc-mode-gentoo.el1
-rw-r--r--app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild23
2 files changed, 7 insertions, 17 deletions
diff --git a/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el b/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
index 0224317478a0..1ed30d45926c 100644
--- a/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
+++ b/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
@@ -1,3 +1,4 @@
+
;; rnc-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild b/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild
index 71d40b82a10a..688cdb24e4ab 100644
--- a/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild
+++ b/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild
@@ -1,32 +1,21 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild,v 1.2 2007/06/04 23:03:33 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/rnc-mode/rnc-mode-1.0_beta3.ebuild,v 1.3 2007/07/04 05:52:03 ulm Exp $
inherit elisp
MY_PV=${PV/./_}
MY_PV=${MY_PV/_beta/b}
-IUSE=""
-
-DESCRIPTION="An Emacs mode for editing Relax NG compact schema files."
+DESCRIPTION="An Emacs mode for editing Relax NG compact schema files"
HOMEPAGE="http://www.pantor.com/"
SRC_URI="http://www.pantor.com/RncMode-${MY_PV}.tgz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
-DEPEND="virtual/emacs"
-
-SITEFILE=50rnc-mode-gentoo.el
-
-S=${WORKDIR}
-
-src_compile() {
- elisp-comp *.el || die
-}
+SITEFILE=50${PN}-gentoo.el
-src_install() {
- elisp-install ${PN} *.{el,elc}
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}
+S="${WORKDIR}"