diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-24 09:29:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-24 09:29:51 +0000 |
commit | d256cb3aa69f1e46631f4925fda4cd1ea95bb802 (patch) | |
tree | 461cc090e4e3a651ac238749b01198819dde33ff /app-editors/emacs | |
parent | Unmask app-office/gnucash (diff) | |
download | gentoo-2-d256cb3aa69f1e46631f4925fda4cd1ea95bb802.tar.gz gentoo-2-d256cb3aa69f1e46631f4925fda4cd1ea95bb802.tar.bz2 gentoo-2-d256cb3aa69f1e46631f4925fda4cd1ea95bb802.zip |
Add standard comment to site-init file.
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index a6706d5d5dd9..0572a0d952d5 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.188 2007/10/23 09:47:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.189 2007/10/24 09:29:51 ulm Exp $ + + 24 Oct 2007; Ulrich Mueller <ulm@gentoo.org> emacs-22.1-r1.ebuild: + Add standard comment to site-init file. 23 Oct 2007; Raúl Porcel <armin76@gentoo.org> emacs-22.1-r1.ebuild: alpha/ia64 stable diff --git a/app-editors/emacs/emacs-22.1-r1.ebuild b/app-editors/emacs/emacs-22.1-r1.ebuild index 186c7d19baa2..59b3238f6ac2 100644 --- a/app-editors/emacs/emacs-22.1-r1.ebuild +++ b/app-editors/emacs/emacs-22.1-r1.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-r1.ebuild,v 1.14 2007/10/23 09:47:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild,v 1.15 2007/10/24 09:29:51 ulm Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -174,6 +174,9 @@ src_install () { # C source you might find via find-function doins src/*.[ch] sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF + + ;;; emacs-${SLOT} site-lisp configuration + (if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) |