Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qml/
Date: Thu, 22 Sep 2022 10:12:33
Message-Id: 1663841517.3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26.asturm@gentoo
1 commit: 3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 10:11:57 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 10:11:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac14d4a
7
8 net-libs/accounts-qml: drop 0.7-r1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild | 52 ------------------------
13 1 file changed, 52 deletions(-)
14
15 diff --git a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
16 deleted file mode 100644
17 index 69d8dd7a258a..000000000000
18 --- a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
19 +++ /dev/null
20 @@ -1,52 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit qmake-utils
27 -
28 -DESCRIPTION="QML bindings for accounts-qt and signond"
29 -HOMEPAGE="https://accounts-sso.gitlab.io/"
30 -SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz
31 - https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
36 -IUSE="doc test"
37 -
38 -BDEPEND="
39 - doc? ( app-doc/doxygen )
40 -"
41 -RDEPEND="
42 - dev-qt/qtcore:5
43 - dev-qt/qtdeclarative:5
44 - net-libs/accounts-qt
45 - net-libs/signond
46 -"
47 -DEPEND="${RDEPEND}
48 - test? (
49 - dev-qt/qtgui:5
50 - dev-qt/qttest:5
51 - )
52 -"
53 -
54 -# dbus problems
55 -RESTRICT="test"
56 -
57 -PATCHES=( "${WORKDIR}/${P}-patches-1/${P}-no-tests.patch" )
58 -
59 -S="${WORKDIR}/${PN}-module-VERSION_${PV}"
60 -
61 -src_prepare() {
62 - default
63 - sed -e 's/-Werror//' -i common-project-config.pri || die
64 -}
65 -
66 -src_configure() {
67 - eqmake5 PREFIX="${EPREFIX}"/usr
68 -}
69 -
70 -src_install() {
71 - emake INSTALL_ROOT="${D}" install_subtargets
72 -}