mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
yubioath-desktop: cleanup, repoman issues
This commit is contained in:
parent
3b47ade96a
commit
0610eb6ded
6 changed files with 0 additions and 138 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST yubioath-desktop-3.1.0.tar.gz 268909 BLAKE2B 53645cf164d4fc5d5e5926afd977e70cd5e4392925d6a469075b10418dc547f9c29e8a5624b43b8f41560fc17c33480fefd0533dbf86efad6d8e9dc535332e7b SHA512 47b2e4719eb37123230c1dd4b2694dd4a8079028bd77112edcd3a0a2fb2c269cba819622d195a7b4d2baad44504b29b691343f683b413d5c696efef0a7c24f97
|
||||
DIST yubioath-desktop-4.3.3.tar 323929 BLAKE2B 3ad0d69ff1d34219d9c8ff7a8c4191d01e1db7c669a5184e2c0ef2db4e870edb3590e6b7b6de3c758aee4bee482e037411e0be3ef6a079a1f8810015cacf9bed SHA512 f2bc84587c55274fb909b8ac5d5d0f97c493a19f2795fd2488258eac7fcc3b8a31f5eaea3eb0d2aaa630c1e6b35538370cd0bc1e669186919096af0f6d5024e0
|
||||
DIST yubioath-desktop-4.3.4.tar 465920 BLAKE2B dc18f44b6e09b68f8c4600487d9c7fbc1a3e0d00f76522c04f23c6f8bd28af94b0f3f4321bccb28f65d992c2db37723d1bcb59e2972564de0125649591d567c8 SHA512 53a891e5cf1fde0a3b1631bcd6e22980fadff85062bbed7842f40c4eff82a63b5eb368d15037ef058d7155d796c3e44c4a04e2ca03bb51338d84ea786a452182
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- yubioath-desktop.pro.orig 2017-12-19 23:26:43.000000000 +0800
|
||||
+++ yubioath-desktop.pro 2018-02-03 11:05:38.162045402 +0800
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
# Mac doesn't use qSingleApplication
|
||||
!macx {
|
||||
- include(vendor/qt-solutions/qtsingleapplication/src/qtsingleapplication.pri)
|
||||
+ CONFIG += qtsingleapplication
|
||||
}
|
||||
|
||||
# Icon file
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
SRC_URI="http://opensource.yubico.com/yubioath-desktop/releases/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
LICENSE="BSD-2"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
RDEPEND=">=app-crypt/ccid-1.4.25
|
||||
dev-python/click
|
||||
dev-python/pyside
|
||||
|| ( dev-python/pycryptodome dev-python/pycrypto )
|
||||
dev-python/pyscard
|
||||
dev-python/pbkdf2
|
||||
dev-python/pyusb"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install()
|
||||
{
|
||||
distutils-r1_src_install || die
|
||||
domenu resources/yubioath.desktop
|
||||
doicon resources/yubioath.xpm
|
||||
}
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit qmake-utils eutils
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
#https://github.com/Yubico/yubioath-desktop/issues/254
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="4"
|
||||
LICENSE="BSD-2"
|
||||
|
||||
RDEPEND="dev-qt/qtsingleapplication
|
||||
dev-python/pyotherside"
|
||||
DEPEND="${RDEPEND}
|
||||
>=app-crypt/yubikey-manager-0.5"
|
||||
|
||||
src_prepare() {
|
||||
#https://github.com/Yubico/yubioath-desktop/pull/207
|
||||
epatch "${FILESDIR}/4.3-qtsingleapp.patch"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
python build_qrc.py resources.json
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
# python_optimize # does all packages by default
|
||||
domenu resources/yubioath.desktop
|
||||
doicon resources/icons/yubioath.png
|
||||
|
||||
emake compiler_rcc_make_all
|
||||
emake compiler_buildqrc_make_all
|
||||
emake compiler_moc_header_make_all
|
||||
|
||||
}
|
||||
|
|
@ -6,7 +6,6 @@ inherit qmake-utils eutils
|
|||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
#https://github.com/Yubico/yubioath-desktop/issues/254
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
|
@ -22,12 +21,6 @@ DEPEND="${RDEPEND}
|
|||
#upstream is not consistent with this
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
#src_prepare() {
|
||||
#https://github.com/Yubico/yubioath-desktop/pull/207
|
||||
# epatch "${FILESDIR}/4.3-qtsingleapp.patch"
|
||||
# eapply_user
|
||||
#}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
python build_qrc.py resources.json
|
||||
|
|
@ -35,7 +28,6 @@ src_configure() {
|
|||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
# python_optimize # does all packages by default
|
||||
domenu resources/yubioath-desktop.desktop
|
||||
doicon resources/icons/yubioath.png
|
||||
|
||||
|
|
|
|||
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit qmake-utils eutils
|
||||
|
||||
DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
|
||||
HOMEPAGE="http://opensource.yubico.com/yubioath-desktop"
|
||||
#https://github.com/Yubico/yubioath-desktop/issues/254
|
||||
SRC_URI="https://github.com/Yubico/yubioath-desktop/releases/download/${P}/${P}.tar.gz -> ${P}.tar"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="4"
|
||||
LICENSE="BSD-2"
|
||||
|
||||
RDEPEND="dev-qt/qtsingleapplication
|
||||
dev-python/pyotherside"
|
||||
DEPEND="${RDEPEND}
|
||||
>=app-crypt/yubikey-manager-0.5"
|
||||
|
||||
#upstream is not consistent with this
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
#src_prepare() {
|
||||
#https://github.com/Yubico/yubioath-desktop/pull/207
|
||||
# epatch "${FILESDIR}/4.3-qtsingleapp.patch"
|
||||
# eapply_user
|
||||
#}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 yubioath-desktop.pro
|
||||
python build_qrc.py resources.json
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
# python_optimize # does all packages by default
|
||||
domenu resources/yubioath.desktop
|
||||
doicon resources/icons/yubioath.png
|
||||
|
||||
emake compiler_rcc_make_all
|
||||
emake compiler_buildqrc_make_all
|
||||
emake compiler_moc_header_make_all
|
||||
}
|
||||
Loading…
Reference in a new issue