Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Mon, 10 Jul 2017 09:18:53
Message-Id: 1499678324.4a4529787e6632cd23b9b8736bdff18360136a10.polynomial-c@gentoo
1 commit: 4a4529787e6632cd23b9b8736bdff18360136a10
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 09:16:10 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 09:18:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a452978
7
8 x11-themes/qtcurve: Sync live ebuild.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-themes/qtcurve/qtcurve-9999.ebuild | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild
16 index 66741898132..003e5aa51b8 100644
17 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild
18 +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,6 +14,12 @@ SLOT="0"
26 IUSE="+X gtk nls plasma qt4 +qt5 test"
27 KEYWORDS=""
28
29 +if [[ "${PV}" != 9999 ]] ; then
30 + SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
31 + KEYWORDS="~amd64 ~x86"
32 + S="${WORKDIR}/${P/_/-}"
33 +fi
34 +
35 REQUIRED_USE="gtk? ( X )
36 || ( gtk qt4 qt5 )
37 plasma? ( qt5 )