public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-11 15:21 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-11 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     413d068e0b66d78fa512fdb72209b3d0cec9f197
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 13:19:10 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 15:20:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413d068e

sys-block/libzbc: sparc keyworded (bug #730480)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 9ce90445a96..db88859460a 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2024-04-03  5:10 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-04-03  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     56994748ada831334531a5d22af882df730780ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 07:48:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 05:10:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56994748

sys-block/libzbc: fix deps

* Put gtk+ in RDEPEND too, not just DEPEND
* Move pkgconfig to BDEPEND
* Drop unnecessary --disable-static (default w/ EAPI 8) from econf args
* Change USE=gtk -> USE=gui per QA policy

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

 sys-block/libzbc/libzbc-5.13.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/sys-block/libzbc/libzbc-5.13.0-r1.ebuild b/sys-block/libzbc/libzbc-5.13.0-r1.ebuild
new file mode 100644
index 000000000000..703a3203ecc8
--- /dev/null
+++ b/sys-block/libzbc/libzbc-5.13.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A library and tools for working with ZBC and ZAC disks"
+HOMEPAGE="https://github.com/hgst/libzbc"
+SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2 GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="gui"
+
+RDEPEND="
+	gui? ( x11-libs/gtk+:3 )
+"
+DEPEND="
+	${RDEPEND}
+	>=sys-kernel/linux-headers-4.13
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable gui)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-11-02 16:22 Patrick McLean
  0 siblings, 0 replies; 25+ messages in thread
From: Patrick McLean @ 2022-11-02 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b6eea8a52453a33d9a1651ff381f0742155efc37
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 16:22:22 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 16:22:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eea8a5

sys-block/libzbc: add 5.13.0

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-block/libzbc/Manifest             |  1 +
 sys-block/libzbc/libzbc-5.13.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-block/libzbc/Manifest b/sys-block/libzbc/Manifest
index 8b58f5626601..d6d22ae0b0b5 100644
--- a/sys-block/libzbc/Manifest
+++ b/sys-block/libzbc/Manifest
@@ -1 +1,2 @@
+DIST libzbc-5.13.0.tar.gz 142639 BLAKE2B 2b3447cb0d2729da85f83f16f1b959ce90182e2f6f0466d327b550419b53fb6791f0c63f7ab717d3ed91a4d0b6d0b3d13b15593daa5b64f3a5b890f58af247d7 SHA512 fb93212654b7c3255089651544ae46d2b6285b6316f883e1638b349f19900c8277525a22376476e95c90eafbba5a2a6476b468ddad2ca7b13fa94b95d6896fcb
 DIST libzbc-5.9.0.tar.gz 131517 BLAKE2B eb05214ffea376930f1b4327152da687067023eab929ed1db123ea3bc80e0f036dfbe9889da2707f1c3842120d4fc3b2c8ab471731d45d5483fe947c21fc7cad SHA512 bcdf294d86867736826af06ad6d18dec31630b3f5bc6e3e98c228bec6a30efcce76a27e3c66a08ce670614ca016dc079894320cff340bafe126fcb40973e8302

diff --git a/sys-block/libzbc/libzbc-5.13.0.ebuild b/sys-block/libzbc/libzbc-5.13.0.ebuild
new file mode 100644
index 000000000000..9e2242eb7089
--- /dev/null
+++ b/sys-block/libzbc/libzbc-5.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A library and tools for working with ZBC and ZAC disks"
+HOMEPAGE="https://github.com/hgst/libzbc"
+SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2 GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="gtk"
+
+DEPEND="
+	gtk? ( x11-libs/gtk+:3 )
+	>=sys-kernel/linux-headers-4.13
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable gtk gui) \
+		--disable-static
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-08-19  4:04 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-08-19  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ef87807d1cd377f09749b05d5fa94c92fdbb6b7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 03:59:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 04:04:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef87807d

sys-block/libzbc: add github upstream metadata

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

 sys-block/libzbc/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-block/libzbc/metadata.xml b/sys-block/libzbc/metadata.xml
index 01e222a443d6..d2751918ea5d 100644
--- a/sys-block/libzbc/metadata.xml
+++ b/sys-block/libzbc/metadata.xml
@@ -16,4 +16,7 @@
 		emulation mode allowing emulating the behavior of a host-managed zoned
 		disk using a regular file or a standard block device as backing store.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">westerndigitalcorporation/libzbc</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-07-10 23:08 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-07-10 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     93477880c630c40e6ac929487c802eb37ec73053
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 23:07:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 23:07:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93477880

sys-block/libzbc: Stabilize 5.9.0 amd64, #857462

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

 sys-block/libzbc/libzbc-5.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index 1c4108e3e803..d478f8d6ecef 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-07-10 22:43 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-07-10 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6b7b8e22c5d415f0f87c39397a709a0ac9cbce13
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 22:43:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:43:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7b8e22

sys-block/libzbc: Stabilize 5.9.0 arm, #857462

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

 sys-block/libzbc/libzbc-5.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index 66d9f9471bab..1c4108e3e803 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-07-10 22:28 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-07-10 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7fd22f60ac3dedcd656553e1784b7b93e9d9dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 22:27:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:27:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7fd22f

sys-block/libzbc: Stabilize 5.9.0 x86, #857462

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

 sys-block/libzbc/libzbc-5.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index e5c471e88cbf..66d9f9471bab 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-07-10 18:48 Arthur Zamarin
  0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-07-10 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1afef63073b4d3688f7ff03928152313694410
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 18:48:49 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:48:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1afef6

sys-block/libzbc: Stabilize 5.9.0 ppc64, #857462

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index d2e949ba31fc..e5c471e88cbf 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-07-10 18:35 Arthur Zamarin
  0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-07-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c35650b58dd131cd235e226d80ef415f52f25528
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 18:34:57 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:34:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35650b5

sys-block/libzbc: Stabilize 5.9.0 ppc, #857462

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index f1c4a1a768fe..d2e949ba31fc 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2022-05-19  7:28 WANG Xuerui
  0 siblings, 0 replies; 25+ messages in thread
From: WANG Xuerui @ 2022-05-19  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d66a5c3f32a3478e422b82ffdcb022095b66eb59
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:22:43 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:28:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66a5c3f

sys-block/libzbc: keyword 5.9.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
index 41daf6685699..f1c4a1a768fe 100644
--- a/sys-block/libzbc/libzbc-5.9.0.ebuild
+++ b/sys-block/libzbc/libzbc-5.9.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-02-20  2:21 Patrick McLean
  0 siblings, 0 replies; 25+ messages in thread
From: Patrick McLean @ 2021-02-20  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7bbc54d939b14e626af57c9bf0a483efb75ce640
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Feb 20 02:21:22 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 02:21:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbc54d9

sys-block/libzbc-5.9.0: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-block/libzbc/Manifest            |  1 +
 sys-block/libzbc/libzbc-5.9.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sys-block/libzbc/Manifest b/sys-block/libzbc/Manifest
index 582a2f9bcac..223f12cb75d 100644
--- a/sys-block/libzbc/Manifest
+++ b/sys-block/libzbc/Manifest
@@ -1 +1,2 @@
 DIST libzbc-5.5.1.tar.gz 128638 BLAKE2B 3cb636f29ff29bb87c86bd800231a1b45f517822e5785af599a6385705dffa1e90574e4bd2c1b310d5a0dab094cf6e878fc80b6178ea4eb028d5d1d174e7559a SHA512 cb060d06839ea207ed2e32e940348176dd0eff2279cbdb72f565bef177eb4a195feea67c4d1ed5f455e3839475e0f4557a45774129e3d9e009ea38f9134ae159
+DIST libzbc-5.9.0.tar.gz 131517 BLAKE2B eb05214ffea376930f1b4327152da687067023eab929ed1db123ea3bc80e0f036dfbe9889da2707f1c3842120d4fc3b2c8ab471731d45d5483fe947c21fc7cad SHA512 bcdf294d86867736826af06ad6d18dec31630b3f5bc6e3e98c228bec6a30efcce76a27e3c66a08ce670614ca016dc079894320cff340bafe126fcb40973e8302

diff --git a/sys-block/libzbc/libzbc-5.9.0.ebuild b/sys-block/libzbc/libzbc-5.9.0.ebuild
new file mode 100644
index 00000000000..41daf668569
--- /dev/null
+++ b/sys-block/libzbc/libzbc-5.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A library and tools for working with ZBC and ZAC disks"
+HOMEPAGE="https://github.com/hgst/libzbc"
+SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2 GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="gtk"
+
+DEPEND="
+	virtual/pkgconfig
+	>=sys-kernel/linux-headers-4.13
+	gtk? ( x11-libs/gtk+:3 )
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable gtk gui) \
+		--disable-static
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-02-02  4:20 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-02-02  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1ed35ebc9d24c952ff150d10cb55f7b8c2a1cfa5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 04:20:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 04:20:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed35ebc

sys-block/libzbc: Stabilize 5.5.1 ppc, #764152

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

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index db2c8c9d203..cda85212ec9 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-02-01  8:25 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-02-01  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ae2b56b85b8d2e600b19c7f6f6989f1bdf95393d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 08:25:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 08:25:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2b56b8

sys-block/libzbc: Stabilize 5.5.1 ppc64, #764152

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

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 1100dc6e304..db2c8c9d203 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-01-31 18:48 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-01-31 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     eaf37ce30600b9c669421b4702b8c62f6967a006
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:47:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:47:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf37ce3

sys-block/libzbc: Stabilize 5.5.1 x86, #764152

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

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index e55702e4104..1100dc6e304 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-01-30 16:22 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-01-30 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c77a16f5d2ae107cbb0bcb7fbfa4104cc96d2053
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 16:22:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 16:22:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77a16f5

sys-block/libzbc: Stabilize 5.5.1 arm, #764152

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

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index c7549bcf90f..e55702e4104 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2021-01-30 14:29 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-01-30 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3cfe2fd2225f3ceed676e8caecb5966a1ab9d20b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:29:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:29:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfe2fd2

sys-block/libzbc: Stabilize 5.5.1 amd64, #764152

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

 sys-block/libzbc/libzbc-5.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index f61ae7b6e19..c7549bcf90f 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-11-14 20:22 David Seifert
  0 siblings, 0 replies; 25+ messages in thread
From: David Seifert @ 2020-11-14 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5847095ba3856f9d30572ce41c53ebd9212dc86f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 20:19:46 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:19:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5847095b

sys-block/libzbc: disable static libs

Closes: https://bugs.gentoo.org/728168
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 093cc27ec45..f61ae7b6e19 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -29,5 +29,12 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_with gtk gtk3)
+	econf \
+		$(use_with gtk gtk3) \
+		--disable-static
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-09-02  6:33 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2020-09-02  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9d2deb753f0ca8d9972072c52cadfdebc8c2fee9
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Sep  2 04:14:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 06:33:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2deb75

sys-block/libzbc: keyworded 5.5.1 for hppa, bug #730480

Package-Manager: Portage-3.0.4, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index df4ed34ffdb..093cc27ec45 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-16 23:30 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-16 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     11a6543234f70e40423e1d3a8c93b0d3efbfb4ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 23:27:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 23:27:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a65432

sys-block/libzbc: ppc keyworded (bug #730480)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index aa7724a292f..df4ed34ffdb 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-16  4:18 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-16  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     dcc652a76b7fdcfdba10a41e121c44d743cf7f0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 04:17:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 04:17:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc652a7

sys-block/libzbc: arm keyworded (bug #730480)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 2783ae415c8..aa7724a292f 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-14 13:57 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-14 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c17ab11d8e4040ed6e1198f8bbb37ef14e7f5072
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 13:57:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 13:57:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17ab11d

sys-block/libzbc: s390 keyworded (bug #730480)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index db88859460a..2783ae415c8 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-11  4:28 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-11  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     87c378234f8990517eadb1ce57c53b0ba5482d8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 04:25:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 04:25:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c37823

sys-block/libzbc: ppc64 keyworded (bug #730480)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 53c6f1ad33e..9ce90445a96 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-10  7:06 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2020-07-10  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d7bd77985360082251dbe457d99f280ca5650e1d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 07:05:55 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 07:05:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bd7798

sys-block/libzbc: keyworded 5.5.1 for ia64

keyworded wrt bug #730480

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 6031d8048d7..53c6f1ad33e 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2020-07-06 11:27 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2020-07-06 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a71c0c54e3c0aef258b5de0d412860f94b7ee832
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Jul  5 02:22:33 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jul  6 11:27:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71c0c54

sys-block/libzbc: arm64 keyworded (bug #730480)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
index 5c726ff8a47..49ebb6a86d8 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.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=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
@ 2018-04-26 18:36 Patrick McLean
  0 siblings, 0 replies; 25+ messages in thread
From: Patrick McLean @ 2018-04-26 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     83bc30c5695a3a755c26adb702af28831ac21fd9
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 18:36:31 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 18:36:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bc30c5

sys-block/libzbc: Version bump to 5.5.1

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-block/libzbc/Manifest                                     | 2 +-
 sys-block/libzbc/{libzbc-5.5.0.ebuild => libzbc-5.5.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/Manifest b/sys-block/libzbc/Manifest
index 38fe2daf752..582a2f9bcac 100644
--- a/sys-block/libzbc/Manifest
+++ b/sys-block/libzbc/Manifest
@@ -1 +1 @@
-DIST libzbc-5.5.0.tar.gz 128170 BLAKE2B 9b5ce6a6627f276aaab714fb724d72b3611b21fe79327486927690e7e99557eb9a07c843f46c563a6629033c1045c44be10c856058e804c8c7fd5c139d06c140 SHA512 63c9f67f451e2e609037a74766ebc3274c1a12cbf3b7c658a5144bf307f5b9ec0e075f018ce49839ecf2c5dca54a1e8b85ffdd2dfa66f14a55f14fa5762b4f2d
+DIST libzbc-5.5.1.tar.gz 128638 BLAKE2B 3cb636f29ff29bb87c86bd800231a1b45f517822e5785af599a6385705dffa1e90574e4bd2c1b310d5a0dab094cf6e878fc80b6178ea4eb028d5d1d174e7559a SHA512 cb060d06839ea207ed2e32e940348176dd0eff2279cbdb72f565bef177eb4a195feea67c4d1ed5f455e3839475e0f4557a45774129e3d9e009ea38f9134ae159

diff --git a/sys-block/libzbc/libzbc-5.5.0.ebuild b/sys-block/libzbc/libzbc-5.5.1.ebuild
similarity index 100%
rename from sys-block/libzbc/libzbc-5.5.0.ebuild
rename to sys-block/libzbc/libzbc-5.5.1.ebuild


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

end of thread, other threads:[~2024-04-03  5:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-11 15:21 [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03  5:10 Sam James
2022-11-02 16:22 Patrick McLean
2022-08-19  4:04 Sam James
2022-07-10 23:08 Sam James
2022-07-10 22:43 Sam James
2022-07-10 22:28 Sam James
2022-07-10 18:48 Arthur Zamarin
2022-07-10 18:35 Arthur Zamarin
2022-05-19  7:28 WANG Xuerui
2021-02-20  2:21 Patrick McLean
2021-02-02  4:20 Sam James
2021-02-01  8:25 Sam James
2021-01-31 18:48 Sam James
2021-01-30 16:22 Sam James
2021-01-30 14:29 Sam James
2020-11-14 20:22 David Seifert
2020-09-02  6:33 Sergei Trofimovich
2020-07-16 23:30 Sam James
2020-07-16  4:18 Sam James
2020-07-14 13:57 Sam James
2020-07-11  4:28 Sam James
2020-07-10  7:06 Sergei Trofimovich
2020-07-06 11:27 Mart Raudsepp
2018-04-26 18:36 Patrick McLean

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