From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubioath-desktop/
Date: Thu, 20 Jan 2022 21:21:47 +0000 (UTC) [thread overview]
Message-ID: <1642713673.53ef040f13a9736eeb51e3c9ade7b87593e7d03d.marecki@gentoo> (raw)
commit: 53ef040f13a9736eeb51e3c9ade7b87593e7d03d
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 21:21:13 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 21:21:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ef040f
app-crypt/yubioath-desktop: drop 5.0.5
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/yubioath-desktop/Manifest | 1 -
.../yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/app-crypt/yubioath-desktop/Manifest b/app-crypt/yubioath-desktop/Manifest
index e37919968b57..a86044250f36 100644
--- a/app-crypt/yubioath-desktop/Manifest
+++ b/app-crypt/yubioath-desktop/Manifest
@@ -1,2 +1 @@
-DIST yubioath-desktop-5.0.5.tar.gz 5659179 BLAKE2B 31dd1a7e9b8a5034e916f38c7893572b6b7e75fa0bc45b5b807c89010ac0e4a01a446f03d1591dd6323a015fc8fb17861fa60dc5a5e4eff40b5261fb6e3f7088 SHA512 b5a0df306916896e1fd84d6a794a43365b0e0a2cecd97ec1dacc6312507dd2e4dd55fc12b0de9d72d1d0a1b40625330373b7c74dacb2ec37a24ea3e1fd2d4ff7
DIST yubioath-desktop-5.1.0.tar.gz 6322224 BLAKE2B e1fc93bd38af3c6937f390c738248e43dbd17052df5103a0e25547adf7b34eca60ed8b45c9681568202d01802a5d8503cf2a5bf53d57c7c18ee2ee53cecd8d51 SHA512 152e27fca3c082c996c96fb05ed66781a52a47f30d8c5649d43937cf87c566f09c1fcb6afd65402b5f7fbe2a1f71872f10c8b456bd8a9b240c360018defd48c9
diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
deleted file mode 100644
index aa669dbe591a..000000000000
--- a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit desktop python-single-r1 qmake-utils xdg
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
-HOMEPAGE="
- https://developers.yubico.com/yubioath-desktop/
- https://github.com/Yubico/yubioath-desktop"
-SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
- ${PYTHON_DEPS}
- dev-qt/qtcore:5
- dev-qt/qtquickcontrols2:5
- dev-qt/qtdeclarative:5
- dev-qt/qtwidgets:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- x11-libs/libdrm"
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '>=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]')
- dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]"
-
-src_prepare() {
- default
- sed -i \
- -e "s:python build_qrc.py:${PYTHON} build_qrc.py:" \
- yubioath-desktop.pro || die
-
- python_fix_shebang "${S}"
-}
-
-src_configure() {
- eqmake5 yubioath-desktop.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-
- domenu resources/com.yubico.yubioath.desktop
- doicon resources/icons/com.yubico.yubioath.png
- doicon -s scalable resources/icons/com.yubico.yubioath.svg
-}
next reply other threads:[~2022-01-20 21:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-20 21:21 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-27 12:45 [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubioath-desktop/ Marek Szuba
2023-02-27 12:45 Marek Szuba
2022-11-14 11:06 Marek Szuba
2021-11-11 20:15 Marek Szuba
2021-09-10 8:56 Marek Szuba
2021-08-11 16:07 Marek Szuba
2021-07-29 15:05 David Seifert
2021-07-29 12:08 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642713673.53ef040f13a9736eeb51e3c9ade7b87593e7d03d.marecki@gentoo \
--to=marecki@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox