commit: 36c899762af84fe75e0e23c285da8a0850ebb291 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed May 14 20:51:27 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed May 14 20:55:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c89976
app-mobilephone/heimdall: drop 9999 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-mobilephone/heimdall/heimdall-9999.ebuild | 60 --------------------------- 1 file changed, 60 deletions(-) diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild deleted file mode 100644 index 4869617d580c..000000000000 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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" - S="${WORKDIR}/Heimdall-v${PV}" - - KEYWORDS="~amd64 ~arm64" -else - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~grimler/Heimdall" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="gui" - -RDEPEND=" - sys-libs/zlib - virtual/libusb:1= - gui? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - )" - -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DDISABLE_FRONTEND=$(usex !gui) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - - udev_dorules heimdall/60-heimdall.rules -} - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -}
