From 3e59d1a1b671304c2d2efea8f7c97695da595387 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Jun 2024 10:42:25 +0100 Subject: sys-boot/etcher : EAPI bump --- metadata/md5-cache/sys-boot/etcher-1.18.4-r1 | 14 -------- metadata/md5-cache/sys-boot/etcher-1.18.4-r2 | 14 ++++++++ metadata/pkg_desc_index | 2 +- sys-boot/etcher/etcher-1.18.4-r1.ebuild | 48 ---------------------------- sys-boot/etcher/etcher-1.18.4-r2.ebuild | 48 ++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 metadata/md5-cache/sys-boot/etcher-1.18.4-r1 create mode 100644 metadata/md5-cache/sys-boot/etcher-1.18.4-r2 delete mode 100644 sys-boot/etcher/etcher-1.18.4-r1.ebuild create mode 100644 sys-boot/etcher/etcher-1.18.4-r2.ebuild diff --git a/metadata/md5-cache/sys-boot/etcher-1.18.4-r1 b/metadata/md5-cache/sys-boot/etcher-1.18.4-r1 deleted file mode 100644 index 684d9015..00000000 --- a/metadata/md5-cache/sys-boot/etcher-1.18.4-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm unpack -DEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify -DESCRIPTION=Flash OS images to SD cards & USB drives, safely and easily. -EAPI=6 -HOMEPAGE=https://etcher.io/ -INHERIT=eutils xdg-utils -KEYWORDS=amd64 x86 -LICENSE=GPL2 -RDEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify -RESTRICT=mirror strip -SLOT=0 -SRC_URI=https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64.AppImage -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d edos2unix 33e347e171066657f91f8b0c72ec8773 epatch 8c71fb9c4d7cfece295d510d74995a8e eqawarn c9847c43b3253a276ae2eabddedab3d7 estack c61c368a76fdf3a82fdf8dbaebea3804 eutils 27d6d8292d4e729f95acaddba111de88 ltprune 97143780d341cc8d8f1d4c6187a36d29 multilib c19072c3cd7ac5cb21de013f7e9832e0 preserve-libs 21162ec96c87041004a75348d97342dd strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vcs-clean d271b7bc7e6a009758d7d4ef749174e3 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=57b6c66b1844d6c4963e1454d489ec9b diff --git a/metadata/md5-cache/sys-boot/etcher-1.18.4-r2 b/metadata/md5-cache/sys-boot/etcher-1.18.4-r2 new file mode 100644 index 00000000..14cdd517 --- /dev/null +++ b/metadata/md5-cache/sys-boot/etcher-1.18.4-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm unpack +DEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify +DESCRIPTION=Flash OS images to SD cards & USB drives, safely and easily. +EAPI=8 +HOMEPAGE=https://etcher.io/ +INHERIT=desktop xdg-utils +KEYWORDS=amd64 x86 +LICENSE=GPL2 +RDEPEND=dev-libs/nss media-libs/alsa-lib sys-apps/lsb-release x11-libs/gtk+:2 x11-libs/libXtst x11-libs/libnotify +RESTRICT=mirror strip +SLOT=0 +SRC_URI=https://github.com/balena-io/etcher/releases/download/v1.18.4/balenaEtcher-1.18.4-x64.AppImage +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=0e6a50963703163e0a4575b563377e15 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index c6aae158..3f22b3ba 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -52,7 +52,7 @@ sys-apps/openrc 0.53: OpenRC manages the services, startup and shutdown of a hos sys-auth/polkit-qt 0.200.0: PolicyKit Qt API wrapper library (meta package) sys-auth/polkit-qt5 0.200.0: Qt wrapper around polkit-1 client libraries sys-auth/polkit-qt6 0.200.0: Qt wrapper around polkit-1 client libraries -sys-boot/etcher 1.18.4-r1: Flash OS images to SD cards & USB drives, safely and easily. +sys-boot/etcher 1.18.4-r2: Flash OS images to SD cards & USB drives, safely and easily. sys-boot/grub 2.04-r14: GNU GRUB boot loader sys-boot/os-prober 1.77-r10: Utility to detect other OSs on a set of drives sys-boot/plymouth 0.9.4-r11: Graphical boot animation (splash) and logger diff --git a/sys-boot/etcher/etcher-1.18.4-r1.ebuild b/sys-boot/etcher/etcher-1.18.4-r1.ebuild deleted file mode 100644 index 338618ae..00000000 --- a/sys-boot/etcher/etcher-1.18.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -MY_PN="balenaEtcher" - -inherit eutils 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/${PN}/releases/download/v${PV}/${MY_PN}-${PV}-x64.AppImage" - -LICENSE="GPL2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/nss - media-libs/alsa-lib - sys-apps/lsb-release - x11-libs/gtk+:2 - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror strip" - -S="${DISTDIR}" - -src_unpack() { - : -} - -src_install() { - newbin ${MY_PN}-${PV}-x64.AppImage ${MY_PN} - domenu ${FILESDIR}/${MY_PN}.desktop -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} - diff --git a/sys-boot/etcher/etcher-1.18.4-r2.ebuild b/sys-boot/etcher/etcher-1.18.4-r2.ebuild new file mode 100644 index 00000000..eda797cd --- /dev/null +++ b/sys-boot/etcher/etcher-1.18.4-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=8 + +MY_PN="balenaEtcher" + +inherit desktop 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/${PN}/releases/download/v${PV}/${MY_PN}-${PV}-x64.AppImage" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/nss + media-libs/alsa-lib + sys-apps/lsb-release + x11-libs/gtk+:2 + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror strip" + +S="${DISTDIR}" + +src_unpack() { + : +} + +src_install() { + newbin ${MY_PN}-${PV}-x64.AppImage ${MY_PN} + domenu ${FILESDIR}/${MY_PN}.desktop +} + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} + -- cgit v1.2.3