From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1662749-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4970F15852A for <garchives@archives.gentoo.org>; Mon, 19 Aug 2024 16:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB78DE2A27; Mon, 19 Aug 2024 16:33:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 31487E2A27 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Aug 2024 16:33:06 +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 63E2334302F for <gentoo-commits@lists.gentoo.org>; Mon, 19 Aug 2024 16:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4951F12 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Aug 2024 16:33:01 +0000 (UTC) From: "Lucio Sauer" <watermanpaint@posteo.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" <watermanpaint@posteo.net> Message-ID: <1724083123.cb9d7fda88ec69a95dd4745866fb0c5a73bd0f4c.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/dmg2img/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/dmg2img/Manifest dev-util/dmg2img/dmg2img-20240818.ebuild X-VCS-Directories: dev-util/dmg2img/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: cb9d7fda88ec69a95dd4745866fb0c5a73bd0f4c X-VCS-Branch: master Date: Mon, 19 Aug 2024 16:33:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36d313ef-c3f1-4a37-a61b-cf2ae2584529 X-Archives-Hash: bbd07d298f0772ec68ed7eb77f95b1f1 Message-ID: <20240819163301.rtXLRxbNO8whGmiXTGblAxka4pmGqj3hIcIcE63GT4w@z> commit: cb9d7fda88ec69a95dd4745866fb0c5a73bd0f4c Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon Aug 19 15:58:43 2024 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Mon Aug 19 15:58:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb9d7fda dev-util/dmg2img: remove incorrect BDEPEND QA fixes: - variable order - bad filename -> ${P}.gh.tar.gz - remove redundant system set dependency app-arch/bzip2 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-util/dmg2img/Manifest | 2 +- dev-util/dmg2img/dmg2img-20240818.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-util/dmg2img/Manifest b/dev-util/dmg2img/Manifest index 1216b52a0..f27358fd6 100644 --- a/dev-util/dmg2img/Manifest +++ b/dev-util/dmg2img/Manifest @@ -1 +1 @@ -DIST a3e413489ccdd05431401357bf21690536425012.tar.gz 24904 BLAKE2B 01229b9b91873a718a69157565614340e13116a54d4440185423df8799550b7b84512cfe7f1c4cbcb4a3af538094c0567c41949b924f165fa816669cd7006845 SHA512 09da0c0d8680412801be6edccddc7ef588ea8ab0c0637e99652e34a387c1d456682b4881d329bed2ba0c76172b225441b6000cc73f5398853cbf34b1cb554d97 +DIST dmg2img-20240818.gh.tar.gz 24904 BLAKE2B 01229b9b91873a718a69157565614340e13116a54d4440185423df8799550b7b84512cfe7f1c4cbcb4a3af538094c0567c41949b924f165fa816669cd7006845 SHA512 09da0c0d8680412801be6edccddc7ef588ea8ab0c0637e99652e34a387c1d456682b4881d329bed2ba0c76172b225441b6000cc73f5398853cbf34b1cb554d97 diff --git a/dev-util/dmg2img/dmg2img-20240818.ebuild b/dev-util/dmg2img/dmg2img-20240818.ebuild index 6dbe15f64..32042aee0 100644 --- a/dev-util/dmg2img/dmg2img-20240818.ebuild +++ b/dev-util/dmg2img/dmg2img-20240818.ebuild @@ -6,22 +6,20 @@ COMMIT="a3e413489ccdd05431401357bf21690536425012" inherit toolchain-funcs -SRC_URI="https://github.com/Lekensteyn/dmg2img/archive/${COMMIT}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - DESCRIPTION="Convert Apple disk images to IMG format." HOMEPAGE="https://github.com/Lekensteyn/dmg2img" +SRC_URI="https://github.com/Lekensteyn/dmg2img/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" SLOT="0" +KEYWORDS="~amd64 ~x86" DEPEND=" - app-arch/bzip2 dev-libs/openssl sys-libs/zlib " RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"