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 C811815852A for ; Sat, 24 Aug 2024 05:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F04A62BC013; Sat, 24 Aug 2024 05:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F4C42BC013 for ; Sat, 24 Aug 2024 05:31:03 +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 958A4341DD0 for ; Sat, 24 Aug 2024 05:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E122D183B for ; Sat, 24 Aug 2024 05:31:00 +0000 (UTC) From: "Quincy Fleming" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quincy Fleming" Message-ID: <1724477396.5f80cbedc8ad0aeab8546084c69e23304499040f.quincyf467@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/qdl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/qdl/Manifest dev-embedded/qdl/qdl-2.0.ebuild dev-embedded/qdl/qdl-2024.4.9-r1.ebuild X-VCS-Directories: dev-embedded/qdl/ X-VCS-Committer: quincyf467 X-VCS-Committer-Name: Quincy Fleming X-VCS-Revision: 5f80cbedc8ad0aeab8546084c69e23304499040f X-VCS-Branch: dev Date: Sat, 24 Aug 2024 05:31:00 +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: 7c0b160b-cf99-4270-bb1a-5e5fc10341e9 X-Archives-Hash: 12407806fc0959bed7dc138162e669fa commit: 5f80cbedc8ad0aeab8546084c69e23304499040f Author: Quincy Fleming protonmail com> AuthorDate: Sat Aug 24 05:29:56 2024 +0000 Commit: Quincy Fleming protonmail com> CommitDate: Sat Aug 24 05:29:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f80cbed dev-embedded/qdl: add 2.0, drop 2024.4.9-r1 Signed-off-by: Quincy Fleming protonmail.com> dev-embedded/qdl/Manifest | 2 +- dev-embedded/qdl/{qdl-2024.4.9-r1.ebuild => qdl-2.0.ebuild} | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-embedded/qdl/Manifest b/dev-embedded/qdl/Manifest index ab581535d..47a0617e7 100644 --- a/dev-embedded/qdl/Manifest +++ b/dev-embedded/qdl/Manifest @@ -1 +1 @@ -DIST qdl-2024.4.9.tar.gz 14576 BLAKE2B 4eba1733b62114d77c41076b9830d6158aea2ab2a707a33fa2a22135827d17929d11fe4667ba97d97e55725e6fdff08173dc9030e581b435b53d6d2904dfcf3a SHA512 467f7f06eba1b32ac25a36f001743fda55a1a4b91cff63a22966383505ccc1a15fa5bde4f848c1962a38f6395080c192a372d6168b5075acfe42073af181345c +DIST qdl-2.0.tar.gz 18014 BLAKE2B 301863059273055b6a317a56c1eb300d61d47de66cb50dfb84b382b2019b142e8163f99083385993e7ca112f09801550284ee62fce9500a8a908696cb0cb1d77 SHA512 46c18ba3b602c4df0ecede3c926e5a8ef3736adfa788a79b4406054840acb1efe1cd25e7d34ce681e7cda4f3ba66ebde8fc3367981bf1caa84ae5b74e8ef9bb5 diff --git a/dev-embedded/qdl/qdl-2024.4.9-r1.ebuild b/dev-embedded/qdl/qdl-2.0.ebuild similarity index 63% rename from dev-embedded/qdl/qdl-2024.4.9-r1.ebuild rename to dev-embedded/qdl/qdl-2.0.ebuild index 9a849b251..2e1b4a0ff 100644 --- a/dev-embedded/qdl/qdl-2024.4.9-r1.ebuild +++ b/dev-embedded/qdl/qdl-2.0.ebuild @@ -6,18 +6,15 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms" -COMMIT_ID="a629f43428ebd17080f55543f893d45694234f75" HOMEPAGE="https://github.com/linux-msm/qdl" -SRC_URI="https://github.com/linux-msm/qdl/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${PN}-${COMMIT_ID}" +SRC_URI="https://github.com/linux-msm/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" DEPEND=" - virtual/libudev + dev-libs/libusb dev-libs/libxml2 " RDEPEND="${DEPEND}" @@ -27,8 +24,8 @@ BDEPEND="virtual/pkgconfig" src_compile() { PKG_CONFIG=$(tc-getPKG_CONFIG) emake CC=$(tc-getCC) \ - "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \ - "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`" + "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0 libusb-1.0`" \ + "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libusb-1.0`" } src_install() {