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.56.0.ebuild
Date: Mon, 25 Feb 2008 11:59:40
Message-Id: E1JTbzd-0004hV-NC@stork.gentoo.org
1 yngwin 08/02/25 11:59:37
2
3 Modified: ChangeLog
4 Added: qtcurve-0.56.0.ebuild
5 Log:
6 x11-themes/qtcurve version bump to 0.56.0
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.13 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 17 Feb 2008 17:11:51 -0000 1.12
23 +++ ChangeLog 25 Feb 2008 11:59:37 -0000 1.13
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.12 2008/02/17 17:11:51 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.13 2008/02/25 11:59:37 yngwin Exp $
29 +
30 +*qtcurve-0.56.0 (25 Feb 2008)
31 +
32 + 25 Feb 2008; Ben de Groot <yngwin@g.o> +qtcurve-0.56.0.ebuild:
33 + Version bump.
34
35 *qtcurve-0.55.3 (17 Feb 2008)
36
37
38
39
40 1.1 x11-themes/qtcurve/qtcurve-0.56.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtcurve-0.56.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.56.0.ebuild,v 1.1 2008/02/25 11:59:37 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 ~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
72 src_install() {
73 cmake-utils_src_install
74 dodoc ChangeLog README TODO
75 }
76
77 pkg_postinst() {
78 buildsycoca
79 }
80
81 pkg_postrm() {
82 buildsycoca
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list