From bfa2ab71eb5e78f89d0dc12516b18ca20926abe9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Feb 2021 10:27:18 +0000 Subject: sys-boot/etcher : version bump --- sys-boot/etcher/Manifest | 2 +- sys-boot/etcher/etcher-1.5.116.ebuild | 42 +++++++++++++++++++++++++++++++++++ sys-boot/etcher/etcher-1.5.51.ebuild | 41 ---------------------------------- 3 files changed, 43 insertions(+), 42 deletions(-) create mode 100644 sys-boot/etcher/etcher-1.5.116.ebuild delete mode 100644 sys-boot/etcher/etcher-1.5.51.ebuild (limited to 'sys-boot') diff --git a/sys-boot/etcher/Manifest b/sys-boot/etcher/Manifest index de02d80a..454484fb 100644 --- a/sys-boot/etcher/Manifest +++ b/sys-boot/etcher/Manifest @@ -1 +1 @@ -DIST balena-etcher-electron_1.5.51_amd64.deb 57214082 BLAKE2B fb915322df672b3f3fc0418bef8cecd463be4e5cb3abd22ac0fe85dbfbef65496dcf1ef5163a45e631c52e06053bebbff24dd92a91b4a03ebd433aeced27c0eb SHA512 12f386744a7eb2fc0dcdf12614fb3a0cf5f03c7b436b544e21c5cce47563531f0634e74b5a1858b92ffb62de3f31f6d4331567c1bc183a8d01ae1f532585fb78 +DIST balena-etcher-electron_1.5.116_amd64.deb 80933166 BLAKE2B 45586742ceade36f2f6cd8f55786948661b346bd10ec9def63ae11c863647723f7715043cf4e9186fa8559575b69f5ac1e072e5432ff3fea92d45bf0a5e1e1ad SHA512 781fbe47f8ea7d8e469aa8c76d95ac83abef60318dc9a6d7ac6296dec0139b5bcefcf2d3442b7b1ac274046014935dd97a9e49e64a9bb74a752409da6c03063a diff --git a/sys-boot/etcher/etcher-1.5.116.ebuild b/sys-boot/etcher/etcher-1.5.116.ebuild new file mode 100644 index 00000000..0a839dca --- /dev/null +++ b/sys-boot/etcher/etcher-1.5.116.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker + +DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily." +HOMEPAGE="https://etcher.io/" +SRC_URI="https://github.com/balena-io/${PN}/releases/download/v${PV}/balena-${PN}-electron_${PV}_amd64.deb" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/nss + gnome-base/gconf + media-libs/alsa-lib + sys-apps/lsb-release + x11-libs/gtk+:2 + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + mv * "${D}" || die + sed -i "s/Utility/System/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop + sed -i "s/Icon\=balena\-etcher\-electron/Icon\=etcher\-electron/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop + rm -rf "${D}"usr/share/doc + fperms 0755 /opt/balenaEtcher/balena-"${PN}"-electron || die + fperms 4711 /opt/balenaEtcher/chrome-sandbox +} diff --git a/sys-boot/etcher/etcher-1.5.51.ebuild b/sys-boot/etcher/etcher-1.5.51.ebuild deleted file mode 100644 index aa854eaf..00000000 --- a/sys-boot/etcher/etcher-1.5.51.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils unpacker - -DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily." -HOMEPAGE="https://etcher.io/" -SRC_URI="https://github.com/balena-io/${PN}/releases/download/v${PV}/balena-${PN}-electron_${PV}_amd64.deb" - -LICENSE="GPL2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/nss - gnome-base/gconf - media-libs/alsa-lib - sys-apps/lsb-release - x11-libs/gtk+:2 - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror strip" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - mv * "${D}" || die - sed -i "s/Utility/System/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop - sed -i "s/Icon\=balena\-etcher\-electron/Icon\=etcher\-electron/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop - rm -rf "${D}"usr/share/doc - fperms 0755 /opt/balenaEtcher/balena-"${PN}"-electron || die -} -- cgit v1.2.3