Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve: ChangeLog qtcurve-0.55.1.ebuild
Date: Sun, 02 Dec 2007 19:59:38
Message-Id: E1IyuyJ-0007iT-OJ@stork.gentoo.org
1 drac 07/12/02 19:59:23
2
3 Modified: ChangeLog
4 Added: qtcurve-0.55.1.ebuild
5 Log:
6 Version bump, using cmake-utils.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.10 x11-themes/qtcurve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 17 Oct 2007 14:22:41 -0000 1.9
23 +++ ChangeLog 2 Dec 2007 19:59:23 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-themes/qtcurve
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.9 2007/10/17 14:22:41 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.10 2007/12/02 19:59:23 drac Exp $
29 +
30 +*qtcurve-0.55.1 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Samuli Suominen <drac@g.o> +qtcurve-0.55.1.ebuild:
33 + Version bump, using cmake-utils.
34
35 *qtcurve-0.55.0 (17 Oct 2007)
36
37
38
39
40 1.1 x11-themes/qtcurve/qtcurve-0.55.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtcurve-0.55.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.55.1.ebuild,v 1.1 2007/12/02 19:59:23 drac Exp $
50
51 ARTS_REQUIRED="never"
52
53 inherit eutils kde cmake-utils
54
55 MY_P=${P/qtcurve/QtCurve-KDE3}
56
57 DESCRIPTION="A set of widget styles for KDE based apps, also available for GTK2"
58 HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
59 SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND=">=dev-util/cmake-2.4"
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
78
79 --
80 gentoo-commits@g.o mailing list