summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-01 01:12:40 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-01 01:12:40 +0000
commitcf53cd88272283ac1e669e21a11ecc51c0925882 (patch)
treea8c0d7262955e41cc73a06d39c39dcdb0f3f2ea5 /app-editors
parentMove message to pkg_setup. (diff)
downloadgentoo-2-cf53cd88272283ac1e669e21a11ecc51c0925882.tar.gz
gentoo-2-cf53cd88272283ac1e669e21a11ecc51c0925882.tar.bz2
gentoo-2-cf53cd88272283ac1e669e21a11ecc51c0925882.zip
Rename site-init file for USE=source.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/ChangeLog5
-rw-r--r--app-editors/emacs/emacs-22.1-r3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index d87c56e3e189..1fd8f4be6cf6 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.218 2007/11/28 21:49:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.219 2007/12/01 01:12:40 ulm Exp $
+
+ 01 Dec 2007; Ulrich Mueller <ulm@gentoo.org> emacs-22.1-r3.ebuild:
+ Rename site-init file for USE=source.
28 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -emacs-21.4-r13.ebuild,
-emacs-22.1-r2.ebuild:
diff --git a/app-editors/emacs/emacs-22.1-r3.ebuild b/app-editors/emacs/emacs-22.1-r3.ebuild
index 94bf3fd39e7e..efc9bfead708 100644
--- a/app-editors/emacs/emacs-22.1-r3.ebuild
+++ b/app-editors/emacs/emacs-22.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r3.ebuild,v 1.8 2007/11/28 19:38:23 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r3.ebuild,v 1.9 2007/12/01 01:12:40 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -180,7 +180,7 @@ src_install () {
# This is not meant to install all the source -- just the
# C source you might find via find-function
doins src/*.[ch]
- sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
+ sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
;;; ${PN}-${SLOT} site-lisp configuration
@@ -188,7 +188,7 @@ src_install () {
X (setq find-function-C-source-directory
X "/usr/share/emacs/${FULL_VERSION}/src"))
EOF
- elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
+ elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
fi
dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed"