public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/
Date: Wed, 17 Nov 2021 13:03:54 +0000 (UTC)	[thread overview]
Message-ID: <1637154223.44fa45724dc7ae2994ef137ff5dd5f3f104b3e33.marecki@gentoo> (raw)

commit:     44fa45724dc7ae2994ef137ff5dd5f3f104b3e33
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 12:57:33 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 13:03:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fa4572

app-crypt/yubikey-manager-qt: drop 1.1.5

Invoking maintainer time-out due to the lack of any response.

Closes: https://bugs.gentoo.org/813243
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-crypt/yubikey-manager-qt/Manifest              |  1 -
 .../yubikey-manager-qt-1.1.5.ebuild                | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest
index 4e209fe54739..f4029c104466 100644
--- a/app-crypt/yubikey-manager-qt/Manifest
+++ b/app-crypt/yubikey-manager-qt/Manifest
@@ -1,2 +1 @@
-DIST yubikey-manager-qt-1.1.5.tar.gz 16066508 BLAKE2B cd15950c68cacc3e2904a5e1fbb3a2d98544084717f379202ccfe70082b0971959178730afb9ddbbfa20f436ef8d7cdf820df1e88539f99ce77913f60228af0f SHA512 b019a7cdebd741cd536a18670795f83c7e010e221b4f9c82dcd3c57b0c4bce878865c6605f10c962f4bd5e926c285a894ea97d2925ba091847ece5ffa7ce5bb6
 DIST yubikey-manager-qt-1.2.2.tar.gz 17311287 BLAKE2B 115dbf18ce0bfd48a1b172153d9770a3bde754b1dbef55ee1ec9480128305b9fb0d52af23906a6f6040df71cc4d3d4be216615fc3807395f7e7be1615a5568da SHA512 dbac2d51b198ab15051790e080ad92aaef4b0d44596ad136115469e7bf038d6b56d1bfa78a69d1fda3644543f9762051767b8a1fd46a80f2f62ecf836f7df3d8

diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
deleted file mode 100644
index 7454fa78fae8..000000000000
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit qmake-utils python-single-r1 desktop
-
-DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports"
-HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt"
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DEPEND="${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		>=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
-		<app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]
-		dev-python/cryptography[${PYTHON_USEDEP}]
-	')
-	dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]
-	dev-qt/qtcore:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgraphicaleffects:5
-	dev-qt/qtgui:5
-	dev-qt/qtquickcontrols:5[widgets]
-	dev-qt/qtquickcontrols2:5[widgets]
-	dev-qt/qtsingleapplication[qt5(+),X]
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-
-	sed -i -e "s/ykman-cli//" ${PN}.pro || die
-	sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \
-		-i ykman-gui/ykman-gui.pro || die
-}
-
-src_configure() {
-	eqmake5
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-
-	domenu resources/ykman-gui.desktop
-	doicon -s 128 resources/icons/ykman.png
-	doicon -s scalable resources/icons/ykman.svg
-
-	einstalldocs
-}


             reply	other threads:[~2021-11-17 13:03 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17 13:03 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-05 15:00 [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/ Marek Szuba
2024-03-05 14:03 Marek Szuba
2023-06-04 15:49 Arthur Zamarin
2023-03-12 16:19 David Seifert
2023-03-12 16:14 David Seifert
2023-02-21 17:27 Michał Górny
2023-02-13  9:26 Marek Szuba
2023-02-13  9:26 Marek Szuba
2023-02-13  9:26 Marek Szuba
2023-02-13  9:26 Marek Szuba
2022-08-07 15:39 David Seifert
2021-12-31  1:15 Georgy Yakovlev
2021-12-31  1:15 Georgy Yakovlev
2021-08-10  0:22 Göktürk Yüksek
2021-05-14 14:25 Rick Farina
2021-04-03 21:58 Sam James
2021-02-17 15:34 Rick Farina
2021-02-15  2:19 Rick Farina
2020-10-06  1:36 Göktürk Yüksek
2020-06-04 20:59 Andreas Sturmlechner
2020-03-19  2:22 Rick Farina
2020-03-19  2:11 Rick Farina
2020-02-10 20:22 Göktürk Yüksek
2019-11-29  4:32 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-08-05  4:43 Göktürk Yüksek
2019-08-05  4:43 Göktürk Yüksek
2019-07-21 17:43 Michał Górny
2019-03-13  2:20 Göktürk Yüksek
2019-02-01  2:19 Göktürk Yüksek
2019-02-01  2:19 Göktürk Yüksek
2019-02-01  2:19 Göktürk Yüksek
2018-12-19 20:41 Rick Farina
2018-12-19 17:42 Rick Farina
2018-10-02 19:19 Richard Farina
2018-10-02 19:19 Richard Farina
2018-07-17 22:35 Göktürk Yüksek
2018-05-22 19:22 Göktürk Yüksek
2018-04-26  3:32 Andreas Sturmlechner
2018-02-22 10:51 Andreas Sturmlechner
2017-12-28 22:09 Göktürk Yüksek
2017-12-21  0:50 Göktürk Yüksek
2017-12-21  0:50 Göktürk Yüksek
2017-11-24 23:09 Michael Palimaka
2017-11-21 18:00 Manuel Rüger
2017-10-27 11:14 Manuel Rüger
2017-09-20 13:57 Manuel Rüger
2017-09-08 21:48 Manuel Rüger
2017-08-01 12:03 Manuel Rüger

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=1637154223.44fa45724dc7ae2994ef137ff5dd5f3f104b3e33.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