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/qtcurve: ChangeLog qtcurve-0.59.0.ebuild
Date: Fri, 25 Apr 2008 13:35:23
Message-Id: E1JpO5A-00018y-Ci@stork.gentoo.org
1 yngwin 08/04/25 13:35:20
2
3 Modified: ChangeLog
4 Added: qtcurve-0.59.0.ebuild
5 Log:
6 qtcurve version bump
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.23 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 24 Apr 2008 17:45:00 -0000 1.22
23 +++ ChangeLog 25 Apr 2008 13:35:19 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-themes/qtcurve
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.22 2008/04/24 17:45:00 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.23 2008/04/25 13:35:19 yngwin Exp $
29 +
30 +*qtcurve-0.59.0 (25 Apr 2008)
31 +
32 + 25 Apr 2008; Ben de Groot <yngwin@g.o> +qtcurve-0.59.0.ebuild:
33 + Version bump
34
35 24 Apr 2008; Markus Rothe <corsair@g.o> qtcurve-0.58.0.ebuild:
36 Added ~ppc64; bug #218436
37
38
39
40 1.1 x11-themes/qtcurve/qtcurve-0.59.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtcurve-0.59.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.0.ebuild,v 1.1 2008/04/25 13:35:19 yngwin Exp $
50
51 # Order is important, so we get src_compile from cmake-utils.
52 inherit kde-functions qt3 cmake-utils
53
54 MY_P=${P/qtcurve/QtCurve-KDE3}
55
56 DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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=""
64
65 DEPEND=">=dev-util/cmake-2.4
66 $(qt_min_version 3)"
67
68 need-kde 3.5
69
70 S="${WORKDIR}/${MY_P}"
71 DOCS="ChangeLog README TODO"
72
73 pkg_postinst() {
74 buildsycoca
75 }
76
77 pkg_postrm() {
78 buildsycoca
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list