From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OtfYR-0001sg-EQ for garchives@archives.gentoo.org; Thu, 09 Sep 2010 11:44:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D7EFE08EE; Thu, 9 Sep 2010 11:44:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 21D2CE08EE for ; Thu, 9 Sep 2010 11:44:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A9231B41BD for ; Thu, 9 Sep 2010 11:44:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 3C0D620051; Thu, 9 Sep 2010 11:44:30 +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/edb: edb-1.31.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: edb-1.31.ebuild ChangeLog X-VCS-Directories: app-emacs/edb X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20100909114430.3C0D620051@flycatcher.gentoo.org> Date: Thu, 9 Sep 2010 11:44:30 +0000 (UTC) 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: e9f69973-60cc-4cd1-b718-1727129aadcf X-Archives-Hash: cb29adcb8e6e4168931474573bb432b4 ulm 10/09/09 11:44:30 Modified: edb-1.31.ebuild ChangeLog Log: Fix test failure caused by wrong load-path, bug 319385. =20 (Portage version: 2.2_rc71/cvs/Linux x86_64) Revision Changes Path 1.2 app-emacs/edb/edb-1.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/edb-= 1.31.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/edb-= 1.31.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/edb-= 1.31.ebuild?r1=3D1.1&r2=3D1.2 Index: edb-1.31.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/app-emacs/edb/edb-1.31.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- edb-1.31.ebuild 29 May 2008 16:24:19 -0000 1.1 +++ edb-1.31.ebuild 9 Sep 2010 11:44:30 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.31.ebuild,v 1.1 2= 008/05/29 16:24:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/edb-1.31.ebuild,v 1.2 2= 010/09/09 11:44:30 ulm Exp $ =20 inherit elisp eutils =20 @@ -13,11 +13,12 @@ KEYWORDS=3D"~x86 ~sparc ~amd64 ~ppc" IUSE=3D"" =20 +ELISP_PATCHES=3D"${P}-skram-path.patch" SITEFILE=3D"52${PN}-gentoo.el" =20 src_compile() { - econf || die "econf failed" - emake -j1 || die "emake failed" + econf + emake -j1 || die } =20 src_install() { 1.12 app-emacs/edb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/Chan= geLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/Chan= geLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/Chan= geLog?r1=3D1.11&r2=3D1.12 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/app-emacs/edb/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 29 Jan 2009 01:25:15 -0000 1.11 +++ ChangeLog 9 Sep 2010 11:44:30 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/edb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/ChangeLog,v 1.11 2009/0= 1/29 01:25:15 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/edb/ChangeLog,v 1.12 2010/0= 9/09 11:44:30 ulm Exp $ + + 09 Sep 2010; Ulrich Mueller edb-1.31.ebuild, + +files/edb-1.31-skram-path.patch: + Fix test failure caused by wrong load-path, bug 319385. =20 29 Jan 2009; Christian Faulhammer -files/edb-info-direntry.patch, -edb-1.29.ebuild: