diff --git a/sys-boot/etcher-bin/Manifest b/sys-boot/etcher-bin/Manifest index b5fcd8d..34534e2 100644 --- a/sys-boot/etcher-bin/Manifest +++ b/sys-boot/etcher-bin/Manifest @@ -1,2 +1 @@ -DIST balena-etcher-electron_1.5.109_amd64.deb 80928146 BLAKE2B 9047aff7efa307a11eee65e67cab5fb877e549863e7e3818bd37aa62b1c584d97f17c28b31d6ae8fca56856f15be3cacf7048cfcacba6872d6c2ccb011f1283a SHA512 6fde8f334ac8e0d89574c583a9a07b7198c66f5bb88d5a904da578d2cd16c232603d80e315eb0caa8e87a91a5c6ccc208e8f3827a9fdb7efcff326206242a874 DIST balena-etcher_1.18.11_amd64.deb 90103416 BLAKE2B c7759881715ba36403e57f0a91b8b0315809c4562996622499184680e0f08d0df4db1b484c7429df41854017fb212fecfe650c776515a0741523e77469a74538 SHA512 761f4e63faac52335e72d8e8184546d79a617a40d3332e81ea832a23942949b7b522293fdc0c9af5a949febeaa895312405629d35476d493e2aff2345f1ea6ef diff --git a/sys-boot/etcher-bin/etcher-bin-1.5.109.ebuild b/sys-boot/etcher-bin/etcher-bin-1.5.109.ebuild deleted file mode 100644 index d62c7bb..0000000 --- a/sys-boot/etcher-bin/etcher-bin-1.5.109.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN//-bin}" - -inherit unpacker xdg-utils - -DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily." -HOMEPAGE="https://etcher.io" -SRC_URI="https://github.com/balena-io/${MY_PN}/releases/download/v${PV}/balena-etcher-electron_${PV}_amd64.deb" -RESTRICT="mirror" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND=" - app-arch/lzma - dev-libs/atk - dev-libs/expat - dev-libs/libappindicator - dev-libs/nss - gnome-base/gconf:2 - media-libs/fontconfig - media-libs/freetype - net-print/cups - sys-apps/dbus - sys-auth/polkit - x11-apps/xrandr - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libnotify -" - -QA_PREBUILT=" - opt/balenaEtcher/* -" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - mv * "${D}" || die - rm -rd "${D}/usr/share/doc/balena-etcher-electron" - sed -i "s/Utility/System/g" "${D}/usr/share/applications/balena-etcher-electron.desktop" - fperms 0755 /opt/balenaEtcher/balena-etcher-electron || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}