Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-qt: ChangeLog polkit-qt-0.99.0.ebuild
Date: Wed, 26 Jan 2011 19:47:55
Message-Id: 20110126194746.F419D20054@flycatcher.gentoo.org
1 alexxy 11/01/26 19:47:46
2
3 Modified: ChangeLog
4 Added: polkit-qt-0.99.0.ebuild
5 Log:
6 [sys-auth/polkit-qt] Version bump for kde sc 4.6.0
7
8 (Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 sys-auth/polkit-qt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 12 Sep 2010 16:36:50 -0000 1.12
24 +++ ChangeLog 26 Jan 2011 19:47:46 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-auth/polkit-qt
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.12 2010/09/12 16:36:50 phajdan.jr Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.13 2011/01/26 19:47:46 alexxy Exp $
31 +
32 +*polkit-qt-0.99.0 (26 Jan 2011)
33 +
34 + 26 Jan 2011; Alexey Shvetsov <alexxy@g.o> +polkit-qt-0.99.0.ebuild:
35 + Version bump for kde sc 4.6.0
36
37 12 Sep 2010; Pawel Hajdan jr <phajdan.jr@g.o>
38 polkit-qt-0.96.1.ebuild:
39
40
41
42 1.1 sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: polkit-qt-0.99.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild,v 1.1 2011/01/26 19:47:46 alexxy Exp $
52
53 EAPI="3"
54
55 MY_P="${P/qt/qt-1}"
56
57 inherit cmake-utils
58
59 DESCRIPTION="PolicyKit Qt4 API wrapper library."
60 HOMEPAGE="http://kde.org/"
61 SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
62
63 LICENSE="LGPL-2"
64 KEYWORDS="~amd64 ~x86"
65 SLOT="0"
66 IUSE="debug examples"
67
68 COMMON_DEPEND="
69 dev-libs/glib:2
70 >=sys-auth/polkit-0.99
71 x11-libs/qt-core
72 x11-libs/qt-gui[dbus]
73 "
74 DEPEND="${COMMON_DEPEND}
75 dev-util/automoc
76 "
77 RDEPEND="${COMMON_DEPEND}
78 examples? ( !sys-auth/policykit-qt[examples] )
79 "
80
81 DOCS=(AUTHORS README README.porting TODO)
82
83 S="${WORKDIR}/${MY_P}"
84
85 src_configure() {
86 mycmakeargs=(
87 $(cmake-utils_use_build examples)
88 )
89 cmake-utils_src_configure
90 }