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.2.ebuild
Date: Fri, 29 Feb 2008 22:58:23
Message-Id: E1JVEBI-0003Oa-NF@stork.gentoo.org
1 yngwin 08/02/29 22:58:20
2
3 Modified: ChangeLog
4 Added: qtcurve-0.56.2.ebuild
5 Log:
6 Another x11-themes/*qtcurve* version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.16 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 25 Feb 2008 23:17:15 -0000 1.15
23 +++ ChangeLog 29 Feb 2008 22:58:20 -0000 1.16
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.15 2008/02/25 23:17:15 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.16 2008/02/29 22:58:20 yngwin Exp $
29 +
30 +*qtcurve-0.56.2 (29 Feb 2008)
31 +
32 + 29 Feb 2008; Ben de Groot <yngwin@g.o> +qtcurve-0.56.2.ebuild:
33 + And another bugfix release version bump.
34
35 *qtcurve-0.56.1 (25 Feb 2008)
36
37
38
39
40 1.1 x11-themes/qtcurve/qtcurve-0.56.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtcurve-0.56.2.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.2.ebuild,v 1.1 2008/02/29 22:58:20 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 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