Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Thu, 02 Jun 2016 20:34:49
Message-Id: 1464899658.c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0.pesa@gentoo
1 commit: c4943d1b9dd0817d0ba7fd68915d1b136fd9b6b0
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 20:34:18 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 20:34:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4943d1b
7
8 x11-themes/qtcurve: don't define KEYWORDS for 9999
9
10 The double declaration confuses some automatic tools.
11
12 Package-Manager: portage-2.3.0_rc1
13
14 x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild | 3 +--
15 x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild | 3 +--
16 2 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild
19 index 187048c..97e64c0 100644
20 --- a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild
21 +++ b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve"
29 if [[ ${PV} == *9999* ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
32 - KEYWORDS="hppa"
33 else
34 SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
35 https://github.com/QtCurve/${PN}/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch -> ${P}-old_config_file.patch"
36
37 diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
38 index c4d0519..3b38928 100644
39 --- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
40 +++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve"
48 if [[ ${PV} == *9999* ]]; then
49 inherit git-r3
50 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
51 - KEYWORDS="alpha ppc ppc64 sparc x86"
52 else
53 SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz
54 https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> ${PN}-1.8.18-dont_use_c++11.patch"