diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-19 11:04:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-19 11:04:12 +0000 |
commit | 5970a02ed32119457d2e98b5a2728742a064e55f (patch) | |
tree | 206d4fdd799a7451113d6168c02ab3dfd8790736 /app-emacs/emacs-common-gentoo | |
parent | Version bump (diff) | |
download | gentoo-2-5970a02ed32119457d2e98b5a2728742a064e55f.tar.gz gentoo-2-5970a02ed32119457d2e98b5a2728742a064e55f.tar.bz2 gentoo-2-5970a02ed32119457d2e98b5a2728742a064e55f.zip |
Change a comment.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-emacs/emacs-common-gentoo')
-rw-r--r-- | app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild index 8bf81c720da5..b01886adcb73 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild,v 1.5 2009/03/13 17:25:25 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild,v 1.6 2009/03/19 11:04:12 ulm Exp $ inherit elisp-common eutils fdo-mime gnome2-utils @@ -44,12 +44,12 @@ src_install() { make-site-start() { ebegin "Creating default ${SITELISP}/site-start.el" cat <<-EOF >"${T}/site-start.el" - ;;; site-start.el + ;;; site-start.el -*- no-byte-compile: t -*- ;;; Commentary: - ;; This default site startup file was created by package - ;; ${CATEGORY}/${PF}. You may modify this file, replace it - ;; by your own site initialisation, or even remove it completely. + ;; This default site startup file for Emacs was created by package + ;; ${CATEGORY}/${PF}. You may modify this file, replace + ;; it by your own site initialisation, or even remove it completely. ;;; Code: ;; Load site initialisation for Gentoo installed packages. |