Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-qtcurve: ChangeLog gtk-engines-qtcurve-0.67.1.ebuild
Date: Wed, 29 Jul 2009 13:39:34
Message-Id: E1MW9NT-0001mv-FG@stork.gentoo.org
1 yngwin 09/07/29 13:39:31
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-0.67.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.60 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.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 24 Jul 2009 09:15:33 -0000 1.59
23 +++ ChangeLog 29 Jul 2009 13:39:31 -0000 1.60
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-qtcurve
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.59 2009/07/24 09:15:33 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.60 2009/07/29 13:39:31 yngwin Exp $
29 +
30 +*gtk-engines-qtcurve-0.67.1 (29 Jul 2009)
31 +
32 + 29 Jul 2009; Ben de Groot <yngwin@g.o>
33 + +gtk-engines-qtcurve-0.67.1.ebuild:
34 + Version bump
35
36 *gtk-engines-qtcurve-0.67.0 (24 Jul 2009)
37
38
39
40
41 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qtcurve-0.67.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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-0.67.1.ebuild,v 1.1 2009/07/29 13:39:31 yngwin 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://home.freeuk.com/cpdrummond/${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/mozilla-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 }