public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/umfpack: metadata.xml ChangeLog umfpack-5.5.2.ebuild umfpack-5.5.1.ebuild umfpack-5.2.0.ebuild
@ 2012-04-26 14:22 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-04-26 14:22 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/26 14:22:21

  Modified:             metadata.xml ChangeLog umfpack-5.5.2.ebuild
                        umfpack-5.5.1.ebuild umfpack-5.2.0.ebuild
  Log:
  sci-libs/umfpack: Drop unnessecary die
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/umfpack/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	14 May 2010 21:46:31 -0000	1.3
+++ metadata.xml	26 Apr 2012 14:22:21 -0000	1.4
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<longdescription lang="en">
   UMFPACK is a set of routines for solving unsymmetric sparse linear
   systems, Ax=b, using the Unsymmetric MultiFrontal method.
   Includes a C-callable interface, and a Fortran-callable interface.
   MATLAB routines are not included in the Gentoo package.
 </longdescription>
-<use>
-  <flag name='metis'>Use METIS via CHOLMOD(<pkg>sci-libs/cholmod</pkg>) for partitioning</flag>
-</use>
+	<use>
+		<flag name="metis">Use METIS via CHOLMOD(<pkg>sci-libs/cholmod</pkg>) for partitioning</flag>
+	</use>
 </pkgmetadata>



1.27                 sci-libs/umfpack/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 Jan 2012 05:54:40 -0000	1.26
+++ ChangeLog	26 Apr 2012 14:22:21 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/umfpack
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.26 2012/01/20 05:54:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.27 2012/04/26 14:22:21 jlec Exp $
+
+  26 Apr 2012; Justin Lecher <jlec@gentoo.org> umfpack-5.2.0.ebuild,
+  umfpack-5.5.1.ebuild, umfpack-5.5.2.ebuild, metadata.xml:
+  Drop unnessecary die
 
 *umfpack-5.5.2 (20 Jan 2012)
 



1.2                  sci-libs/umfpack/umfpack-5.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild?r1=1.1&r2=1.2

Index: umfpack-5.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- umfpack-5.5.2.ebuild	20 Jan 2012 05:54:40 -0000	1.1
+++ umfpack-5.5.2.ebuild	26 Apr 2012 14:22:21 -0000	1.2
@@ -1,9 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild,v 1.1 2012/01/20 05:54:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.2.ebuild,v 1.2 2012/04/26 14:22:21 jlec Exp $
 
 EAPI=4
+
 AUTOTOOLS_AUTORECONF=yes
+
 inherit autotools-utils fortran-2
 
 MY_PN=UMFPACK
@@ -16,6 +18,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc metis static-libs"
+
 RDEPEND="virtual/fortran
 	virtual/blas
 	sci-libs/amd



1.5                  sci-libs/umfpack/umfpack-5.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild?r1=1.4&r2=1.5

Index: umfpack-5.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- umfpack-5.5.1.ebuild	4 Aug 2011 17:36:44 -0000	1.4
+++ umfpack-5.5.1.ebuild	26 Apr 2012 14:22:21 -0000	1.5
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild,v 1.4 2011/08/04 17:36:44 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.5.1.ebuild,v 1.5 2012/04/26 14:22:21 jlec Exp $
 
 EAPI=4
+
 inherit autotools eutils fortran-2
 
 MY_PN=UMFPACK
@@ -15,6 +16,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc metis static-libs"
+
 RDEPEND="
 	virtual/fortran
 	virtual/blas



1.15                 sci-libs/umfpack/umfpack-5.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild?r1=1.14&r2=1.15

Index: umfpack-5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- umfpack-5.2.0.ebuild	21 Jun 2011 14:45:09 -0000	1.14
+++ umfpack-5.2.0.ebuild	26 Apr 2012 14:22:21 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.14 2011/06/21 14:45:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.15 2012/04/26 14:22:21 jlec Exp $
 
 inherit autotools eutils fortran-2
 
@@ -14,6 +14,7 @@
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="doc"
+
 RDEPEND="
 	virtual/fortran
 	virtual/blas
@@ -32,8 +33,7 @@
 
 src_compile() {
 	econf \
-		--with-blas="$(pkg-config --libs blas)" \
-		|| die "econf failed"
+		--with-blas="$(pkg-config --libs blas)"
 	emake || die "emake failed"
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-26 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 14:22 [gentoo-commits] gentoo-x86 commit in sci-libs/umfpack: metadata.xml ChangeLog umfpack-5.5.2.ebuild umfpack-5.5.1.ebuild umfpack-5.2.0.ebuild Justin Lecher (jlec)

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