Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qtcurve: ChangeLog gtk-engines-qtcurve-1.0.2.ebuild
Date: Mon, 01 Feb 2010 14:40:03
Message-Id: E1NbxRU-0001RV-Om@stork.gentoo.org
1 wired 10/02/01 14:39:56
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-1.0.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.82 x11-themes/gtk-engines-qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 19 Jan 2010 03:18:33 -0000 1.81
23 +++ ChangeLog 1 Feb 2010 14:39:56 -0000 1.82
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-qtcurve
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.81 2010/01/19 03:18:33 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.82 2010/02/01 14:39:56 wired Exp $
29 +
30 +*gtk-engines-qtcurve-1.0.2 (01 Feb 2010)
31 +
32 + 01 Feb 2010; Alex Alexander <wired@g.o>
33 + +gtk-engines-qtcurve-1.0.2.ebuild:
34 + version bump
35
36 19 Jan 2010; Jeroen Roovers <jer@g.o>
37 gtk-engines-qtcurve-0.69.2.ebuild:
38
39
40
41 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qtcurve-1.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild,v 1.1 2010/02/01 14:39:56 wired Exp $
51
52 EAPI=1
53 inherit eutils cmake-utils
54
55 MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
56
57 DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4"
58 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
59 SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="mozilla firefox3"
65
66 RDEPEND="x11-libs/gtk+:2
67 x11-libs/cairo
68 firefox3? ( || ( >=www-client/mozilla-firefox-3.0
69 >=www-client/firefox-bin-3.0 ) )"
70 DEPEND="x11-libs/gtk+:2
71 x11-libs/cairo
72 dev-util/pkgconfig"
73
74 S=${WORKDIR}/${MY_P}
75 DOCS="ChangeLog README TODO"
76
77 src_compile() {
78 local mycmakeargs=""
79 use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true"
80 use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false"
81 cmake-utils_src_compile
82 }