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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EA2C158095 for ; Thu, 22 Sep 2022 10:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E26E0C9C; Thu, 22 Sep 2022 10:12:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF8CFE0C9C for ; Thu, 22 Sep 2022 10:12:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D505C341014 for ; Thu, 22 Sep 2022 10:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663665CD for ; Thu, 22 Sep 2022 10:12:30 +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: <1663841517.3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qml/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild X-VCS-Directories: net-libs/accounts-qml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26 X-VCS-Branch: master Date: Thu, 22 Sep 2022 10:12:30 +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: eaa84e92-15f2-43cd-9ba8-664bd9699b8b X-Archives-Hash: 71127d6a795dd600236f6d1bd35f10bb commit: 3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 22 10:11:57 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 22 10:11:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac14d4a net-libs/accounts-qml: drop 0.7-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild | 52 ------------------------ 1 file changed, 52 deletions(-) diff --git a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild deleted file mode 100644 index 69d8dd7a258a..000000000000 --- a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 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 - https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="doc test" - -BDEPEND=" - doc? ( app-doc/doxygen ) -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - net-libs/accounts-qt - net-libs/signond -" -DEPEND="${RDEPEND} - test? ( - dev-qt/qtgui:5 - dev-qt/qttest:5 - ) -" - -# dbus problems -RESTRICT="test" - -PATCHES=( "${WORKDIR}/${P}-patches-1/${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 -}