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.59.0.ebuild
Date: Fri, 25 Apr 2008 13:37:54
Message-Id: E1JpO7b-0001Ct-Br@stork.gentoo.org
1 yngwin 08/04/25 13:37:51
2
3 Modified: ChangeLog
4 Added: gtk-engines-qtcurve-0.59.0.ebuild
5 Log:
6 gtk-engines-qtcurve version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.20 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.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 24 Apr 2008 17:43:47 -0000 1.19
23 +++ ChangeLog 25 Apr 2008 13:37:50 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-qtcurve
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.19 2008/04/24 17:43:47 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.20 2008/04/25 13:37:50 yngwin Exp $
29 +
30 +*gtk-engines-qtcurve-0.59.0 (25 Apr 2008)
31 +
32 + 25 Apr 2008; Ben de Groot <yngwin@g.o>
33 + +gtk-engines-qtcurve-0.59.0.ebuild:
34 + Version bump
35
36 24 Apr 2008; Markus Rothe <corsair@g.o>
37 gtk-engines-qtcurve-0.58.0.ebuild:
38
39
40
41 1.1 x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.0.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.59.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-qtcurve-0.59.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.59.0.ebuild,v 1.1 2008/04/25 13:37:50 yngwin Exp $
51
52 inherit eutils cmake-utils
53
54 MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
55
56 DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4"
57 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
58 SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
63 IUSE="mozilla"
64
65 RDEPEND=">=x11-libs/gtk+-2
66 x11-libs/cairo"
67 DEPEND="${RDEPEND}
68 >=dev-util/cmake-2.4"
69
70 S=${WORKDIR}/${MY_P}
71 DOCS="ChangeLog README TODO"
72
73 src_compile() {
74 local mycmakeargs=""
75 use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
76 cmake-utils_src_compile
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list