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-qt/qtsingleapplication/
Date: Wed, 08 Sep 2021 16:55:58
Message-Id: 1631120084.954b279cd9388f7a82b838c163093e6fc2d3eb9d.asturm@gentoo
1 commit: 954b279cd9388f7a82b838c163093e6fc2d3eb9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 15:32:30 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 16:54:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b279c
7
8 dev-qt/qtsingleapplication: EAPI-8 bump
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
17 index c8d3c9c8e5d..195bd2ed872 100644
18 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
19 +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 MY_P=qt-solutions-${PV#*_p}
29 inherit qmake-utils
30 @@ -9,6 +9,7 @@ inherit qmake-utils
31 DESCRIPTION="Qt library to start applications only once per user"
32 HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"
33 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz"
34 +S="${WORKDIR}/${MY_P}/${PN}"
35
36 LICENSE="|| ( LGPL-2.1 GPL-3 )"
37 SLOT="0"
38 @@ -26,8 +27,6 @@ DEPEND="
39 "
40 RDEPEND="${DEPEND}"
41
42 -S="${WORKDIR}/${MY_P}/${PN}"
43 -
44 PATCHES=(
45 "${FILESDIR}/2.6.1_p20130904-unbundle-qtlockedfile.patch"
46 "${FILESDIR}/2.6.1_p20130904-no-gui.patch"