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/files/, net-libs/accounts-qml/
Date: Wed, 14 Sep 2022 21:10:45
Message-Id: 1663189825.18bf489a4d20212b9d840a5cd884e4c5739adffa.asturm@gentoo
1 commit: 18bf489a4d20212b9d840a5cd884e4c5739adffa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 20:56:55 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 21:10:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bf489a
7
8 net-libs/accounts-qml: Drop no-tests.patch from FILESDIR, use tarball
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild | 5 +++--
13 .../accounts-qml/files/accounts-qml-0.7-no-tests.patch | 14 --------------
14 2 files changed, 3 insertions(+), 16 deletions(-)
15
16 diff --git a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
17 index 2e93ec2c43fd..69d8dd7a258a 100644
18 --- a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
19 +++ b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
20 @@ -7,7 +7,8 @@ inherit qmake-utils
21
22 DESCRIPTION="QML bindings for accounts-qt and signond"
23 HOMEPAGE="https://accounts-sso.gitlab.io/"
24 -SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz"
25 +SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz
26 + https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 @@ -33,7 +34,7 @@ DEPEND="${RDEPEND}
31 # dbus problems
32 RESTRICT="test"
33
34 -PATCHES=( "${FILESDIR}/${P}-no-tests.patch" )
35 +PATCHES=( "${WORKDIR}/${P}-patches-1/${P}-no-tests.patch" )
36
37 S="${WORKDIR}/${PN}-module-VERSION_${PV}"
38
39
40 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
41 deleted file mode 100644
42 index cfe8dec082bb..000000000000
43 --- a/net-libs/accounts-qml/files/accounts-qml-0.7-no-tests.patch
44 +++ /dev/null
45 @@ -1,14 +0,0 @@
46 ---- a/accounts-qml-module.pro 2016-06-08 09:26:26.000000000 +0200
47 -+++ b/accounts-qml-module.pro 2019-12-08 14:16:24.058806381 +0100
48 -@@ -5,8 +5,9 @@
49 - TEMPLATE = subdirs
50 - CONFIG += ordered
51 - SUBDIRS = \
52 -- src \
53 -- tests
54 -+ src
55 -+
56 -+CONFIG(tests): SUBDIRS += tests
57 -
58 - include(common-installs-config.pri)
59 -