[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2021-01-05 Thread Andrew Ammerlaan
commit: 5d70fd9ecd349a4f63a35fee1b53c69bd7d260ac
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Jan  3 13:49:41 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan  5 18:10:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d70fd9e

virtual/blacs: remove obsolete virtual

mpiblacs is no longer in the repo, therefore there is only 1
package that satisfies this virtual's dependencies and thus
it is no longer needed

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 virtual/blacs/blacs-1.1-r2.ebuild | 16 
 virtual/blacs/metadata.xml|  8 
 2 files changed, 24 deletions(-)

diff --git a/virtual/blacs/blacs-1.1-r2.ebuild 
b/virtual/blacs/blacs-1.1-r2.ebuild
deleted file mode 100644
index 0a336bfed..0
--- a/virtual/blacs/blacs-1.1-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for BLACS implementation"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   || (
-   sci-libs/mkl
-   >=sci-libs/mpiblacs-1.1
-   )
-"

diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml
deleted file mode 100644
index ae9640ffb..0
--- a/virtual/blacs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2020-11-09 Thread Aisha Tammy
commit: c8cda945ef905288da4e5b59d09284477741cdfa
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Nov 10 00:57:07 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Nov 10 00:57:07 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c8cda945

virtual/blacs: drop ia64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 virtual/blacs/blacs-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/blacs/blacs-1.1-r2.ebuild 
b/virtual/blacs/blacs-1.1-r2.ebuild
index c406268da..0a336bfed 100644
--- a/virtual/blacs/blacs-1.1-r2.ebuild
+++ b/virtual/blacs/blacs-1.1-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Virtual for BLACS implementation"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
|| (



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2020-11-09 Thread Aisha Tammy
commit: fd04c569ad4ac56dd40fe7c9926432b6b678bcef
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Nov 10 00:03:53 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Nov 10 00:03:53 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd04c569

virtual/blacs: revision bump with fixes

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 virtual/blacs/blacs-1.1-r1.ebuild | 24 
 virtual/blacs/blacs-1.1-r2.ebuild | 16 
 virtual/blacs/metadata.xml|  7 ---
 3 files changed, 16 insertions(+), 31 deletions(-)

diff --git a/virtual/blacs/blacs-1.1-r1.ebuild 
b/virtual/blacs/blacs-1.1-r1.ebuild
deleted file mode 100644
index ba94ffaa2..0
--- a/virtual/blacs/blacs-1.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for BLACS implementation"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc int64"
-
-RDEPEND="
-   || (
-   sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
-   abi_x86_64? ( !abi_x86_32? ( >=sci-libs/mpiblacs-1.1 ) )
-   )
-   int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )
-   doc? ( >=app-doc/blacs-docs-1 )"
-DEPEND=""

diff --git a/virtual/blacs/blacs-1.1-r2.ebuild 
b/virtual/blacs/blacs-1.1-r2.ebuild
new file mode 100644
index 0..c406268da
--- /dev/null
+++ b/virtual/blacs/blacs-1.1-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for BLACS implementation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   || (
+   sci-libs/mkl
+   >=sci-libs/mpiblacs-1.1
+   )
+"

diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml
index 5f25087f3..ae9640ffb 100644
--- a/virtual/blacs/metadata.xml
+++ b/virtual/blacs/metadata.xml
@@ -5,11 +5,4 @@
s...@gentoo.org
Gentoo Science Project

-   
-Gentoo virtual package for the Basic Linear Algebra Communication Subprograms 
implementation.
-
-   
-   Add eselect module for blas libraries built 
with 64 bits
-integer ABI
-   
 



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2017-03-06 Thread Marius Brehler
commit: 51befd3e96909e6f93e362415301aa1a0af76cb3
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:18:09 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=51befd3e

virtual/blacs: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/blacs/blacs-1.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/virtual/blacs/blacs-1.1-r1.ebuild 
b/virtual/blacs/blacs-1.1-r1.ebuild
index 88595052b..ba94ffaa2 100644
--- a/virtual/blacs/blacs-1.1-r1.ebuild
+++ b/virtual/blacs/blacs-1.1-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLACS implementation"



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2016-02-26 Thread Justin Lecher
commit: d16b35a4148bb41602dceca798a34cc0e3a4b766
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Feb 26 08:51:15 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Feb 26 08:51:15 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d16b35a4

virtual/blacs: Drop old

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 virtual/blacs/blacs-1.1.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/virtual/blacs/blacs-1.1.ebuild b/virtual/blacs/blacs-1.1.ebuild
deleted file mode 100644
index f41d009..000
--- a/virtual/blacs/blacs-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Virtual for BLACS implementation"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc"
-RDEPEND="|| (
-   >=sci-libs/mpiblacs-1.1
-   >=sci-libs/mkl-10.3
-   )
-   doc? ( >=app-doc/blacs-docs-1 )"
-DEPEND=""



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2016-02-26 Thread Justin Lecher
commit: fe2404000599f8d6b6bd84aed725d24fa91be11e
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Feb 26 08:52:26 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Feb 26 08:52:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe240400

virtual/blacs: Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 virtual/blacs/blacs-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/blacs/blacs-1.1-r1.ebuild 
b/virtual/blacs/blacs-1.1-r1.ebuild
index 3541e2c..55db93a 100644
--- a/virtual/blacs/blacs-1.1-r1.ebuild
+++ b/virtual/blacs/blacs-1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2015-12-28 Thread Justin Lecher
commit: 9cb9e2ab10d3f0950decb935c060151d72359016
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Dec 28 08:11:10 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Dec 28 08:11:10 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9cb9e2ab

virtual/blacs: add ABI_x86 and int64 support

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 virtual/blacs/blacs-1.1-r1.ebuild | 27 +++
 virtual/blacs/metadata.xml|  4 
 2 files changed, 31 insertions(+)

diff --git a/virtual/blacs/blacs-1.1-r1.ebuild 
b/virtual/blacs/blacs-1.1-r1.ebuild
new file mode 100644
index 000..3541e2c
--- /dev/null
+++ b/virtual/blacs/blacs-1.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for BLACS implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="doc int64"
+
+RDEPEND="
+   || (
+   sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+   abi_x86_64? ( !abi_x86_32? ( >=sci-libs/mpiblacs-1.1 ) )
+   )
+   int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )
+   doc? ( >=app-doc/blacs-docs-1 )"
+DEPEND=""

diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml
index 3feba42..859ed1f 100644
--- a/virtual/blacs/metadata.xml
+++ b/virtual/blacs/metadata.xml
@@ -5,4 +5,8 @@
   
   Gentoo virtual package for the Basic Linear Algebra Communication 
Subprograms implementation.
 
+  
+Add eselect module for blas libraries built with 64 bits
+  integer ABI
+  
 



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2014-11-12 Thread Christoph Junghans
commit: 6f8d3ac237bb35cb695ae8505030872795dcd282
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Wed Nov 12 10:06:42 2014 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Wed Nov 12 10:06:42 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6f8d3ac2

virtual/blacs: Bumpt to EAPI=5

Package-Manager: portage-2.2.14

---
 virtual/blacs/ChangeLog| 5 -
 virtual/blacs/blacs-1.1.ebuild | 2 +-
 virtual/blacs/metadata.xml | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/virtual/blacs/ChangeLog b/virtual/blacs/ChangeLog
index 44f6ef6..0bb499a 100644
--- a/virtual/blacs/ChangeLog
+++ b/virtual/blacs/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for virtual/blacs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Nov 2014; Justin Lecher j...@gentoo.org blacs-1.1.ebuild, metadata.xml:
+  Bumpt to EAPI=5
+
 *blacs-1.1 (09 Dec 2010)
 
   09 Dec 2010; Sébastien Fabbro bicat...@gentoo.org +blacs-1.1.ebuild,

diff --git a/virtual/blacs/blacs-1.1.ebuild b/virtual/blacs/blacs-1.1.ebuild
index 76642a2..a361ca5 100644
--- a/virtual/blacs/blacs-1.1.ebuild
+++ b/virtual/blacs/blacs-1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION=Virtual for BLACS implementation
 HOMEPAGE=

diff --git a/virtual/blacs/metadata.xml b/virtual/blacs/metadata.xml
index 2b95d33..3feba42 100644
--- a/virtual/blacs/metadata.xml
+++ b/virtual/blacs/metadata.xml
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsci/herd
-longdescription lang=en
+  herdsci/herd
+  longdescription lang=en
   Gentoo virtual package for the Basic Linear Algebra Communication 
Subprograms implementation.
 /longdescription
 /pkgmetadata