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: qtcurve-0.65.2.ebuild ChangeLog
Date: Thu, 02 Jul 2009 13:51:51
Message-Id: E1MMMhZ-00081F-GA@stork.gentoo.org
1 yngwin 09/07/02 13:51:49
2
3 Modified: ChangeLog
4 Added: qtcurve-0.65.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.60 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 14 Jun 2009 14:58:49 -0000 1.59
23 +++ ChangeLog 2 Jul 2009 13:51:49 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-themes/qtcurve
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.59 2009/06/14 14:58:49 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.60 2009/07/02 13:51:49 yngwin Exp $
29 +
30 +*qtcurve-0.65.2 (02 Jul 2009)
31 +
32 + 02 Jul 2009; Ben de Groot <yngwin@g.o> +qtcurve-0.65.2.ebuild:
33 + Version bump
34
35 *qtcurve-0.64.2 (14 Jun 2009)
36
37
38
39
40 1.1 x11-themes/qtcurve/qtcurve-0.65.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.65.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.65.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtcurve-0.65.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 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.65.2.ebuild,v 1.1 2009/07/02 13:51:49 yngwin Exp $
50
51 EAPI=1
52
53 # Order is important, so we get src_compile from cmake-utils.
54 inherit kde-functions qt3 cmake-utils
55
56 MY_P=${P/qtcurve/QtCurve-KDE3}
57
58 DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
59 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
60 SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="x11-libs/qt:3"
68 DEPEND="${RDEPEND}"
69
70 need-kde 3.5
71
72 S=${WORKDIR}/${MY_P}
73 DOCS="ChangeLog README TODO"
74
75 pkg_postinst() {
76 buildsycoca
77 }
78
79 pkg_postrm() {
80 buildsycoca
81 }