public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-03-01  5:41 Mike Frysinger
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger @ 2017-03-01  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     725db1f955f1c10227fca8e31bf564576d04bc9c
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 05:15:59 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 05:40:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725db1f9

sys-fabric/libibverbs: add static-libs & multilib support

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 31 ++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
new file mode 100644
index 00000000000..3ed1e160e75
--- /dev/null
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+OFED_VER="3.12"
+OFED_RC="1"
+OFED_RC_VER="1"
+OFED_SUFFIX="1.gcbf2a35"
+
+inherit openib multilib-minimal
+
+DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	!sys-fabric/openib-userspace"
+block_other_ofed_versions
+
+multilib_src_configure() {
+	ECONF_SOURCE=${S} \
+	econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	use static-libs || find "${ED}/usr" -name '*.la' -delete
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-04-05 15:51 Michael Weber
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Weber @ 2017-04-05 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     776c23553213897406ab8c9ee0fb0e86666c3f0e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:50:39 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:51:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776c2355

sys-fabric/libibverbs: add ~ppc64 keyword (bug 611280)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 21094ed51a1..7b917d03496 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-04-05 15:51 Michael Weber
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Weber @ 2017-04-05 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     645687d6d2c5375d18d1b58d8078681453506acd
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:49:18 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:51:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645687d6

sys-fabric/libibverbs: add ~arm keyword (bug 611280)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 3ed1e160e75..21094ed51a1 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-04-22 13:57 Jeroen Roovers
  0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers @ 2017-04-22 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1c7fa2db47dad106a2e7300e5da3f9aed6e7c402
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 13:56:50 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 13:57:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7fa2db

sys-fabric/libibverbs: Mark ~hppa (bug #611280).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 7b917d03496..e3cb8379376 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-07-01 10:17 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     222234f4f63bbf53e729d0494e29f23da3658c6a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 10:17:41 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 10:17:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222234f4

sys-fabric/libibverbs: ia64 keyworded, bug #611280

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index bf8ff58e42f..2a74d2280ac 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-08-13 10:56 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-08-13 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     22ec99554a8fd3dd5fd9471a15c46cb99dab73b7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 10:51:29 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 10:51:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ec9955

sys-fabric/libibverbs: keyworded 1.1.7-r1 for ppc, bug #611280

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 2a74d2280ac..9f87e68d527 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2017-12-01 22:19 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2017-12-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d90d2abcca40d52048ccc66b11429c962c3ea1d3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 21:17:31 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 22:18:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90d2abc

sys-fabric/libibverbs: [QA] Fix DESCRIPTION.toolong

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 sys-fabric/libibverbs/libibverbs-1.1.7.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 9f87e68d527..f0490bba053 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -10,7 +10,7 @@ OFED_SUFFIX="1.gcbf2a35"
 
 inherit openib multilib-minimal
 
-DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
+DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE="static-libs"

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild
index 1f690692693..770cefe9025 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild
@@ -10,7 +10,7 @@ OFED_SUFFIX="1.gcbf2a35"
 
 inherit eutils openib
 
-DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
+DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2018-02-25 10:35 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2018-02-25 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     579308ff824b0d560f1fb82d2bda4835399b46ec
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Feb 25 06:31:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:35:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579308ff

sys-fabric/libibverbs: keyworded 1.1.7-r1 for sparc, bug #611280

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index f0490bba053..4966f9fe166 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ inherit openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2020-02-16 20:24 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2020-02-16 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     05875dda7f55153bb362ba68ea4cc4f7f9d19fc6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:24:20 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:24:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05875dda

sys-fabric/libibverbs: [QA] inherit eutils.eclass directly

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 294b0e487e6..eb45b26f8f6 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ OFED_RC="1"
 OFED_RC_VER="1"
 OFED_SUFFIX="1.gcbf2a35"
 
-inherit openib multilib-minimal
+inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2020-05-03 12:30 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8cec41c36fb3ca6c19659e214b654e9ad2008d1c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 12:30:05 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 12:30:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cec41c3

sys-fabric/libibverbs: ppc stable wrt bug #720696

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index eb45b26f8f6..59ed6f0f022 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2020-05-03 12:30 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8287f656fd0c1b5de63698b6a8be5e62b0f52049
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 12:30:46 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 12:30:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8287f656

sys-fabric/libibverbs: ppc64 stable wrt bug #720696

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 59ed6f0f022..b5f05654214 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2020-05-03 12:31 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5525e7f933fc0e5742d5d3d990b6c30e131035f7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 12:31:54 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 12:31:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5525e7f9

sys-fabric/libibverbs: x86 stable wrt bug #720696

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index b5f05654214..945147d8da2 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2020-05-03 12:58 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9f127c3219294fba1d19697d39d3921146e96577
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 12:58:37 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 12:58:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f127c32

sys-fabric/libibverbs: arm stable wrt bug #720696

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 945147d8da2..1261760d1d0 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
@@ -12,7 +12,7 @@ inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2021-01-25 14:18 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-01-25 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2418ec2d422f3fb92f73ce310b7a6c9be96b7f87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 14:17:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 14:17:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2418ec2d

sys-fabric/libibverbs: Keyword 1.1.7-r1 arm64, #753833

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
index 1261760d1d0..36227d3bcda 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r1.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="5"
@@ -12,7 +12,7 @@ inherit eutils openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux"
 IUSE="static-libs"
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2022-01-09 18:40 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2022-01-09 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b08e7e736e7c0cd2f14e7b9351fcc0a9f555dd82
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 18:39:53 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 18:39:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08e7e73

sys-fabric/libibverbs: drop 1.1.7

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fabric/libibverbs/libibverbs-1.1.7.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild
deleted file mode 100644
index 865b9b3ef63f..000000000000
--- a/sys-fabric/libibverbs/libibverbs-1.1.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-OFED_VER="3.12"
-OFED_RC="1"
-OFED_RC_VER="1"
-OFED_SUFFIX="1.gcbf2a35"
-
-inherit openib
-
-DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	!sys-fabric/openib-userspace"
-block_other_ofed_versions


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/
@ 2022-01-09 18:40 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2022-01-09 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     30d5d13f4853db431947ed125cafa3687c37e73c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 18:39:54 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 18:39:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d5d13f

sys-fabric/libibverbs: update EAPI 5 -> 6

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{libibverbs-1.1.7-r1.ebuild => libibverbs-1.1.7-r2.ebuild}    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild b/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild
similarity index 79%
rename from sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
rename to sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild
index 36227d3bcda6..86e03dd440a2 100644
--- a/sys-fabric/libibverbs/libibverbs-1.1.7-r1.ebuild
+++ b/sys-fabric/libibverbs/libibverbs-1.1.7-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 OFED_VER="3.12"
 OFED_RC="1"
 OFED_RC_VER="1"
 OFED_SUFFIX="1.gcbf2a35"
 
-inherit eutils openib multilib-minimal
+inherit openib multilib-minimal
 
 DESCRIPTION="A library to use InfiniBand 'verbs' for direct access to IB hardware"
 
@@ -27,5 +27,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
 	einstalldocs
-	use static-libs || find "${ED}/usr" -name '*.la' -delete
+	find "${ED}" -name '*.la' -delete || die
 }


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

end of thread, other threads:[~2022-01-09 18:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01 10:17 [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libibverbs/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2022-01-09 18:40 David Seifert
2022-01-09 18:40 David Seifert
2021-01-25 14:18 Sam James
2020-05-03 12:58 Agostino Sarubbo
2020-05-03 12:31 Agostino Sarubbo
2020-05-03 12:30 Agostino Sarubbo
2020-05-03 12:30 Agostino Sarubbo
2020-02-16 20:24 David Seifert
2018-02-25 10:35 Sergei Trofimovich
2017-12-01 22:19 David Seifert
2017-08-13 10:56 Sergei Trofimovich
2017-04-22 13:57 Jeroen Roovers
2017-04-05 15:51 Michael Weber
2017-04-05 15:51 Michael Weber
2017-03-01  5:41 Mike Frysinger

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