From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5534D198005 for ; Sun, 10 Mar 2013 21:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE36E05CF; Sun, 10 Mar 2013 21:42:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F06E05CF for ; Sun, 10 Mar 2013 21:42:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37CA633BF3F for ; Sun, 10 Mar 2013 21:42:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id F1AC92171D; Sun, 10 Mar 2013 21:42:27 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/emacs-common-gentoo: emacs-common-gentoo-1.3-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: emacs-common-gentoo-1.3-r3.ebuild ChangeLog X-VCS-Directories: app-emacs/emacs-common-gentoo X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130310214227.F1AC92171D@flycatcher.gentoo.org> Date: Sun, 10 Mar 2013 21:42:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19572ae5-609f-466d-a83e-855e7dbc4208 X-Archives-Hash: 4824c588e07bdfec1f91eec6307e8d57 ulm 13/03/10 21:42:27 Modified: emacs-common-gentoo-1.3-r3.ebuild ChangeLog Log: Use functions from readme.gentoo.eclass instead of elog. (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision Changes Path 1.9 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild?r1=1.8&r2=1.9 Index: emacs-common-gentoo-1.3-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- emacs-common-gentoo-1.3-r3.ebuild 2 Sep 2012 17:55:18 -0000 1.8 +++ emacs-common-gentoo-1.3-r3.ebuild 10 Mar 2013 21:42:27 -0000 1.9 @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.3-r3.ebuild,v 1.8 2012/09/02 17:55:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.3-r3.ebuild,v 1.9 2013/03/10 21:42:27 ulm Exp $ EAPI=4 -inherit elisp-common eutils fdo-mime gnome2-utils user +inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" @@ -58,6 +58,18 @@ gnome2_icon_savelist fi + + DOC_CONTENTS="All site initialisation for Gentoo-installed packages is + added to ${SITELISP}/site-gentoo.el. In order for this site + initialisation to be loaded for all users automatically, a default + site startup file /etc/emacs/site-start.el is installed. You are + responsible for maintenance of this file. + \n\nAlternatively, individual users can add the following command: + \n\n(require 'site-gentoo) + \n\nto their ~/.emacs initialisation files, or, for greater + flexibility, users may load single package-specific initialisation + files from the ${SITELISP}/site-gentoo.d/ directory." + readme.gentoo_create_doc } site-start-modified-p() { @@ -96,25 +108,9 @@ # make sure that site-gentoo.el exists since site-start.el requires it elisp-site-regen - local line - while read line; do elog "${line:- }"; done <<-EOF - All site initialisation for Gentoo-installed packages is added to - ${SITELISP}/site-gentoo.el. In order for this site - initialisation to be loaded for all users automatically, a default - site startup file /etc/emacs/site-start.el is installed. You are - responsible for 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 - ${SITELISP}/site-gentoo.d/. - EOF + readme.gentoo_print_elog if [[ -e ${EROOT}${SITELISP}/site-start.el ]]; then - elog ewarn "The location of the site startup file for Emacs has changed to" ewarn "/etc/emacs/site-start.el." if site-start-modified-p; then 1.82 app-emacs/emacs-common-gentoo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 2 Sep 2012 18:27:16 -0000 1.81 +++ ChangeLog 10 Mar 2013 21:42:27 -0000 1.82 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/emacs-common-gentoo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 1.81 2012/09/02 18:27:16 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/ChangeLog,v 1.82 2013/03/10 21:42:27 ulm Exp $ + + 10 Mar 2013; Ulrich Müller + emacs-common-gentoo-1.3-r3.ebuild: + Use functions from readme.gentoo.eclass instead of elog. 02 Sep 2012; Ulrich Müller -emacs-common-gentoo-1.3-r1.ebuild, metadata.xml: