Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qtcurve: gtk-engines-qtcurve-1.8.14.ebuild ChangeLog gtk-engines-qtcurve-1.8.13.ebuild
Date: Wed, 29 Feb 2012 07:56:07
Message-Id: 20120229075558.8BDC22004B@flycatcher.gentoo.org
1 johu 12/02/29 07:55:58
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-1.8.14.ebuild
5 Removed: gtk-engines-qtcurve-1.8.13.ebuild
6 Log:
7 Version bump, remove old. Fixes bug #404531.
8
9 (Portage version: 2.2.0_alpha89/cvs/Linux i686)
10
11 Revision Changes Path
12 1.113 x11-themes/gtk-engines-qtcurve/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.113&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.113&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.112&r2=1.113
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
21 retrieving revision 1.112
22 retrieving revision 1.113
23 diff -u -r1.112 -r1.113
24 --- ChangeLog 19 Feb 2012 09:34:02 -0000 1.112
25 +++ ChangeLog 29 Feb 2012 07:55:58 -0000 1.113
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-themes/gtk-engines-qtcurve
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.112 2012/02/19 09:34:02 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.113 2012/02/29 07:55:58 johu Exp $
31 +
32 +*gtk-engines-qtcurve-1.8.14 (29 Feb 2012)
33 +
34 + 29 Feb 2012; Johannes Huber <johu@g.o>
35 + +gtk-engines-qtcurve-1.8.14.ebuild, -gtk-engines-qtcurve-1.8.13.ebuild:
36 + Version bump, remove old. Fixes bug #404531.
37
38 *gtk-engines-qtcurve-1.8.13 (19 Feb 2012)
39
40
41
42
43 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk-engines-qtcurve-1.8.14.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.8.14.ebuild,v 1.1 2012/02/29 07:55:58 johu Exp $
53
54 EAPI=4
55 inherit cmake-utils
56
57 MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
58
59 DESCRIPTION="A set of widget styles for GTK2 based apps, also available for Qt4/KDE4"
60 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
61 SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
66 IUSE="mozilla"
67
68 CDEPEND="
69 x11-libs/gtk+:2
70 "
71 DEPEND="${CDEPEND}
72 dev-util/pkgconfig
73 "
74 RDEPEND="${CDEPEND}
75 mozilla? ( || (
76 >=www-client/firefox-3.0
77 >=www-client/firefox-bin-3.0
78 >=www-client/icecat-3.0
79 ) )
80 "
81
82 S=${WORKDIR}/${MY_P}
83
84 DOCS="ChangeLog README TODO"
85
86 src_configure() {
87 local mycmakeargs=(
88 "-DQTC_OLD_MOZILLA=OFF"
89 $(cmake-utils_use mozilla QTC_MODIFY_MOZILLA)
90 )
91 cmake-utils_src_configure
92 }