Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/
Date: Thu, 21 May 2020 18:49:42
Message-Id: 1590086952.8ec24e0004bac17ca55b3c2e7548a0be20aeb310.asturm@gentoo
1 commit: 8ec24e0004bac17ca55b3c2e7548a0be20aeb310
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:49:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:49:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec24e00
7
8 dev-libs/qoauth: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild
17 index cfb89ca9cba..06dc6eaaa41 100644
18 --- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild
19 +++ b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit qmake-utils
29
30 @@ -13,14 +13,17 @@ LICENSE="LGPL-2.1"
31 SLOT="5"
32 KEYWORDS="amd64 ~ppc64 x86"
33 IUSE="debug doc test"
34 +
35 RESTRICT="!test? ( test )"
36
37 +BDEPEND="
38 + doc? ( app-doc/doxygen )
39 +"
40 COMMON_DEPEND="
41 app-crypt/qca:2[debug?,qt5(+)]
42 dev-qt/qtnetwork:5
43 "
44 DEPEND="${COMMON_DEPEND}
45 - doc? ( app-doc/doxygen )
46 test? ( dev-qt/qttest:5 )
47 "
48 RDEPEND="${COMMON_DEPEND}
49 @@ -57,7 +60,7 @@ src_configure() {
50 src_install() {
51 if use doc; then
52 doxygen "${S}"/Doxyfile || die "failed to generate documentation"
53 - HTML_DOCS=( "${S}"/doc/html/. )
54 + local HTML_DOCS=( "${S}"/doc/html/. )
55 fi
56
57 INSTALL_ROOT="${D}" default