Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve: ChangeLog qtcurve-1.8.17-r1.ebuild
Date: Thu, 31 Jul 2014 08:10:11
Message-Id: 20140731081004.B66782004E@flycatcher.gentoo.org
1 jer 14/07/31 08:10:03
2
3 Modified: ChangeLog qtcurve-1.8.17-r1.ebuild
4 Log:
5 Stable for HPPA (bug #498660).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.90 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.90&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.90&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.89&r2=1.90
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.89
20 retrieving revision 1.90
21 diff -u -r1.89 -r1.90
22 --- ChangeLog 11 Jul 2014 17:43:21 -0000 1.89
23 +++ ChangeLog 31 Jul 2014 08:10:03 -0000 1.90
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-themes/qtcurve
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.89 2014/07/11 17:43:21 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.90 2014/07/31 08:10:03 jer Exp $
29 +
30 + 31 Jul 2014; Jeroen Roovers <jer@g.o> qtcurve-1.8.17-r1.ebuild:
31 + Stable for HPPA (bug #498660).
32
33 11 Jul 2014; Mikle Kolyada <zlogene@g.o> qtcurve-1.8.17-r1.ebuild:
34 ppc64 stable wrt bug #498660
35
36
37
38 1.10 x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild?r1=1.9&r2=1.10
43
44 Index: qtcurve-1.8.17-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- qtcurve-1.8.17-r1.ebuild 11 Jul 2014 17:43:21 -0000 1.9
51 +++ qtcurve-1.8.17-r1.ebuild 31 Jul 2014 08:10:03 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.9 2014/07/11 17:43:21 zlogene Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.10 2014/07/31 08:10:03 jer Exp $
57
58 EAPI=5
59 KDE_REQUIRED="optional"
60 @@ -12,11 +12,11 @@
61 if [[ ${PV} == *9999* ]]; then
62 inherit git-r3
63 EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
64 - KEYWORDS=""
65 + KEYWORDS="hppa"
66 else
67 SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
68 https://github.com/QtCurve/${PN}/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch -> ${P}-old_config_file.patch"
69 - KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
70 + KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
71 fi
72
73 LICENSE="GPL-2"