From abccc7eb204f4c89c47a45acfe0db1cc337585ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Jun 2023 21:29:38 +0100 Subject: gentoo auto-resync : 02:06:2023 - 21:29:38 --- app-crypt/yubioath-flutter-bin/Manifest | 2 +- .../yubioath-flutter-bin-6.1.0-r1.ebuild | 78 ---------------------- .../yubioath-flutter-bin-6.1.0-r2.ebuild | 78 ++++++++++++++++++++++ 3 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild create mode 100644 app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild (limited to 'app-crypt/yubioath-flutter-bin') diff --git a/app-crypt/yubioath-flutter-bin/Manifest b/app-crypt/yubioath-flutter-bin/Manifest index 43726f6056e0..82dbc1bb684d 100644 --- a/app-crypt/yubioath-flutter-bin/Manifest +++ b/app-crypt/yubioath-flutter-bin/Manifest @@ -1,3 +1,3 @@ DIST yubico-authenticator-6.1.0-linux.tar.gz 46363854 BLAKE2B f50f8dc6cdca9044c9c1a0f370cc71d627358038bd00f34bb3801d9b5cc31a5fc904ba817e5ad613c6947c9546691d965e6b373c89e220314747a5eb0321e217 SHA512 e4a63aa40e06ae4cbeee5fc32b749bcc94c9a22b86104ff32e8f94dcd34cf0a0e61e686efd4a21ea8965f37e997f53d452739bb4c332af2387473dccd5b72b99 -EBUILD yubioath-flutter-bin-6.1.0-r1.ebuild 2318 BLAKE2B e2ca96d349fd9c42d9ec2bc3eb8807a0c01d52fe8b907acd0ea31576b07e5ec9a797b583374e10f0af62e39535e2ce121236dfabe118d8ddb59d8f25cadd68d9 SHA512 5d53e191fb0062192860f0ea47864e536b7f5d87953c52b25213f7378890832f608ef355f55879d113eb6d287754159b25d016cf64bb022ef156b8eb4cc80d8b +EBUILD yubioath-flutter-bin-6.1.0-r2.ebuild 2314 BLAKE2B 61524606a0429e3e8d3e7c477c4d3c5640b0cec7ca92635ec5a1a1fcc52141b7cf65cf2cad29eecaa91c96bae087a7da8af0f1907c33a5ac74213d69a66b54a8 SHA512 be2e8721acc68072a5133b9809e7cb50397962ea6198d13dc98904b44ad5f701d22cbd92126a3cb891fb1410f6704cf44b5bac08327e9c86268a4eea4742e491 MISC metadata.xml 333 BLAKE2B 7f04bc0877fb881af8d867ef35b9e9998e22be0c69747a2f36e16de3632cf0cb7835483430396244551dcac978021e9281301ebf0bde51a3ae2f022b9a03f354 SHA512 f857a7150979f6a9e93c21ab6a60dcfaf70998021605e94eb486d8db73371c9bcf7f02b80f4b65dcda84ead94fd3641acd00ed78a92e807f57ddd59a78080093 diff --git a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild deleted file mode 100644 index 9c1a59dda12c..000000000000 --- a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Yubico Authenticator for TOTP" -HOMEPAGE=" - https://developers.yubico.com/yubioath-flutter/ - https://github.com/Yubico/yubioath-flutter" -SRC_URI="https://github.com/Yubico/yubioath-flutter/releases/download/${PV}/yubico-authenticator-${PV}-linux.tar.gz" -S="${WORKDIR}/yubico-authenticator-${PV}-linux" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="-* ~amd64" - -RDEPEND=" - app-accessibility/at-spi2-core:2 - dev-libs/glib:2 - media-libs/libepoxy - sys-apps/pcsc-lite - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libxcb - x11-libs/pango" -BDEPEND="app-admin/chrpath" - -# "Modern" app, built using Google's flutter framework. -# -# Don't even *think* about unbundling the dependencies, they're all -# hardcoded into the main binary and the helper, including but not -# limited to a full-fledged python interpreter that gets dlopen'd, an -# assortment of python packages, the X11 kitchen sink, random GCC -# libraries, and OpenSSL 1.1, oftentimes using git checkouts instead of -# released versioned libraries. -# -# The only way to avoid this mess would be to build flutter from source, -# but unfortunately life is too short to be dealing with whatever is -# Google's framework-de-jour on a regular basis. -QA_PREBUILT="opt/yubico-authenticator/*" - -src_install() { - einstalldocs - rm -r README* || die - - sed -e 's|@EXEC_PATH/authenticator|authenticator|' \ - -e 's|@EXEC_PATH/linux_support/com.yubico.yubioath.png|com.yubico.yubioath|g' \ - -i linux_support/com.yubico.authenticator.desktop || die - domenu linux_support/com.yubico.authenticator.desktop - doicon -s 128 linux_support/com.yubico.yubioath.png - rm -r linux_support || die - - exeinto /opt/yubico-authenticator - doexe authenticator - rm authenticator || die - - exeinto /opt/yubico-authenticator/helper - doexe helper/authenticator-helper - rm helper/authenticator-helper || die - - # prevent rpath_security_checks() trigger - chrpath -d helper/libjpeg*.so.* || die - - insinto /opt/yubico-authenticator - doins -r . - - dosym ../../opt/yubico-authenticator/authenticator /usr/bin/authenticator -} - -pkg_postinst() { - xdg_pkg_postinst - - elog "Make sure you are a member of the pcscd group" - elog "and the pcscd service is running." -} diff --git a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild new file mode 100644 index 000000000000..a03bb067b143 --- /dev/null +++ b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop xdg + +DESCRIPTION="Yubico Authenticator for TOTP" +HOMEPAGE=" + https://developers.yubico.com/yubioath-flutter/ + https://github.com/Yubico/yubioath-flutter" +SRC_URI="https://github.com/Yubico/yubioath-flutter/releases/download/${PV}/yubico-authenticator-${PV}-linux.tar.gz" +S="${WORKDIR}/yubico-authenticator-${PV}-linux" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + app-accessibility/at-spi2-core:2 + app-crypt/ccid + dev-libs/glib:2 + media-libs/libepoxy + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libxcb + x11-libs/pango" +BDEPEND="app-admin/chrpath" + +# "Modern" app, built using Google's flutter framework. +# +# Don't even *think* about unbundling the dependencies, they're all +# hardcoded into the main binary and the helper, including but not +# limited to a full-fledged python interpreter that gets dlopen'd, an +# assortment of python packages, the X11 kitchen sink, random GCC +# libraries, and OpenSSL 1.1, oftentimes using git checkouts instead of +# released versioned libraries. +# +# The only way to avoid this mess would be to build flutter from source, +# but unfortunately life is too short to be dealing with whatever is +# Google's framework-de-jour on a regular basis. +QA_PREBUILT="opt/yubico-authenticator/*" + +src_install() { + einstalldocs + rm -r README* || die + + sed -e 's|@EXEC_PATH/authenticator|authenticator|' \ + -e 's|@EXEC_PATH/linux_support/com.yubico.yubioath.png|com.yubico.yubioath|g' \ + -i linux_support/com.yubico.authenticator.desktop || die + domenu linux_support/com.yubico.authenticator.desktop + doicon -s 128 linux_support/com.yubico.yubioath.png + rm -r linux_support || die + + exeinto /opt/yubico-authenticator + doexe authenticator + rm authenticator || die + + exeinto /opt/yubico-authenticator/helper + doexe helper/authenticator-helper + rm helper/authenticator-helper || die + + # prevent rpath_security_checks() trigger + chrpath -d helper/libjpeg*.so.* || die + + insinto /opt/yubico-authenticator + doins -r . + + dosym ../../opt/yubico-authenticator/authenticator /usr/bin/authenticator +} + +pkg_postinst() { + xdg_pkg_postinst + + elog "Make sure you are a member of the pcscd group" + elog "and the pcscd service is running." +} -- cgit v1.2.3