From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A06E13934E for ; Thu, 29 Jul 2021 12:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B1AE08FA; Thu, 29 Jul 2021 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F786E08FA for ; Thu, 29 Jul 2021 12:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DB5B342B2E for ; Thu, 29 Jul 2021 12:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B84850 for ; Thu, 29 Jul 2021 12:08:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1627560528.82c1657e6087a9ec05c52ca98a220b2c089f000f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubioath-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/yubioath-desktop/Manifest app-crypt/yubioath-desktop/metadata.xml app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild X-VCS-Directories: app-crypt/yubioath-desktop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 82c1657e6087a9ec05c52ca98a220b2c089f000f X-VCS-Branch: master Date: Thu, 29 Jul 2021 12:08:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2410725-38fc-4ac9-956d-95c8dbd23348 X-Archives-Hash: 9ebebeb2fcac491cd2ce346a7809633b commit: 82c1657e6087a9ec05c52ca98a220b2c089f000f Author: David Seifert gentoo org> AuthorDate: Thu Jul 29 12:08:48 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jul 29 12:08:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c1657e app-crypt/yubioath-desktop: initial import Signed-off-by: David Seifert gentoo.org> app-crypt/yubioath-desktop/Manifest | 1 + app-crypt/yubioath-desktop/metadata.xml | 8 ++++ .../yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/app-crypt/yubioath-desktop/Manifest b/app-crypt/yubioath-desktop/Manifest new file mode 100644 index 00000000000..79259f2181a --- /dev/null +++ b/app-crypt/yubioath-desktop/Manifest @@ -0,0 +1 @@ +DIST yubioath-desktop-5.0.5.tar.gz 5659179 BLAKE2B 31dd1a7e9b8a5034e916f38c7893572b6b7e75fa0bc45b5b807c89010ac0e4a01a446f03d1591dd6323a015fc8fb17861fa60dc5a5e4eff40b5261fb6e3f7088 SHA512 b5a0df306916896e1fd84d6a794a43365b0e0a2cecd97ec1dacc6312507dd2e4dd55fc12b0de9d72d1d0a1b40625330373b7c74dacb2ec37a24ea3e1fd2d4ff7 diff --git a/app-crypt/yubioath-desktop/metadata.xml b/app-crypt/yubioath-desktop/metadata.xml new file mode 100644 index 00000000000..70f78a5392d --- /dev/null +++ b/app-crypt/yubioath-desktop/metadata.xml @@ -0,0 +1,8 @@ + + + + + soap@gentoo.org + David Seifert + + diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild new file mode 100644 index 00000000000..67898ac59b2 --- /dev/null +++ b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild @@ -0,0 +1,52 @@ +# 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" + +DEPEND=" + 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 +}