From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/
Date: Sat, 20 Feb 2021 02:21:42 +0000 (UTC) [thread overview]
Message-ID: <1613787682.7bbc54d939b14e626af57c9bf0a483efb75ce640.chutzpah@gentoo> (raw)
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
+}
next reply other threads:[~2021-02-20 2:21 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-20 2:21 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 18:39 [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/ Arthur Zamarin
2024-10-25 23:44 Sam James
2024-10-25 22:09 Sam James
2024-10-25 22:09 Sam James
2024-10-25 22:09 Sam James
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-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 15:21 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1613787682.7bbc54d939b14e626af57c9bf0a483efb75ce640.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox