From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L1enA-0005p1-R6 for garchives@archives.gentoo.org; Sun, 16 Nov 2008 10:23:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42550E02A6; Sun, 16 Nov 2008 10:23:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1FFE3E02A6 for ; Sun, 16 Nov 2008 10:23:45 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 246DE644C4 for ; Sun, 16 Nov 2008 10:23:43 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L1en8-0001z9-Sj for gentoo-commits@lists.gentoo.org; Sun, 16 Nov 2008 10:23:42 +0000 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 eclass: elisp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: elisp.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Sun, 16 Nov 2008 10:23:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 00efb0da-f9d6-42da-a31f-16537597f8f5 X-Archives-Hash: d7f2ed60afc90bf4b7a2a1d87bd01dee ulm 08/11/16 10:23:42 Modified: elisp.eclass Log: Revert removal of einfo message about Emacs version, since this is real= ly useful in bug reports. Revision Changes Path 1.36 eclass/elisp.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.36&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.36&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?r1=3D1.35&r2=3D1.36 Index: elisp.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- elisp.eclass 16 Oct 2008 09:28:58 -0000 1.35 +++ elisp.eclass 16 Nov 2008 10:23:42 -0000 1.36 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.35 2008/10/16= 09:28:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.36 2008/11/16= 10:23:42 ulm Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard @@ -56,6 +56,7 @@ eerror "Use \"eselect emacs\" to select the active version." die "Emacs version ${have_emacs} is too low." fi + einfo "Emacs version: ${have_emacs}" } =20 elisp_src_unpack() {