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/kqoauth/
Date: Thu, 21 May 2020 18:49:42
Message-Id: 1590086809.bd600564db9f5c5edacd9a172aa95cd7345703ff.asturm@gentoo
1 commit: bd600564db9f5c5edacd9a172aa95cd7345703ff
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:46:49 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:46:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd600564
7
8 dev-libs/kqoauth: 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/kqoauth/kqoauth-0.98-r2.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild
17 index dbfc65327cd..af40313065f 100644
18 --- a/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild
19 +++ b/dev-libs/kqoauth/kqoauth-0.98-r2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
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 @@ -30,10 +30,10 @@ src_prepare() {
31 # prevent tests from beeing built at src_compile
32 sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed"
33 # respect libdir
34 - sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || die "sed on src.pro failed"
35 + sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g'\
36 + -i src/src.pro || die "sed on src.pro failed"
37
38 - sed \
39 - -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \
40 + sed -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \
41 -i src/src.pro || die
42 }