public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/lapack-atlas: lapack-atlas-3.9.23-r1.ebuild
@ 2010-03-07 21:32 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-03-07 21:32 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/07 21:32:53

  Modified:             lapack-atlas-3.9.23-r1.ebuild
  Log:
  fixed importing issue
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?r1=1.1&r2=1.2

Index: lapack-atlas-3.9.23-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lapack-atlas-3.9.23-r1.ebuild	7 Mar 2010 20:25:14 -0000	1.1
+++ lapack-atlas-3.9.23-r1.ebuild	7 Mar 2010 21:32:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.1 2010/03/07 20:25:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.2 2010/03/07 21:32:53 jlec Exp $
 
 EAPI="3"
 
@@ -54,12 +54,12 @@
 		"${S}"/CONFIG/src/SpewMakeInc.c \
 		|| die "failed to append proper includes"
 
-	cp "${FILESDIR}"/eselect.{,c}blas.{,threaded-}atlas "${T}"/
+	cp "${FILESDIR}"/eselect.lapack.atlas "${T}"/
 	sed -i -e "s:/usr:${EPREFIX}/usr:" \
-		"${T}"/eselect.{,c}blas.{,threaded-}atlas || die
+		"${T}"/eselect.lapack.atlas || die
 	if [[ ${CHOST} == *-darwin* ]] ; then
 		sed -i -e 's/\.so\([\.0-9]\+\)\?/\1.dylib/g' \
-			"${T}"/eselect.{,c}blas.{,threaded-}atlas || die
+			"${T}"/eselect.lapack.atlas || die
 		sed -e /LIBTOOL/s/libtool/glibtool/ -i CONFIG/src/SpewMakeInc.c
 		epatch "${FILESDIR}"/${PN}-3.9.3-darwin-make-top.patch
 	fi






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/lapack-atlas: lapack-atlas-3.9.23-r1.ebuild
@ 2010-03-07 21:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-07 21:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/03/07 21:45:07

  Modified:             lapack-atlas-3.9.23-r1.ebuild
  Log:
  whitespace
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild?r1=1.2&r2=1.3

Index: lapack-atlas-3.9.23-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lapack-atlas-3.9.23-r1.ebuild	7 Mar 2010 21:32:53 -0000	1.2
+++ lapack-atlas-3.9.23-r1.ebuild	7 Mar 2010 21:45:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.2 2010/03/07 21:32:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.3 2010/03/07 21:45:06 mr_bones_ Exp $
 
 EAPI="3"
 
@@ -25,7 +25,6 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-
 CDEPEND="virtual/blas
 	virtual/cblas
 	app-admin/eselect-lapack






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-07 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 21:32 [gentoo-commits] gentoo-x86 commit in sci-libs/lapack-atlas: lapack-atlas-3.9.23-r1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-07 21:45 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox