[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2023-06-09 Thread Sam James
commit: 1c8758f2d673f7a45ce1c0a4adb865f1ec06841e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  9 14:16:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  9 14:16:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8758f2

app-eselect/eselect-blas: Stabilize 0.3 ALLARCHES, #908152

Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.3.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.3.ebuild
index 2dfac934a3c7..f07c58aaf4bb 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.3.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/, app-eselect/eselect-blas/files/

2023-03-18 Thread James Le Cuirot
commit: f3f7e9cacb8eb71c76c8cab08359e35756530612
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb 27 23:34:56 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar 18 21:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f7e9ca

app-eselect/eselect-blas: Bump to fix ROOT handling and apply quoting

The module assumed that ROOT should be present in LDPATH variable of the
generated config files. This makes no sense because ROOT is not applicable at
runtime.

Signed-off-by: James Le Cuirot  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.3.ebuild |  28 
 app-eselect/eselect-blas/files/blas.eselect-0.3  | 168 +++
 2 files changed, 196 insertions(+)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.3.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.3.ebuild
new file mode 100644
index ..2dfac934a3c7
--- /dev/null
+++ b/app-eselect/eselect-blas/eselect-blas-0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="BLAS/CBLAS module for eselect"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+# Need skel.bash lib
+RDEPEND=( ">=app-admin/eselect-1.0.5"
+ "!app-eselect/eselect-cblas" )
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+
+src_install() {
+   local MODULEDIR="/usr/share/eselect/modules"
+   local MODULE="blas"
+   insinto ${MODULEDIR}
+   newins "${FILESDIR}"/${MODULE}.eselect-${PVR} ${MODULE}.eselect
+   doman "${FILESDIR}"/blas.eselect.5
+}

diff --git a/app-eselect/eselect-blas/files/blas.eselect-0.3 
b/app-eselect/eselect-blas/files/blas.eselect-0.3
new file mode 100644
index ..8941f720054f
--- /dev/null
+++ b/app-eselect/eselect-blas/files/blas.eselect-0.3
@@ -0,0 +1,168 @@
+# -*-eselect-*-  vim: ft=eselect
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU GPL version 2 or later
+
+inherit config tests multilib skel
+
+MODULE="BLAS/CBLAS"
+IFACE="blas"
+DESCRIPTION="Manage installed alternatives of $MODULE shared objects"
+MAINTAINER="lu...@debian.org"
+VERSION="0.3"
+
+### helper utility to find all available BLAS/CBLAS implementations
+find_targets_in() {
+   [[ $# -eq 1 ]] || die -q "in which libdir?"
+
+   local cand
+   for cand in "${EROOT}/etc/env.d/blas/$1"/*; do
+   [[ "config" = $(basename ${cand}) ]] && continue
+   [[ -r ${cand} ]] && basename ${cand}
+   done
+}
+
+### helper utility to validate a BLAS/CBLAS library directory
+validate_blaslibdir() {
+   [[ -d $1 ]] || return 2  # dir doesn't exist
+   [[ -r "${1}/libblas.so.3" ]] && [[ -r "${1}/libblas.so" ]] \
+   && [[ -r "${1}/libcblas.so.3" ]] && [[ -r "${1}/libcblas.so" ]] \
+   || return 1
+}
+
+### show action
+do_show() {
+   # do_show -- show both lib64 and lib32 selection
+   # do_show libxx -- show libxx selection
+   local libdir cur libdirs=( $(list_libdirs) )
+
+   # if manually specified libdirs
+   if [[ ! $# -eq 0 ]]; then
+   for libdir in $@; do
+   has $libdir ${libdirs[@]} || die -q "invalid libdir 
'$libdir'!"
+   done
+   libdirs=( $@ )
+   fi
+
+   for libdir in ${libdirs[@]}; do
+   [[ ! -d ${EROOT}/usr/$libdir ]] && continue
+   [[ ! -r ${EROOT}/etc/env.d/blas/${libdir}/config ]] && continue
+   cur=$(load_config "${EROOT}"/etc/env.d/blas/${libdir}/config 
CURRENT)
+   echo ${libdir}: $cur
+   done
+}
+
+### list action
+do_list() {
+   local i cur targets
+   local libdir libdirs=( $(list_libdirs) )
+
+   # if manually specified libdirs
+   if [[ ! $# -eq 0 ]]; then
+   for libdir in $@; do
+   has $libdir ${libdirs[@]} || die -q "invalid libdir 
'$libdir'!"
+   done
+   libdirs=( $@ )
+   fi
+
+   for libdir in ${libdirs[@]}; do
+   [[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir 
]] && continue
+   targets=( $(find_targets_in $libdir) )
+   cur=$(load_config "${EROOT}"/etc/env.d/blas/${libdir}/config 
CURRENT)
+
+   write_list_start "Available BLAS/CBLAS ($libdir) candidates:"
+   for (( i = 0; i < ${#targets[@]}; i++ )); do
+   [[ ${targets[i]} = $cur ]] \
+   && targets[i]=$(highlight_marker "${targets[i]}")
+   done
+   write_numbered_list -m "(none found)" "${targets[@]}"
+   done
+}
+
+### validate action
+describe_validate() {
+   echo "validate candidates and remove invalid ones"
+}
+
+do_validate() {
+   local i ldpath targets target candidate
+  

[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2022-05-14 Thread WANG Xuerui
commit: 7c18b227b1ab6571520e77c89e0cd83c0cc4e5ef
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 06:05:00 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 06:21:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c18b227

app-eselect/eselect-blas: keyword 0.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 1c67bef07bc5..2dc3962e44ec 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2021-07-21 Thread Marek Szuba
commit: 315cce8554f2373ab0dc49c40136d224f32362ea
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 10:34:36 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 10:34:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315cce85

app-eselect/eselect-blas: update EAPI 6 -> 7

Signed-off-by: Marek Szuba  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index 786faf50108..ef334a1730a 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="BLAS module for eselect"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2021-07-01 Thread Marek Szuba
commit: 73f6c5ea6dc7d2c9566cad177e6e0d5fe8465128
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jul  1 20:48:01 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jul  1 22:40:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f6c5ea

app-eselect/eselect-blas: keyword 0.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 477b648968f..1c67bef07bc 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2021-02-06 Thread Sam James
commit: 42f85ba66b8e85a6e5d2dc7608bc0efa1bfe541e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  7 01:16:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  7 01:16:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f85ba6

app-eselect/eselect-blas: fix metadata indentation

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-blas/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-eselect/eselect-blas/metadata.xml 
b/app-eselect/eselect-blas/metadata.xml
index 0c6991d7902..ae9640ffb9f 100644
--- a/app-eselect/eselect-blas/metadata.xml
+++ b/app-eselect/eselect-blas/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   s...@gentoo.org
-   Gentoo Science Project
-
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2021-02-06 Thread Sam James
commit: 48a85a78de56609353e3db78712290043c0833c1
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  7 01:16:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  7 01:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a85a78

app-eselect/eselect-blas: mark ALLARCHES

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-blas/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-eselect/eselect-blas/metadata.xml 
b/app-eselect/eselect-blas/metadata.xml
index ae9640ffb9f..d4dd553c186 100644
--- a/app-eselect/eselect-blas/metadata.xml
+++ b/app-eselect/eselect-blas/metadata.xml
@@ -5,4 +5,5 @@
s...@gentoo.org
Gentoo Science Project

+   
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2021-01-06 Thread Fabian Groffen
commit: c480a94d52084cb61e650dff7155036b3ea207af
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:08:52 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:12:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c480a94d

app-eselect/eselect-blas: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index cb35f6bc2b9..25d90273d93 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2020-06-01 Thread Sergei Trofimovich
commit: beeff196b5dcb0e0a758cc7fb7a667f784dd77b1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun  1 17:47:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 19:52:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeff196

app-eselect/eselect-blas: stable 0.2 for hppa, bug #698756

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 930087457bb..477b648968f 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2020-05-20 Thread Agostino Sarubbo
commit: dfb3acdc18dc1b5915004192324583ec58f088f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 20 06:25:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 20 06:25:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb3acdc

app-eselect/eselect-blas: sparc stable wrt bug #698756

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 23b589fc28c..930087457bb 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/files/, app-eselect/eselect-lapack/files/, ...

2020-03-19 Thread Ulrich Müller
commit: 77811ea717acee267998b43e23c037cd8b9acb69
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Mar 19 10:08:48 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Mar 19 10:12:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77811ea7

*/*: Update attribution for all files with a 2019 copyright.

Policy reference:
https://www.gentoo.org/glep/glep-0076.html#simplified-attribution

Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/filebeat/files/filebeat.initd | 2 +-
 app-admin/filebeat/files/filebeat.initd.1   | 2 +-
 app-eselect/eselect-blas/files/blas.eselect-0.2 | 4 ++--
 app-eselect/eselect-lapack/files/lapack.eselect-0.2 | 4 ++--
 net-im/bitlbee/files/bitlbee.initd-r2   | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-admin/filebeat/files/filebeat.initd 
b/app-admin/filebeat/files/filebeat.initd
index 1d9a987c87b..de4bf3ae843 100644
--- a/app-admin/filebeat/files/filebeat.initd
+++ b/app-admin/filebeat/files/filebeat.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 FILEBEAT_USER="${FILEBEAT_USER:-root}"

diff --git a/app-admin/filebeat/files/filebeat.initd.1 
b/app-admin/filebeat/files/filebeat.initd.1
index 3bad7654d34..c6b90fbb610 100644
--- a/app-admin/filebeat/files/filebeat.initd.1
+++ b/app-admin/filebeat/files/filebeat.initd.1
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 FILEBEAT_USER="${FILEBEAT_USER:-root}"

diff --git a/app-eselect/eselect-blas/files/blas.eselect-0.2 
b/app-eselect/eselect-blas/files/blas.eselect-0.2
index 001ddb941e8..f860674acec 100644
--- a/app-eselect/eselect-blas/files/blas.eselect-0.2
+++ b/app-eselect/eselect-blas/files/blas.eselect-0.2
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2019 Gentoo Foundation
+# Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config tests multilib skel
@@ -63,7 +63,7 @@ do_list() {
done
libdirs=( $@ )
fi
-   
+
for libdir in ${libdirs[@]}; do
[[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir 
]] && continue
targets=( $(find_targets_in $libdir) )

diff --git a/app-eselect/eselect-lapack/files/lapack.eselect-0.2 
b/app-eselect/eselect-lapack/files/lapack.eselect-0.2
index 76c038e13f8..985da0d9ebd 100644
--- a/app-eselect/eselect-lapack/files/lapack.eselect-0.2
+++ b/app-eselect/eselect-lapack/files/lapack.eselect-0.2
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2019 Gentoo Foundation
+# Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config tests multilib skel
@@ -62,7 +62,7 @@ do_list() {
done
libdirs=( $@ )
fi
-   
+
for libdir in ${libdirs[@]}; do
[[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir 
]] && continue
targets=( $(find_targets_in $libdir) )

diff --git a/net-im/bitlbee/files/bitlbee.initd-r2 
b/net-im/bitlbee/files/bitlbee.initd-r2
index 0b3b1a4911b..0107909aed6 100644
--- a/net-im/bitlbee/files/bitlbee.initd-r2
+++ b/net-im/bitlbee/files/bitlbee.initd-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 command="/usr/sbin/bitlbee"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-12-24 Thread Mikle Kolyada
commit: 849e21c3581363f99c4c23f88ec4f867ec261efd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 24 20:03:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 24 20:03:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849e21c3

app-eselect/eselect-blas: alpha stable wrt bug #698756

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index b8f325f4896..cc494bf3d7c 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-12-01 Thread Sergei Trofimovich
commit: 9537b37638365cce1d5e13a67b83be100d2cb308
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 14:00:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 14:00:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9537b376

app-eselect/eselect-blas: stable 0.2 for ppc64, bug #698756

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 395a1e46e29..b8f325f4896 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-11-23 Thread Aaron Bauman
commit: a7924ea080526ef697b3de0496e2aa52d55f2072
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 24 04:22:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 24 04:22:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7924ea0

app-eselect/eselect-blas: arm64 stable (bug #698756)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 5b730879280..395a1e46e29 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-11-15 Thread Agostino Sarubbo
commit: d0448008f24c49e8e0156c005c354fa976d9d191
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 15 12:47:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 15 12:47:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0448008

app-eselect/eselect-blas: amd64 stable wrt bug #698756

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 3e574756e84..4b0f5d0583c 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-11-01 Thread Mikle Kolyada
commit: dec75ef7db2f6a1b51347f575507e7ed8ce45784
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov  1 11:14:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov  1 11:14:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec75ef7

app-eselect/eselect-blas: arm stable wrt bug #698756

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 01207efbe35..3e574756e84 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-10-31 Thread Thomas Deutschmann
commit: e59e3a07361cde5327144ae0ea2a0fdefd314072
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 31 23:15:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 31 23:15:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59e3a07

app-eselect/eselect-blas: x86 stable (bug #698756)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index c6935335435..01207efbe35 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-06-25 Thread Benda XU
commit: add457498b02e5a0fc09a743ce2bf94e4a2cec86
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun 26 02:36:57 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jun 26 03:11:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add45749

app-eselect/eselect-blas: drop non-glibc keywords.

  The ld.so.conf way has not been well tested.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
index 083ca34022d..c6935335435 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -9,12 +9,12 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 # Need skel.bash lib
 RDEPEND=( ">=app-admin/eselect-1.0.5"
-  "!app-eselect/eselect-cblas" )
+ "!app-eselect/eselect-cblas" )
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/files/, app-eselect/eselect-blas/, ...

2019-06-25 Thread Benda XU
commit: 111f0de1c6a774430837161b1bca64747bb0b58c
Author: Mo Zhou  gmail  com>
AuthorDate: Tue Jun 25 09:05:15 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Jun 25 10:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111f0de1

app-eselect/eselect-{blas,lapack}: new design for BLAS/LAPACK switch.

  As discussed in the gentoo-dev, it is decided to adopt the runtime
  switching of BLAS/CBLAS that has been proved by the experience of
  Debian.  The Gentoo libgcc-style ld.so.conf runtime switching has
  been adopted as well, so as to avoid changing symlinks in /usr
  ignoring package manager.

  This design solves all the remaining problems regarding BLAS/LAPACK,
  thus making alternative-2.eclass (runtime switching of build
  options) and proposed USE_EXPAND (PYTHON_TARGET like eclass)
  obsolete.

  Finally we are at it.  Thanks to all for years of ideas, debates and
  hard work.

Reference: 
https://archives.gentoo.org/gentoo-dev/message/0177fea10e3ee06d85713101d17fc8d6

Closes: https://bugs.gentoo.org/632624
Closes: https://bugs.gentoo.org/470908
Closes: https://bugs.gentoo.org/267691
Closes: https://github.com/gentoo/gentoo/pull/12316
Closes: https://github.com/gentoo/gentoo/pull/12318
Closes: https://github.com/gentoo/sci/pull/835
Closes: https://github.com/gentoo/sci/pull/837

Credit: Dominik Schmidt, TheChymera, kiwifb, lkraav, Alessandro-Barbieri
Signed-off-by: Mo Zhou  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 app-eselect/eselect-blas/eselect-blas-0.2.ebuild   |  28 
 app-eselect/eselect-blas/files/blas.eselect-0.2| 168 +
 app-eselect/eselect-blas/files/blas.eselect.5  |  34 +++--
 .../eselect-lapack/eselect-lapack-0.2.ebuild   |  27 
 .../eselect-lapack/files/lapack.eselect-0.2| 167 
 app-eselect/eselect-lapack/files/lapack.eselect.5  |  26 +++-
 6 files changed, 434 insertions(+), 16 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
new file mode 100644
index 000..083ca34022d
--- /dev/null
+++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="BLAS/CBLAS module for eselect"
+HOMEPAGE="https://www.gentoo.org;
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+IUSE=""
+
+# Need skel.bash lib
+RDEPEND=( ">=app-admin/eselect-1.0.5"
+  "!app-eselect/eselect-cblas" )
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+
+src_install() {
+   local MODULEDIR="/usr/share/eselect/modules"
+   local MODULE="blas"
+   insinto ${MODULEDIR}
+   newins "${FILESDIR}"/${MODULE}.eselect-${PVR} ${MODULE}.eselect
+   doman "${FILESDIR}"/blas.eselect.5
+}

diff --git a/app-eselect/eselect-blas/files/blas.eselect-0.2 
b/app-eselect/eselect-blas/files/blas.eselect-0.2
new file mode 100644
index 000..001ddb941e8
--- /dev/null
+++ b/app-eselect/eselect-blas/files/blas.eselect-0.2
@@ -0,0 +1,168 @@
+# -*-eselect-*-  vim: ft=eselect
+# Copyright 2019 Gentoo Foundation
+# Distributed under the terms of the GNU GPL version 2 or later
+
+inherit config tests multilib skel
+
+MODULE="BLAS/CBLAS"
+IFACE="blas"
+DESCRIPTION="Manage installed alternatives of $MODULE shared objects"
+MAINTAINER="lu...@debian.org"
+VERSION="20190621"
+
+### helper utility to find all available BLAS/CBLAS implementations
+find_targets_in() {
+   [[ $# -eq 1 ]] || die -q "in which libdir?"
+
+   local cand
+   for cand in ${EROOT}/etc/env.d/blas/$1/*; do
+   [[ "config" = $(basename ${cand}) ]] && continue
+   [[ -r ${cand} ]] && basename ${cand}
+   done
+}
+
+### helper utility to validate a BLAS/CBLAS library directory
+validate_blaslibdir() {
+   [[ -d $1 ]] || return 2  # dir doesn't exist
+   [[ -r "${1}/libblas.so.3" ]] && [[ -r "${1}/libblas.so" ]] \
+   && [[ -r "${1}/libcblas.so.3" ]] && [[ -r "${1}/libcblas.so" ]] \
+   || return 1
+}
+
+### show action
+do_show() {
+   # do_show -- show both lib64 and lib32 selection
+   # do_show libxx -- show libxx selection
+   local libdir cur libdirs=( $(list_libdirs) )
+
+   # if manually specified libdirs
+   if [[ ! $# -eq 0 ]]; then
+   for libdir in $@; do
+   has $libdir ${libdirs[@]} || die -q "invalid libdir 
'$libdir'!"
+   done
+   libdirs=( $@ )
+   fi
+
+   for libdir in ${libdirs[@]}; do
+   [[ ! -d ${EROOT}/usr/$libdir ]] && continue
+   [[ ! -r ${EROOT}/etc/env.d/blas/${libdir}/config ]] && continue
+   cur=$(load_config ${EROOT}/etc/env.d/blas/${libdir}/config 

[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2019-05-16 Thread Aaron Bauman
commit: fec33d260d9f707cedb4612dc822c714bd08ed95
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 15:10:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 19:27:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec33d26

app-eselect/eselect-blas: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index 9409504502f..ee073c86427 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2018-05-28 Thread Mikle Kolyada
commit: 267a3d68fcf273b806f936116586291b16305a89
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 28 15:26:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 28 15:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267a3d68

app-eselect/eselect-blas: Declare WORKDIR

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index 2de86608508..9409504502f 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -16,6 +16,8 @@ IUSE=""
 RDEPEND=">=app-admin/eselect-1.0.5"
 DEPEND="${RDEPEND}"
 
+S="${WORKDIR}"
+
 src_install() {
local MODULEDIR="/usr/share/eselect/modules"
local MODULE="blas"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2018-05-22 Thread Mikle Kolyada
commit: f213c6f6b55d903c31ef5eaa086c479c4582a393
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 22 18:15:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 22 18:15:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f213c6f6

app-eselect/eselect-blas: EAPI bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index 10e7af07057..2de86608508 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
 DESCRIPTION="BLAS module for eselect"
-HOMEPAGE="https://www.gentoo.org/proj/en/eselect/;
+HOMEPAGE="https://www.gentoo.org;
 SRC_URI=""
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2017-06-22 Thread Alexis Ballier
commit: f0ab9969af049436484c509eb88580b741ddfb0e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 22 11:32:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 22 11:47:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ab9969

app-eselect/eselect-blas: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index d42a075103f..35035c93162 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -7,7 +7,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE=""
 
 # Need skel.bash lib



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-blas/

2017-01-29 Thread Fabian Groffen
commit: 64fc69da40a7407a086c3acfd7de0050b896de70
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 14:42:54 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 14:42:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fc69da

app-eselect/eselect-blas: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 app-eselect/eselect-blas/eselect-blas-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild 
b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
index ea0b251..965e417 100644
--- a/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
+++ b/app-eselect/eselect-blas/eselect-blas-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE=""
 
 # Need skel.bash lib