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.61.2.ebuild
Date: Tue, 24 Feb 2009 23:36:53
Message-Id: E1Lc6pV-0005Qo-FT@stork.gentoo.org
1 yngwin 09/02/24 23:36:49
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-0.61.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.47 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.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 20 Feb 2009 23:42:46 -0000 1.46
23 +++ ChangeLog 24 Feb 2009 23:36:49 -0000 1.47
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.46 2009/02/20 23:42:46 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.47 2009/02/24 23:36:49 yngwin Exp $
29 +
30 +*gtk-engines-qtcurve-0.61.2 (24 Feb 2009)
31 +
32 + 24 Feb 2009; Ben de Groot <yngwin@g.o>
33 + +gtk-engines-qtcurve-0.61.2.ebuild:
34 + Version bump
35
36 *gtk-engines-qtcurve-0.61.1 (20 Feb 2009)
37
38
39
40
41 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.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-0.61.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qtcurve-0.61.2.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.61.2.ebuild,v 1.1 2009/02/24 23:36:49 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 ~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/cmake-2.4"
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_MODIFY_MOZILLA_USER_JS=true"
80 use firefox3 && mycmakeargs="-DQTC_NEW_MOZILLA=true -DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
81 cmake-utils_src_compile
82 }