From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 120FA1381FA for ; Mon, 19 May 2014 17:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70753E0ADE; Mon, 19 May 2014 17:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04951E0ADE for ; Mon, 19 May 2014 17:38:36 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21611340108 for ; Mon, 19 May 2014 17:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B30621818D for ; Mon, 19 May 2014 17:38:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1400521101.de8abcc26e30dafe939bf63251b64ced7cae7b33.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: eclass/ X-VCS-Repository: proj/emacs X-VCS-Files: eclass/elisp-common.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: de8abcc26e30dafe939bf63251b64ced7cae7b33 X-VCS-Branch: master Date: Mon, 19 May 2014 17:38:34 +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: 2fe16a7f-d2e5-4c88-a374-b097adbd55e8 X-Archives-Hash: 31c14c6f4e550ddd5fb335f43db11cd8 commit: de8abcc26e30dafe939bf63251b64ced7cae7b33 Author: Ulrich Müller gentoo org> AuthorDate: Mon May 19 17:38:21 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 19 17:38:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=de8abcc2 Remove obsolete comment. --- eclass/elisp-common.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index bf01c83..bc8cda7 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -342,10 +342,6 @@ elisp-site-file-install() { # Regenerate the site-gentoo.el file, based on packages' site # initialisation files in the /usr/share/emacs/site-lisp/site-gentoo.d/ # directory. -# -# Note: Before December 2007, site initialisation files were installed -# in /usr/share/emacs/site-lisp/. For backwards compatibility, this -# location is still supported when generating site-gentoo.el. elisp-site-regen() { local sitelisp=${ROOT}${EPREFIX}${SITELISP}