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 CFA511382C5 for ; Thu, 26 Apr 2018 03:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17642E088F; Thu, 26 Apr 2018 03:32:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5E88E088C for ; Thu, 26 Apr 2018 03:32:12 +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 B2D04335C81 for ; Thu, 26 Apr 2018 03:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CFD2A8 for ; Thu, 26 Apr 2018 03:32:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524713374.aac38493922388e0d63a6b0dc451a463d5192643.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/yubikey-manager-qt/Manifest app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild X-VCS-Directories: app-crypt/yubikey-manager-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aac38493922388e0d63a6b0dc451a463d5192643 X-VCS-Branch: master Date: Thu, 26 Apr 2018 03:32:07 +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-Archives-Salt: 4813e484-033a-4cab-abf8-67336424eb0d X-Archives-Hash: 754ce4b0d99cf45dee4277725ce2ce32 commit: aac38493922388e0d63a6b0dc451a463d5192643 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 21:10:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 26 03:29:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac38493 app-crypt/yubikey-manager-qt: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 app-crypt/yubikey-manager-qt/Manifest | 1 - .../yubikey-manager-qt-0.3.2-r1.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest index f373469b271..37ffd534642 100644 --- a/app-crypt/yubikey-manager-qt/Manifest +++ b/app-crypt/yubikey-manager-qt/Manifest @@ -1,2 +1 @@ -DIST yubikey-manager-qt-0.3.2.tar.gz 175662 BLAKE2B 149ff32d35ec642cbbebf1352ef8ec18c6e105658daf4831c251e01843c1fc852851eb3f40eb7fd7c85fe58c7243f9fa7a2eb0640189628d67898b1f1e987ae7 SHA512 5ae0b802f041a37a67bef6f7c8b5224fe47d145bcb3bef8c42e300048e849bbcf333de6d15a9a671ced21741d412af9419c08fd3b018276ce997b3cdd5ba55f5 DIST yubikey-manager-qt-0.4.0.tar.gz 183566 BLAKE2B 2364d0d257ab5c05d0555aba4bb01ee1639a2c3a42b47173ae905945a6265b123985ad7d8fe50b0cfd38a1a0a588f3e1424aa46585ddbf50337ce2456899067e SHA512 12cef9636f06a92fdb3fce7cea5b97af3255b9cdd1b4feb4e184999eb77c17e465db927f56cd0e443a8ce8afc27b7e4be19ed07da7c41259f909ac4e98971de2 diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild deleted file mode 100644 index 63672a9f513..00000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit eutils qmake-utils python-single-r1 vcs-snapshot - -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://github.com/Yubico/yubikey-manager-qt/archive/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=app-crypt/yubikey-manager-0.4[${PYTHON_USEDEP}] - dev-python/pyotherside[${PYTHON_USEDEP}] - dev-qt/qtsingleapplication[qt5,X] - dev-qt/qtdeclarative:5 - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -src_prepare() { - default - rm -rf vendor ykman-gui/vendor || die - sed -i -e "s/ykman-cli//" ${PN}.pro || die - sed -i -e "/qtsingleapplication.pri/d" -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 -}