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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20456158042 for ; Wed, 30 Oct 2024 14:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E53BE07EA; Wed, 30 Oct 2024 14:36:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38895E07EA for ; Wed, 30 Oct 2024 14:36:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C42B340813 for ; Wed, 30 Oct 2024 14:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 084C3B03 for ; Wed, 30 Oct 2024 14:36:56 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1730298975.651d854f79260621fb0f9050056f512449e58105.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/xva-img/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/xva-img/Manifest sys-fs/xva-img/metadata.xml sys-fs/xva-img/xva-img-1.5.ebuild X-VCS-Directories: sys-fs/xva-img/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 651d854f79260621fb0f9050056f512449e58105 X-VCS-Branch: dev Date: Wed, 30 Oct 2024 14:36:56 +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: a43d5d18-b208-497e-afec-1d0915735809 X-Archives-Hash: 0650c955f3826a5c9dc6a245f4e7ad86 commit: 651d854f79260621fb0f9050056f512449e58105 Author: Zen pyl onl> AuthorDate: Wed Oct 30 14:36:15 2024 +0000 Commit: George Zenner pyl onl> CommitDate: Wed Oct 30 14:36:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=651d854f sys-fs/xva-img: add 1.5 Signed-off-by: Zen pyl.onl> sys-fs/xva-img/Manifest | 1 + sys-fs/xva-img/metadata.xml | 11 +++++++++++ sys-fs/xva-img/xva-img-1.5.ebuild | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/sys-fs/xva-img/Manifest b/sys-fs/xva-img/Manifest new file mode 100644 index 000000000..25f19d5b6 --- /dev/null +++ b/sys-fs/xva-img/Manifest @@ -0,0 +1 @@ +DIST xva-img-1.5.tar.gz 15073 BLAKE2B bef7a48289f87c4f1b187c7f620dd69fc3606d2881674e9f1d3de5572b7e5012436d5cbb8406dd29ed9db353453ef4e537a9ca586c30cc7cd425265ce772243d SHA512 0d72c9e7f626c0c8f8d85e36c0810feef2448b68c144579b0dbc8983d6eadb4c1d887991d9bc05feb9be8814ea329737385a37404ee1a64797bec576843c394e diff --git a/sys-fs/xva-img/metadata.xml b/sys-fs/xva-img/metadata.xml new file mode 100644 index 000000000..b2678be4c --- /dev/null +++ b/sys-fs/xva-img/metadata.xml @@ -0,0 +1,11 @@ + + + + + dev@pyl.onl + Zen + + + eriklax/xva-img + + diff --git a/sys-fs/xva-img/xva-img-1.5.ebuild b/sys-fs/xva-img/xva-img-1.5.ebuild new file mode 100644 index 000000000..b28afebef --- /dev/null +++ b/sys-fs/xva-img/xva-img-1.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="XVA virtual disk tool, supports exporting XVA to RAW." +HOMEPAGE="https://github.com/eriklax/xva-img" +SRC_URI="https://github.com/eriklax/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/xxhash" +RDEPEND="${DEPEND}"