summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-03-12 14:08:22 +0000
committerUlrich Müller <ulm@gentoo.org>2009-03-12 14:08:22 +0000
commitfd54ac54fa4f93ad66dbfd197ce800c2d6eea178 (patch)
tree67259e5227b42a0393e85eb0ff6776b6524258d9
parentAdd ~x86-fbsd keyword (diff)
downloadhistorical-fd54ac54fa4f93ad66dbfd197ce800c2d6eea178.tar.gz
historical-fd54ac54fa4f93ad66dbfd197ce800c2d6eea178.tar.bz2
historical-fd54ac54fa4f93ad66dbfd197ce800c2d6eea178.zip
Be more verbose.
Package-Manager: portage-2.2_rc25/cvs/Linux i686
-rw-r--r--app-emacs/emacs-common-gentoo/Manifest8
-rw-r--r--app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild20
2 files changed, 23 insertions, 5 deletions
diff --git a/app-emacs/emacs-common-gentoo/Manifest b/app-emacs/emacs-common-gentoo/Manifest
index 09655218c2ef..d32204ad4da7 100644
--- a/app-emacs/emacs-common-gentoo/Manifest
+++ b/app-emacs/emacs-common-gentoo/Manifest
@@ -4,13 +4,13 @@ Hash: SHA1
DIST emacs-common-gentoo-1.0.tar.gz 14268 RMD160 3dad4c2955fc8d9be095500305d67c36e587eef0 SHA1 2d646e3761a2eb23c359e0fb45743f553ade07b6 SHA256 eafc05a71b7b77084073ab82e9bf92c4a4dec1b61feb8a7adaa0b3194f95e2cd
DIST emacs-desktop-0.3.tar.gz 14364 RMD160 bfcc3977ac602696330fde87878b2bc263267851 SHA1 9aab71bafad38be598d9f8ffcbd8c6b7b2a87854 SHA256 e4bc226140ce242679c400298a3760441dfd33e37f9e9a7f01f960b4a6eb97ae
EBUILD emacs-common-gentoo-0.3.ebuild 1006 RMD160 946600929dc6f9339ec7920ae053a04e45083008 SHA1 936e6d8353f23e47728bf2703398cfca4ea3970c SHA256 151f5e9325afe96db2c0f156b4ca21004ac6341240fd38e8fa82b4eb0f1037c1
-EBUILD emacs-common-gentoo-1.0.ebuild 2559 RMD160 04f0a45294825432f1a3ef13b0a65642b8b313cc SHA1 4fe480c23be5326f4ec3ab1e9090a5af90374df5 SHA256 4aa9a1eb2f622d12c27b4ec990135e9125d33dcc72d6a22a84cde0bb7d910766
+EBUILD emacs-common-gentoo-1.0.ebuild 3228 RMD160 469c13498f71e32255e4cd0e11162087480f13f1 SHA1 fa22bbf036bb85f435bc890a3d782f9133c6260f SHA256 ae61f0df52c22fcf53fb70041cc75eb8cfcd400175ddb32025c05dc7171455c3
MISC ChangeLog 4141 RMD160 c175d0929bbcd1b2dc5631c1756162da3e75f84b SHA1 3c838d4c1003f59fe71052b243c01deb66a0161c SHA256 f69cdb3ed611e2d7e0d0c90b07a3a517e80eca87cad69aee9a77480c65da9321
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
-iEYEARECAAYFAkm42cgACgkQOeoy/oIi7ux03ACfXSLsYKIkocCbH4XT5viAP/H4
-4wcAoIhWZoCc8aob6SAZdboRnLao1rJI
-=nV3c
+iEYEARECAAYFAkm5F6YACgkQOeoy/oIi7uwf7ACgr5hh69ICJdbdNvBgAw+KsxoJ
+/sMAnjWxC65zNW/qLFYTbFL3OHG1jwwL
+=5FEN
-----END PGP SIGNATURE-----
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 d38470d5a176..a34408073fbc 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.1 2009/03/12 09:44:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.0.ebuild,v 1.2 2009/03/12 14:08:22 ulm Exp $
inherit elisp-common eutils fdo-mime gnome2-utils
@@ -72,6 +72,24 @@ pkg_postinst() {
fi
if [ ! -e "${ROOT}${SITELISP}/site-start.el" ]; then
+ echo
+ while read line; do elog "${line:- }"; done <<-EOF
+ All site initialisation for Gentoo-installed packages is added to
+ /usr/share/emacs/site-lisp/site-gentoo.el. In order for this site
+ initialisation to be loaded for all users automatically, a default
+ site-start.el is created in the same directory. You are responsible
+ for all further maintenance of this file.
+
+ Alternatively, individual users can add the following command:
+
+ (require 'site-gentoo)
+
+ to their ~/.emacs initialisation files, or, for greater flexibility,
+ users may load single package-specific initialisation files from
+ /usr/share/emacs/site-lisp/site-gentoo.d/.
+ EOF
+ echo
+
if [ ! -e "${ROOT}${SITELISP}"/site-gentoo.el ]; then
# This seems to be a new install. Create site-gentoo.el and
# a default site-start.el, so that Gentoo packages will work.