From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC529158020 for ; Wed, 2 Nov 2022 16:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432E0E08CA; Wed, 2 Nov 2022 16:22:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D6BEE08CA for ; Wed, 2 Nov 2022 16:22:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11B9B340F9A for ; Wed, 2 Nov 2022 16:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75112627 for ; Wed, 2 Nov 2022 16:22:32 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1667406149.b6eea8a52453a33d9a1651ff381f0742155efc37.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/libzbc/Manifest sys-block/libzbc/libzbc-5.13.0.ebuild X-VCS-Directories: sys-block/libzbc/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: b6eea8a52453a33d9a1651ff381f0742155efc37 X-VCS-Branch: master Date: Wed, 2 Nov 2022 16:22:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fff42f0-e464-4a6d-9845-a17f968be9a5 X-Archives-Hash: 837301914b8d3c11e2ef9f77559ace97 commit: b6eea8a52453a33d9a1651ff381f0742155efc37 Author: Patrick McLean gentoo org> AuthorDate: Wed Nov 2 16:22:22 2022 +0000 Commit: Patrick McLean gentoo 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 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 +}