Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/policykit-gnome: ChangeLog policykit-gnome-0.9.2.ebuild
Date: Mon, 01 Dec 2008 22:22:48
Message-Id: E1L7HA8-0000wH-K3@stork.gentoo.org
1 eva 08/12/01 22:22:40
2
3 Modified: ChangeLog
4 Added: policykit-gnome-0.9.2.ebuild
5 Log:
6 Bump to 0.9.2. Fix bug #214801.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.2 gnome-extra/policykit-gnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 23 Nov 2007 20:01:10 -0000 1.1
23 +++ ChangeLog 1 Dec 2008 22:22:40 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/policykit-gnome
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v 1.1 2007/11/23 20:01:10 compnerd Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/ChangeLog,v 1.2 2008/12/01 22:22:40 eva Exp $
30 +
31 +*policykit-gnome-0.9.2 (01 Dec 2008)
32 +
33 + 01 Dec 2008; Gilles Dartiguelongue <eva@g.o>
34 + +policykit-gnome-0.9.2.ebuild:
35 + Bump to 0.9.2. Fix bug #214801.
36
37 *policykit-gnome-0.6 (23 Nov 2007)
38
39
40
41
42 1.1 gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: policykit-gnome-0.9.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/policykit-gnome/policykit-gnome-0.9.2.ebuild,v 1.1 2008/12/01 22:22:40 eva Exp $
52
53 inherit gnome2
54
55 MY_PN="PolicyKit-gnome"
56
57 DESCRIPTION="PolicyKit policies and configurations for the GNOME desktop"
58 HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
59 SRC_URI="http://hal.freedesktop.org/releases/${MY_PN}-${PV}.tar.bz2"
60
61 LICENSE="LGPL-2 GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="doc examples"
65
66 RDEPEND=">=x11-libs/gtk+-2.13.6
67 >=gnome-base/gconf-2.8
68 >=dev-libs/dbus-glib-0.71
69 >=sys-auth/policykit-0.9"
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/pkgconfig-0.19
73 >=dev-util/intltool-0.35.0
74 >=app-text/scrollkeeper-0.3.14
75 >=app-text/gnome-doc-utils-0.12
76 doc? ( >=dev-util/gtk-doc-1.3 )"
77
78 DOCS="AUTHORS ChangeLog HACKING NEWS TODO"
79
80 S="${WORKDIR}/${MY_PN}-${PV}"
81
82 pkg_setup() {
83 G2CONF="${G2CONF} $(use_enable examples)"
84 }