From 2d4ba8b3c47c7a64a0cdc07b0f714c61f23cf8b3 Mon Sep 17 00:00:00 2001 From: blshkv Date: Thu, 5 Jul 2018 21:34:46 +0800 Subject: [PATCH] yubioath-desktop v4.3.4 bump --- app-crypt/yubioath-desktop/Manifest | 1 + .../yubioath-desktop-4.3.4.ebuild | 44 +++++++++++++++++++ dev-util/cutter/cutter-1.2.ebuild | 30 ------------- dev-util/cutter/cutter-1.3.ebuild | 30 ------------- 4 files changed, 45 insertions(+), 60 deletions(-) create mode 100644 app-crypt/yubioath-desktop/yubioath-desktop-4.3.4.ebuild delete mode 100644 dev-util/cutter/cutter-1.2.ebuild delete mode 100644 dev-util/cutter/cutter-1.3.ebuild diff --git a/app-crypt/yubioath-desktop/Manifest b/app-crypt/yubioath-desktop/Manifest index bc4e685f7..da604e9b9 100644 --- a/app-crypt/yubioath-desktop/Manifest +++ b/app-crypt/yubioath-desktop/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-4.3.4.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-4.3.4.ebuild new file mode 100644 index 000000000..770710392 --- /dev/null +++ b/app-crypt/yubioath-desktop/yubioath-desktop-4.3.4.ebuild @@ -0,0 +1,44 @@ +# 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 +} diff --git a/dev-util/cutter/cutter-1.2.ebuild b/dev-util/cutter/cutter-1.2.ebuild deleted file mode 100644 index fd4b886db..000000000 --- a/dev-util/cutter/cutter-1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework" -HOMEPAGE="http://www.radare.org" -SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - >=dev-util/radare2-2.2.0" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 PREFIX="/usr" src -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/dev-util/cutter/cutter-1.3.ebuild b/dev-util/cutter/cutter-1.3.ebuild deleted file mode 100644 index fd4b886db..000000000 --- a/dev-util/cutter/cutter-1.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework" -HOMEPAGE="http://www.radare.org" -SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - >=dev-util/radare2-2.2.0" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 PREFIX="/usr" src -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}