diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2019-11-28 23:25:36 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-11-28 23:31:00 -0500 |
commit | c16492b4984a1e2511908166bb4b20773d2c8999 (patch) | |
tree | 9c8ac0b6983c57eb81be37bf17b7420b0e819d56 /app-crypt/yubikey-manager-qt | |
parent | media-fonts/noto: remove myself from maintainers (diff) | |
download | gentoo-c16492b4984a1e2511908166bb4b20773d2c8999.tar.gz gentoo-c16492b4984a1e2511908166bb4b20773d2c8999.tar.bz2 gentoo-c16492b4984a1e2511908166bb4b20773d2c8999.zip |
app-crypt/yubikey-manager-qt: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager-qt')
-rw-r--r-- | app-crypt/yubikey-manager-qt/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild | 57 | ||||
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild | 57 |
3 files changed, 0 insertions, 116 deletions
diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest index 42fa967fd2f2..eb96f3aee7a7 100644 --- a/app-crypt/yubikey-manager-qt/Manifest +++ b/app-crypt/yubikey-manager-qt/Manifest @@ -1,3 +1 @@ -DIST yubikey-manager-qt-1.1.1.tar.gz 10893572 BLAKE2B 22c37332601986495da8c70d9867dc04ad565ea06b38e219ed465586d741ddcb177ada9d5f74c04b46ddd2a5b7c445f05c3055ba1fd61e0696226541dbfb2bce SHA512 e1460abf024f045bffff2cf17a1b8fde2eb508b99957198d8de251315684c9fd591a93b3ad8063da2509ab7f054dce40a4267c1cc97c9dcc734ee18215070fe8 -DIST yubikey-manager-qt-1.1.2.tar.gz 11175714 BLAKE2B ee30d8d44a8fdec60cd462db7d67689d4206afa778904cbfe3df97b4bca25342cbb9cea5570211842d7feb8194043fcc9507f9c3d47ca7b588ba3d6250344536 SHA512 0e0bc304689170ba73ea41373c3a6a534678b04b638316480d48b7e7a7d415f8a97e2130983a5ff6e696cf271486953c8155589a6eb9ecf5bd33bb0c98fe70a6 DIST yubikey-manager-qt-1.1.3.tar.gz 13316325 BLAKE2B 765634b05fff9efdd5ec5e91e0a5de7f04144476b83f7b3ba8a0c8a1bc95ca7132f25e193afca2bec17fe377c683063a14657efc24fb047a64a8f4498c7abaed SHA512 84bcca3f74967ba8aa470b8dd6c8699ff6a93a85ce942934a1d0cd674a4c507ba297d9a5ebb40bae3476ea713965a7bb3816dad1110a045c338f070eb249f02b diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild deleted file mode 100644 index 360775f894b6..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{5,6} ) - -inherit eutils qmake-utils python-single-r1 - -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} - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}] - <app-crypt/yubikey-manager-3.0.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyotherside[${PYTHON_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}" - -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 -} diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild deleted file mode 100644 index 8efcc2e7e4ec..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{5,6} ) - -inherit eutils qmake-utils python-single-r1 - -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} - >=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_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}" - -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 -} |