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 1MOJi2-0004mJ-UO for garchives@archives.gentoo.org; Tue, 07 Jul 2009 23:04:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9FEE03B5; Tue, 7 Jul 2009 23:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E186E03B5 for ; Tue, 7 Jul 2009 23:04: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 CDCDA65BD6 for ; Tue, 7 Jul 2009 23:04:21 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MOJi1-000265-I1 for gentoo-commits@lists.gentoo.org; Tue, 07 Jul 2009 23:04:21 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/shelx: shelx-20060317-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: shelx-20060317-r1.ebuild ChangeLog X-VCS-Directories: sci-chemistry/shelx X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Tue, 07 Jul 2009 23:04:21 +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: 2cb389c5-5ce1-4a20-8ba5-9b51c62204a5 X-Archives-Hash: 8ca2eefb35f32dd4350e9391b8684661 flameeyes 09/07/07 23:04:21 Modified: shelx-20060317-r1.ebuild ChangeLog Log: Use elog for fetch error. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.4 sci-chemistry/shelx/shelx-20060317-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/shelx-20060317-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/shelx-20060317-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/shelx-20060317-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: shelx-20060317-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-chemistry/shelx/shelx-20060317-r1.e= build,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- shelx-20060317-r1.ebuild 29 May 2009 00:42:09 -0000 1.3 +++ shelx-20060317-r1.ebuild 7 Jul 2009 23:04:21 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1= .ebuild,v 1.3 2009/05/29 00:42:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1= .ebuild,v 1.4 2009/07/07 23:04:21 flameeyes Exp $ =20 inherit autotools eutils flag-o-matic fortran =20 @@ -20,11 +20,11 @@ FORTRAN=3D"ifc gfortran" =20 pkg_nofetch() { - einfo "Go to ${HOMEPAGE}" - einfo "Fill out the application form, and send it in." - einfo "Download unix.tgz, rename it to ${P}.tgz," - use openmp && einfo "download mp.tgz, rename it to ${P}-mp.tgz," - einfo "and place renamed tarballs in ${DISTDIR}." + elog "Go to ${HOMEPAGE}" + elog "Fill out the application form, and send it in." + elog "Download unix.tgz, rename it to ${P}.tgz," + use openmp && elog "download mp.tgz, rename it to ${P}-mp.tgz," + elog "and place renamed tarballs in ${DISTDIR}." } =20 src_unpack() { 1.15 sci-chemistry/shelx/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/ChangeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/ChangeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/shel= x/ChangeLog?r1=3D1.14&r2=3D1.15 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/shelx/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 29 May 2009 00:42:09 -0000 1.14 +++ ChangeLog 7 Jul 2009 23:04:21 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/shelx # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.14 = 2009/05/29 00:42:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.15 = 2009/07/07 23:04:21 flameeyes Exp $ + + 07 Jul 2009; Diego E. Petten=C3=B2 + shelx-20060317-r1.ebuild: + Use elog for fetch error. =20 29 May 2009; Donnie Berkholz ; shelx-20060317-r1.ebuild: