commit:     ecf2e667c49b3265b5e2822a2b20aeb385042ac0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 14:57:47 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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() {

Reply via email to