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 1NkqBT-0005F1-Ok for garchives@archives.gentoo.org; Fri, 26 Feb 2010 02:44:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9B1AE0985; Fri, 26 Feb 2010 02:44:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A37AE0985 for ; Fri, 26 Feb 2010 02:44:06 +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 213631B41B7 for ; Fri, 26 Feb 2010 02:44:06 +0000 (UTC) Received: from markusle by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NkqBR-0005lY-IT for gentoo-commits@lists.gentoo.org; Fri, 26 Feb 2010 02:44:05 +0000 From: "Markus Dittrich (markusle)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, markusle@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: psi-3.2.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: psi-3.2.3.ebuild ChangeLog X-VCS-Directories: sci-chemistry/psi X-VCS-Committer: markusle X-VCS-Committer-Name: Markus Dittrich Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Dittrich Date: Fri, 26 Feb 2010 02:44:05 +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: 34e9cc30-cdd6-4616-bc61-0cc50e19e29d X-Archives-Hash: 4607658a016c17b354a9705a55ff6edf markusle 10/02/26 02:44:05 Modified: psi-3.2.3.ebuild ChangeLog Log: Fixed some QA issues. (Portage version: 2.1.7.17/cvs/Linux x86_64) Revision Changes Path 1.4 sci-chemistry/psi/psi-3.2.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= psi-3.2.3.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= psi-3.2.3.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= psi-3.2.3.ebuild?r1=3D1.3&r2=3D1.4 Index: psi-3.2.3.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-chemistry/psi/psi-3.2.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- psi-3.2.3.ebuild 7 Dec 2008 04:46:06 -0000 1.3 +++ psi-3.2.3.ebuild 26 Feb 2010 02:44:04 -0000 1.4 @@ -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/sci-chemistry/psi/psi-3.2.3.ebuild,v = 1.3 2008/12/07 04:46:06 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v = 1.4 2010/02/26 02:44:04 markusle Exp $ =20 inherit autotools eutils =20 @@ -24,11 +24,11 @@ =20 src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/try-more-compilers.patch - epatch ${FILESDIR}/try-pthread-for-blas-lapack.patch - epatch ${FILESDIR}/dont-build-libint.patch - epatch ${FILESDIR}/use-external-libint.patch + cd "${S}" + epatch "${FILESDIR}"/try-more-compilers.patch + epatch "${FILESDIR}"/try-pthread-for-blas-lapack.patch + epatch "${FILESDIR}"/dont-build-libint.patch + epatch "${FILESDIR}"/use-external-libint.patch eautoreconf } =20 1.11 sci-chemistry/psi/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= ChangeLog?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= ChangeLog?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/= ChangeLog?r1=3D1.10&r2=3D1.11 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-chemistry/psi/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 26 Feb 2010 02:39:02 -0000 1.10 +++ ChangeLog 26 Feb 2010 02:44:04 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/psi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.10 20= 10/02/26 02:39:02 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.11 20= 10/02/26 02:44:04 markusle Exp $ + + 26 Feb 2010; Markus Dittrich psi-3.2.3.ebuild: + Fixed some QA issues. =20 26 Feb 2010; Markus Dittrich psi-3.3.0.ebuild, +files/psi-3.3.0-parallel-make.patch: