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 1SfZxC-0004bP-5E for garchives@archives.gentoo.org; Fri, 15 Jun 2012 17:04:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21D7C21C047; Fri, 15 Jun 2012 17:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E950B21C047 for ; Fri, 15 Jun 2012 17:04:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D6D51B403C for ; Fri, 15 Jun 2012 17:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1FCFFE5430 for ; Fri, 15 Jun 2012 17:04:34 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1339779849.88681514e2e856b4ee8b4ac65de3b44ceb2723e3.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/scamp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/scamp/ChangeLog sci-astronomy/scamp/scamp-1.7.0-r2.ebuild X-VCS-Directories: sci-astronomy/scamp/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 88681514e2e856b4ee8b4ac65de3b44ceb2723e3 X-VCS-Branch: master Date: Fri, 15 Jun 2012 17:04:34 +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: 93550d32-870f-43a8-8087-7eded8b3a455 X-Archives-Hash: 8ff47a78214551bb6079dd64515e4c59 commit: 88681514e2e856b4ee8b4ac65de3b44ceb2723e3 Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Fri Jun 15 17:04:09 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Jun 15 17:04:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D88681514 sci-astronomy/scamp: Fixed patch name (Portage version: 2.1.10.63/git/Linux x86_64, unsigned Manifest commit) --- sci-astronomy/scamp/ChangeLog | 3 +++ sci-astronomy/scamp/scamp-1.7.0-r2.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/scamp/ChangeLog b/sci-astronomy/scamp/ChangeLo= g index 3f1cc3b..0ce6588 100644 --- a/sci-astronomy/scamp/ChangeLog +++ b/sci-astronomy/scamp/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.7 2= 011/08/04 18:32:22 bicatali Exp $ =20 + 15 Jun 2012; S=C3=A9bastien Fabbro scamp-1.7.0-r= 2.ebuild: + Fixed patch name + *scamp-1.7.0-r2 (03 Jan 2012) =20 03 Jan 2012; S=C3=A9bastien Fabbro -scamp-1.7.0-= r1.ebuild, diff --git a/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild b/sci-astronomy/sc= amp/scamp-1.7.0-r2.ebuild index 6d3347d..69c4b2c 100644 --- a/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild +++ b/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild @@ -36,12 +36,12 @@ src_prepare() { -e "s/-llapack/-l${myclapack}/g" \ -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \ configure || die "sed acx_atlas.m4 failed" - epatch "${FILESDIR}"/${PV}-plplot599.patch + epatch "${FILESDIR}"/${P}-plplot599.patch } =20 src_configure() { econf \ - --with-atlas-incdir=3D"${EROOT}/usr/include/atlas" \ + --with-atlas-incdir=3D"${EPREFIX}/usr/include/atlas" \ $(use_with plplot) \ $(use_enable threads) }