Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.99.ebuild ChangeLog
Date: Fri, 08 Oct 2010 01:02:54
Message-Id: 20101008000453.48AE120051@flycatcher.gentoo.org
1 ssuominen 10/10/08 00:04:53
2
3 Modified: polkit-0.99.ebuild ChangeLog
4 Log:
5 Stop PDEPEND abuse and clean up in general.
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-auth/polkit/polkit-0.99.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild?r1=1.1&r2=1.2
15
16 Index: polkit-0.99.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polkit-0.99.ebuild 25 Sep 2010 02:08:47 -0000 1.1
23 +++ polkit-0.99.ebuild 8 Oct 2010 00:04:53 -0000 1.2
24 @@ -1,10 +1,9 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild,v 1.1 2010/09/25 02:08:47 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.99.ebuild,v 1.2 2010/10/08 00:04:53 ssuominen Exp $
29
30 -EAPI="2"
31 -
32 -inherit autotools eutils multilib pam
33 +EAPI=2
34 +inherit eutils multilib pam
35
36 DESCRIPTION="Policy framework for controlling privileges for system-wide services"
37 HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit"
38 @@ -15,23 +14,21 @@
39 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
40 IUSE="debug doc examples +introspection nls pam"
41
42 -# not mature enough
43 -RDEPEND=">=dev-libs/glib-2.25.12
44 +COMMON_DEPEND=">=dev-libs/glib-2.25.12
45 dev-libs/expat
46 introspection? ( dev-libs/gobject-introspection )
47 pam? ( virtual/pam )"
48 -DEPEND="${RDEPEND}
49 - !!>=sys-auth/policykit-0.92
50 +RDEPEND="${COMMON_DEPEND}
51 + >=sys-auth/consolekit-0.4[policykit]"
52 +DEPEND="${COMMON_DEPEND}
53 dev-libs/libxslt
54 app-text/docbook-xsl-stylesheets
55 >=dev-util/pkgconfig-0.18
56 >=dev-util/intltool-0.36
57 doc? ( >=dev-util/gtk-doc-1.13 )"
58 -PDEPEND=">=sys-auth/consolekit-0.4[policykit]"
59 -# gtk-doc-am-1.13 needed for eautoreconf
60
61 src_prepare() {
62 - epatch "${FILESDIR}/${PN}-0.96-getcwd.patch"
63 + epatch "${FILESDIR}"/${PN}-0.96-getcwd.patch
64 }
65
66 src_configure() {
67 @@ -63,9 +60,8 @@
68 }
69
70 src_install() {
71 - emake DESTDIR="${D}" install || die "emake install failed"
72 -
73 - dodoc NEWS README AUTHORS ChangeLog || die "dodoc failed"
74 + emake DESTDIR="${D}" install || die
75 + dodoc NEWS README AUTHORS ChangeLog || die
76
77 # We disable example compilation above, and handle it here
78 if use examples; then
79 @@ -73,7 +69,7 @@
80 doins src/examples/{*.c,*.policy*}
81 fi
82
83 - # Need to keep a few directories around...
84 + # Need to keep a few directories around.
85 diropts -m0700 -o root -g root
86 keepdir /var/run/polkit-1
87 keepdir /var/lib/polkit-1
88
89
90
91 1.28 sys-auth/polkit/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.28&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.28&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.27&r2=1.28
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
100 retrieving revision 1.27
101 retrieving revision 1.28
102 diff -u -r1.27 -r1.28
103 --- ChangeLog 25 Sep 2010 02:08:47 -0000 1.27
104 +++ ChangeLog 8 Oct 2010 00:04:53 -0000 1.28
105 @@ -1,6 +1,9 @@
106 # ChangeLog for sys-auth/polkit
107 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.27 2010/09/25 02:08:47 nirbheek Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.28 2010/10/08 00:04:53 ssuominen Exp $
110 +
111 + 08 Oct 2010; Samuli Suominen <ssuominen@g.o> polkit-0.99.ebuild:
112 + Stop PDEPEND abuse and clean up in general.
113
114 *polkit-0.99 (25 Sep 2010)