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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A23C61581FB for ; Tue, 27 Aug 2024 15:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBF8E29C2; Tue, 27 Aug 2024 15:08:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3A62E29C2 for ; Tue, 27 Aug 2024 15:08:02 +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 DB0BC342FA2 for ; Tue, 27 Aug 2024 15:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CBF91F26 for ; Tue, 27 Aug 2024 15:08:00 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1724771235.ecf2e667c49b3265b5e2822a2b20aeb385042ac0.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/heimdall-9999.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: ecf2e667c49b3265b5e2822a2b20aeb385042ac0 X-VCS-Branch: master Date: Tue, 27 Aug 2024 15:08: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: f5f87b2a-91b6-44e2-90c3-1d4c6dd6eb0c X-Archives-Hash: 72e47f8ee9803a7de354ddd4d268c8fd commit: ecf2e667c49b3265b5e2822a2b20aeb385042ac0 Author: Petr Vaněk gentoo org> AuthorDate: Tue Aug 27 14:57:47 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Aug 27 15:07:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf2e667 app-mobilephone/heimdall: sync live Signed-off-by: Petr Vaněk gentoo.org> app-mobilephone/heimdall/heimdall-9999.ebuild | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 69599346a8bb..4869617d580c 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,22 +1,27 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake udev +DESCRIPTION="Tool suite used to flash firmware onto Samsung devices" +HOMEPAGE=" + https://git.sr.ht/~grimler/Heimdall + https://glassechidna.com.au/heimdall/ + https://github.com/Benjamin-Dobell/Heimdall +" + if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64" S="${WORKDIR}/Heimdall-v${PV}" + + KEYWORDS="~amd64 ~arm64" else inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~grimler/Heimdall" fi -DESCRIPTION="Tool suite used to flash firmware onto Samsung devices" -HOMEPAGE="https://git.sr.ht/~grimler/Heimdall https://glassechidna.com.au/heimdall/ https://github.com/Benjamin-Dobell/Heimdall" - LICENSE="MIT" SLOT="0" IUSE="gui" @@ -41,10 +46,9 @@ src_configure() { } src_install() { - dobin "${BUILD_DIR}"/bin/heimdall - use gui && dobin "${BUILD_DIR}"/bin/heimdall-frontend + cmake_src_install + udev_dorules heimdall/60-heimdall.rules - dodoc README.md Linux/README } pkg_postinst() {