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 1QYxhB-0004of-MG for garchives@archives.gentoo.org; Tue, 21 Jun 2011 09:56:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C461C1D6; Tue, 21 Jun 2011 09:56:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 565B11C1D6 for ; Tue, 21 Jun 2011 09:56:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 635541B401B for ; Tue, 21 Jun 2011 09:56:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 2C3B320054; Tue, 21 Jun 2011 09:56:24 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: grace-5.1.22-r2.ebuild ChangeLog grace-5.1.22-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: grace-5.1.22-r2.ebuild ChangeLog grace-5.1.22-r1.ebuild X-VCS-Directories: sci-visualization/grace X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20110621095624.2C3B320054@flycatcher.gentoo.org> Date: Tue, 21 Jun 2011 09:56:24 +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: X-Archives-Hash: 9918c0b01f26b7362a3d0a5dc9f0a581 jlec 11/06/21 09:56:24 Modified: grace-5.1.22-r2.ebuild ChangeLog grace-5.1.22-r1.ebuild Log: Added fortran-2.eclass support =20 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64) Revision Changes Path 1.8 sci-visualization/grace/grace-5.1.22-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r2.ebuild?r1=3D1.7&r2=3D1.8 Index: grace-5.1.22-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/grace/grace-5.1.22-r2= .ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- grace-5.1.22-r2.ebuild 13 Jun 2011 11:33:59 -0000 1.7 +++ grace-5.1.22-r2.ebuild 21 Jun 2011 09:56:23 -0000 1.8 @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-= r2.ebuild,v 1.7 2011/06/13 11:33:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-= r2.ebuild,v 1.8 2011/06/21 09:56:23 jlec Exp $ =20 EAPI=3D4 =20 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs =20 DESCRIPTION=3D"Motif based XY-plotting tool" HOMEPAGE=3D"http://plasma-gate.weizmann.ac.il/Grace/" @@ -31,6 +31,7 @@ x11-misc/xdg-utils" =20 pkg_setup() { + fortran-2_pkg_setup tc-export CC } =20 1.50 sci-visualization/grace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/ChangeLog?rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/ChangeLog?rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/ChangeLog?r1=3D1.49&r2=3D1.50 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/grace/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 13 Jun 2011 11:33:59 -0000 1.49 +++ ChangeLog 21 Jun 2011 09:56:23 -0000 1.50 @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/grace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1= .49 2011/06/13 11:33:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1= .50 2011/06/21 09:56:23 jlec Exp $ + + 21 Jun 2011; Justin Lecher grace-5.1.22-r1.ebuild, + grace-5.1.22-r2.ebuild: + Added fortran-2.eclass support =20 13 Jun 2011; Justin Lecher grace-5.1.22-r1.ebuild, grace-5.1.22-r2.ebuild, -files/grace.png: 1.14 sci-visualization/grace/grace-5.1.22-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r1.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r1.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/= grace/grace-5.1.22-r1.ebuild?r1=3D1.13&r2=3D1.14 Index: grace-5.1.22-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/sci-visualization/grace/grace-5.1.22-r1= .ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- grace-5.1.22-r1.ebuild 13 Jun 2011 11:33:59 -0000 1.13 +++ grace-5.1.22-r1.ebuild 21 Jun 2011 09:56:24 -0000 1.14 @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-= r1.ebuild,v 1.13 2011/06/13 11:33:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-= r1.ebuild,v 1.14 2011/06/21 09:56:24 jlec Exp $ =20 EAPI=3D3 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs =20 DESCRIPTION=3D"Motif based XY-plotting tool" HOMEPAGE=3D"http://plasma-gate.weizmann.ac.il/Grace/"