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 1JuZQb-00082A-8r for garchives@archives.gentoo.org; Fri, 09 May 2008 20:42:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B01BE00D5; Fri, 9 May 2008 20:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23A7CE00D5 for ; Fri, 9 May 2008 20:42:52 +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 A514367394 for ; Fri, 9 May 2008 20:42:51 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JuZQY-0004hy-HR for gentoo-commits@lists.gentoo.org; Fri, 09 May 2008 20:42:50 +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 sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnuplot-4.2.3-r2.ebuild ChangeLog X-VCS-Directories: sci-visualization/gnuplot X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Fri, 09 May 2008 20:42:50 +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: 4a371d7f-1208-4703-ab87-6ee75a619b2c X-Archives-Hash: a671f21593628911a96707a673a82937 ulm 08/05/09 20:42:50 Modified: gnuplot-4.2.3-r2.ebuild ChangeLog Log: Inherit autotools and call eautoreconf, bug 219323 comment 8. (Portage version: 2.1.5_rc7) Revision Changes Path 1.2 sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/gnuplot-4.2.3-r2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/gnuplot-4.2.3-r2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/gnuplot-4.2.3-r2.ebuild?r1=3D1.1&r2=3D1.2 Index: gnuplot-4.2.3-r2.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/sci-visualization/gnuplot/gnuplot-4.2.3= -r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnuplot-4.2.3-r2.ebuild 9 May 2008 20:25:37 -0000 1.1 +++ gnuplot-4.2.3-r2.ebuild 9 May 2008 20:42:50 -0000 1.2 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2= .3-r2.ebuild,v 1.1 2008/05/09 20:25:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2= .3-r2.ebuild,v 1.2 2008/05/09 20:42:50 ulm Exp $ =20 -inherit eutils elisp-common multilib wxwidgets +inherit autotools elisp-common eutils multilib wxwidgets =20 MY_P=3D"${P/_/.}" =20 @@ -66,6 +66,8 @@ # Don't store resource files in deprecated location, reported upstream: # http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1953742&= group_id=3D2055&atid=3D102055 epatch "${FILESDIR}"/${P}-app-defaults.patch + + eautoreconf } =20 src_compile() { 1.72 sci-visualization/gnuplot/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/ChangeLog?rev=3D1.72&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/ChangeLog?rev=3D1.72&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= gnuplot/ChangeLog?r1=3D1.71&r2=3D1.72 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/sci-visualization/gnuplot/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 9 May 2008 20:25:37 -0000 1.71 +++ ChangeLog 9 May 2008 20:42:50 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v= 1.71 2008/05/09 20:25:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v= 1.72 2008/05/09 20:42:50 ulm Exp $ + + 09 May 2008; Ulrich Mueller gnuplot-4.2.3-r2.ebuild: + Inherit autotools and call eautoreconf, bug 219323 comment 8. =20 *gnuplot-4.2.3-r2 (09 May 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list