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 1Kw0yj-0007ey-U5 for garchives@archives.gentoo.org; Fri, 31 Oct 2008 20:52:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E8BEE046F; Fri, 31 Oct 2008 20:52:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2808EE046F for ; Fri, 31 Oct 2008 20:52:22 +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 6FC26648FE for ; Fri, 31 Oct 2008 20:52:20 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kw0yi-0007lH-2A for gentoo-commits@lists.gentoo.org; Fri, 31 Oct 2008 20:52:20 +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 dev-scheme/guile: guile-1.8.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: guile-1.8.5-r1.ebuild ChangeLog X-VCS-Directories: dev-scheme/guile X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Fri, 31 Oct 2008 20:52:20 +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: ac48210d-bcee-4328-8fa0-164941357db3 X-Archives-Hash: 7979e58b59f836b24833078cf86b110a ulm 08/10/31 20:52:20 Modified: guile-1.8.5-r1.ebuild ChangeLog Log: Specify name of Emacs site-init file explicitely. (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686) Revision Changes Path 1.3 dev-scheme/guile/guile-1.8.5-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/g= uile-1.8.5-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/g= uile-1.8.5-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/g= uile-1.8.5-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: guile-1.8.5-r1.ebuild =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/dev-scheme/guile/guile-1.8.5-r1.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- guile-1.8.5-r1.ebuild 28 Aug 2008 19:08:10 -0000 1.2 +++ guile-1.8.5-r1.ebuild 31 Oct 2008 20:52:20 -0000 1.3 @@ -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/dev-scheme/guile/guile-1.8.5-r1.ebuil= d,v 1.2 2008/08/28 19:08:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.5-r1.ebuil= d,v 1.3 2008/10/31 20:52:20 ulm Exp $ =20 inherit eutils autotools flag-o-matic elisp-common =20 @@ -87,7 +87,7 @@ =20 if use emacs; then elisp-install ${PN} emacs/*.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \ || die "elisp-site-file-install failed" fi } 1.64 dev-scheme/guile/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/C= hangeLog?rev=3D1.64&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/C= hangeLog?rev=3D1.64&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/C= hangeLog?r1=3D1.63&r2=3D1.64 Index: ChangeLog =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/dev-scheme/guile/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 28 Aug 2008 19:08:10 -0000 1.63 +++ ChangeLog 31 Oct 2008 20:52:20 -0000 1.64 @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/guile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.63 200= 8/08/28 19:08:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.64 200= 8/10/31 20:52:20 ulm Exp $ + + 12 Oct 2008; Ulrich Mueller guile-1.8.5-r1.ebuild: + Specify name of Emacs site-init file explicitely. =20 28 Aug 2008; Ulrich Mueller guile-1.8.5-r1.ebuild: Fix byte-compilation of Emacs lisp files, bug 236046.