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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A39F71382C5 for ; Thu, 18 Feb 2021 20:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C09E08ED; Thu, 18 Feb 2021 20:23:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC736E08ED for ; Thu, 18 Feb 2021 20:23:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A242340D2A for ; Thu, 18 Feb 2021 20:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1554E1 for ; Thu, 18 Feb 2021 20:23:22 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1613679699.7aec763fe85d84b056da7d9fddbb1017144630c9.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/libzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/libzbd/Manifest sys-block/libzbd/libzbd-1.2.0.ebuild sys-block/libzbd/metadata.xml X-VCS-Directories: sys-block/libzbd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7aec763fe85d84b056da7d9fddbb1017144630c9 X-VCS-Branch: master Date: Thu, 18 Feb 2021 20:23:22 +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: 6213c1b0-488b-4463-9467-0787e36d4f72 X-Archives-Hash: 4850f3c3b47f978256c7294e1d602574 commit: 7aec763fe85d84b056da7d9fddbb1017144630c9 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Feb 18 20:21:19 2021 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Feb 18 20:21:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aec763f sys-block/libzbd: new package Signed-off-by: Robin H. Johnson gentoo.org> sys-block/libzbd/Manifest | 1 + sys-block/libzbd/libzbd-1.2.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++ sys-block/libzbd/metadata.xml | 12 ++++++++++++ 3 files changed, 51 insertions(+) diff --git a/sys-block/libzbd/Manifest b/sys-block/libzbd/Manifest new file mode 100644 index 00000000000..eed130a2b77 --- /dev/null +++ b/sys-block/libzbd/Manifest @@ -0,0 +1 @@ +DIST libzbd-1.2.0.tar.gz 56107 BLAKE2B 0b20ced5cb0abc6ac5d303a1b583b1a8c0b3c89936cf664dd227832d5a704f6665a82e0d1c7cf80c381400b4edcff6c9e0b192c10deaf00c89009b40edde8676 SHA512 d165640331c7a87c4660f3f707c0510fa7a21edd194e66e96abe6ad3698dc4652a6a673ac8ac1929b0f603df49c1621f398cfb81b7ab8f9dba6353fa9f05d94f diff --git a/sys-block/libzbd/libzbd-1.2.0.ebuild b/sys-block/libzbd/libzbd-1.2.0.ebuild new file mode 100644 index 00000000000..568e9787c1b --- /dev/null +++ b/sys-block/libzbd/libzbd-1.2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Zoned block device manipulation library and tools" +HOMEPAGE="https://github.com/westerndigitalcorporation/libzbd" +SRC_URI="https://github.com/westerndigitalcorporation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="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 )" + +PATCHES=( +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + $(use_with gtk gtk3) \ + --disable-static +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/sys-block/libzbd/metadata.xml b/sys-block/libzbd/metadata.xml new file mode 100644 index 00000000000..8c4c6998efd --- /dev/null +++ b/sys-block/libzbd/metadata.xml @@ -0,0 +1,12 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + chutzpah@gentoo.org + Patrick McLean + +