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/policykit-qt: ChangeLog policykit-qt-0.9.3.ebuild
Date: Mon, 08 Feb 2010 22:13:12
Message-Id: E1Nebqt-0002g0-BJ@stork.gentoo.org
1 alexxy 10/02/08 22:13:07
2
3 Modified: ChangeLog
4 Added: policykit-qt-0.9.3.ebuild
5 Log:
6 [sys-auth/policykit-qt] Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 sys-auth/policykit-qt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit-qt/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit-qt/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit-qt/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/policykit-qt/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 19 Jan 2010 00:51:48 -0000 1.11
23 +++ ChangeLog 8 Feb 2010 22:13:06 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-auth/policykit-qt
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit-qt/ChangeLog,v 1.11 2010/01/19 00:51:48 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit-qt/ChangeLog,v 1.12 2010/02/08 22:13:06 alexxy Exp $
29 +
30 +*policykit-qt-0.9.3 (08 Feb 2010)
31 +
32 + 08 Feb 2010; Alexey Shvetsov <alexxy@g.o>
33 + +policykit-qt-0.9.3.ebuild:
34 + Version bump
35
36 19 Jan 2010; Jeroen Roovers <jer@g.o> policykit-qt-0.9.2.ebuild:
37 Stable for HPPA too.
38
39
40
41 1.1 sys-auth/policykit-qt/policykit-qt-0.9.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit-qt/policykit-qt-0.9.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/policykit-qt/policykit-qt-0.9.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: policykit-qt-0.9.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-auth/policykit-qt/policykit-qt-0.9.3.ebuild,v 1.1 2010/02/08 22:13:06 alexxy Exp $
51
52 EAPI="2"
53
54 inherit cmake-utils
55
56 MY_P="polkit-qt-${PV}"
57
58 DESCRIPTION="PolicyKit Qt4 API wrapper library."
59 HOMEPAGE="http://kde.org/"
60 SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
61
62 LICENSE="LGPL-2"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 SLOT="0"
65 IUSE="debug examples"
66
67 RDEPEND="
68 >=sys-auth/policykit-0.8
69 >=x11-libs/qt-gui-4.4:4[dbus]
70 "
71 DEPEND="${RDEPEND}
72 kde-base/automoc
73 "
74
75 S="${WORKDIR}/${MY_P}"
76
77 src_configure() {
78 mycmakeargs="${mycmakeargs}
79 $(cmake-utils_use_build examples)"
80
81 cmake-utils_src_configure
82 }