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 AB852138334 for ; Sun, 8 Dec 2019 13:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E3CE08F6; Sun, 8 Dec 2019 13:24:49 +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 C679CE0900 for ; Sun, 8 Dec 2019 13:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5D5ED34D822 for ; Sun, 8 Dec 2019 13:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16BA38CD for ; Sun, 8 Dec 2019 13:24:46 +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: <1575811473.1a5157a5175d71ce17343f93b7a4dd6947dfe5d2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qml/, net-libs/accounts-qml/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/accounts-qml/Manifest net-libs/accounts-qml/accounts-qml-0.7.ebuild net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch net-libs/accounts-qml/metadata.xml X-VCS-Directories: net-libs/accounts-qml/ net-libs/accounts-qml/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a5157a5175d71ce17343f93b7a4dd6947dfe5d2 X-VCS-Branch: master Date: Sun, 8 Dec 2019 13:24:46 +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: 2eef37b3-f85a-44a6-ac7b-a6cb8d3683b9 X-Archives-Hash: e52d2b4976f03f56cdbaa597962fe56c commit: 1a5157a5175d71ce17343f93b7a4dd6947dfe5d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 8 13:22:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 8 13:24:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5157a5 net-libs/accounts-qml: New package Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/accounts-qml/Manifest | 1 + net-libs/accounts-qml/accounts-qml-0.7.ebuild | 50 ++++++++++++++++++++++ .../files/accounts-qml-0.7-no-tests.patch | 14 ++++++ net-libs/accounts-qml/metadata.xml | 8 ++++ 4 files changed, 73 insertions(+) diff --git a/net-libs/accounts-qml/Manifest b/net-libs/accounts-qml/Manifest new file mode 100644 index 00000000000..fa099087241 --- /dev/null +++ b/net-libs/accounts-qml/Manifest @@ -0,0 +1 @@ +DIST accounts-qml-module-VERSION_0.7.tar.gz 62029 BLAKE2B 0924b73868135ad5d9ec7545d5b0ba84f140053f0be4d17f1c6d3754ec19e362af906af60fb45e6405b5d080dd8f63845070815b12e8bfeda30032c9ed172708 SHA512 4e0e5df64d0a477e11f412c0def85d0de1730efff9682790f5339a57d58778282aa8ca0fa201e409b3b9a2a75fea70f10555b1f70224a3b95ab8d44b942cf7e1 diff --git a/net-libs/accounts-qml/accounts-qml-0.7.ebuild b/net-libs/accounts-qml/accounts-qml-0.7.ebuild new file mode 100644 index 00000000000..b5307447aaa --- /dev/null +++ b/net-libs/accounts-qml/accounts-qml-0.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils + +DESCRIPTION="QML bindings for accounts-qt and signond" +HOMEPAGE="https://accounts-sso.gitlab.io/" +SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +BDEPEND=" + doc? ( app-doc/doxygen ) +" +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + net-libs/accounts-qt +" +DEPEND="${RDEPEND} + test? ( + dev-qt/qtgui:5 + dev-qt/qttest:5 + ) +" + +# dbus problems +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${P}-no-tests.patch" ) + +S="${WORKDIR}/${PN}-module-VERSION_${PV}" + +src_prepare() { + default + sed -e 's/-Werror//' -i common-project-config.pri || die +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}"/usr +} + +src_install() { + emake INSTALL_ROOT="${D}" install_subtargets +} diff --git a/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch b/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch new file mode 100644 index 00000000000..cfe8dec082b --- /dev/null +++ b/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch @@ -0,0 +1,14 @@ +--- a/accounts-qml-module.pro 2016-06-08 09:26:26.000000000 +0200 ++++ b/accounts-qml-module.pro 2019-12-08 14:16:24.058806381 +0100 +@@ -5,8 +5,9 @@ + TEMPLATE = subdirs + CONFIG += ordered + SUBDIRS = \ +- src \ +- tests ++ src ++ ++CONFIG(tests): SUBDIRS += tests + + include(common-installs-config.pri) + diff --git a/net-libs/accounts-qml/metadata.xml b/net-libs/accounts-qml/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/net-libs/accounts-qml/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +