summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-10 20:14:52 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-10 20:14:52 +0000
commit7f7573404e810167206fd72ca2d4467f0f119854 (patch)
treec79f61d6502c90dc4800cb9f77ac985fd5031ee2 /eclass/elisp.eclass
parentVersion bump #184884 by Elias Pipping. (diff)
downloadhistorical-7f7573404e810167206fd72ca2d4467f0f119854.tar.gz
historical-7f7573404e810167206fd72ca2d4467f0f119854.tar.bz2
historical-7f7573404e810167206fd72ca2d4467f0f119854.zip
Add RDEPEND line. Put proper header information in site-gentoo.el.
Update copyright info. Consistent BE spelling. Some comment changes. Remove -b option from mv since it does not work on BSD.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r--eclass/elisp.eclass17
1 files changed, 7 insertions, 10 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index c8df6b129806..83686511f970 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,28 +1,24 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.19 2007/07/02 06:19:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.20 2007/07/10 20:14:52 ulm Exp $
#
# Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
-# Copyright 2002-2007 Matthew Kennedy <mkennedy@gentoo.org>
+# Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org>
# Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com>
# Copyright 2007 Ulrich Mueller <ulm@gentoo.org>
#
# This eclass sets the site-lisp directory for emacs-related packages.
#
# Emacs support for other than pure elisp packages is handled by
-# elisp-common.eclass where you won't have a dependency on Emacs
-# itself. All elisp-* functions are documented there.
+# elisp-common.eclass where you won't have a dependency on Emacs itself.
+# All elisp-* functions are documented there.
#
# Setting SIMPLE_ELISP=t in an ebuild means, that the package's source
# is a single (in whatever way) compressed elisp file with the file name
# ${PN}-${PV}. The consequences:
#
-# 1.) ${S} is redefined
-# 2.) ${PN}-${PV}.el is moved to ${PN} in the system.
-#
-# SRC_URI should be set to wherever the primary app-emacs/ maintainer
-# keeps the local elisp mirror, since most app-emacs packages are
-# upstream as a single .el file.
+# 1.) ${S} is redefined,
+# 2.) ${PN}-${PV}.el is moved to ${PN}.el in src_unpack().
#
# DOCS="blah.txt ChangeLog" is automatically used to install the given
# files by dodoc in src_install().
@@ -35,6 +31,7 @@ inherit elisp-common versionator
VERSION=${NEED_EMACS:-21}
DEPEND=">=virtual/emacs-${VERSION}"
+RDEPEND=">=virtual/emacs-${VERSION}"
IUSE=""
if [ "${SIMPLE_ELISP}" = 't' ]; then