Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxpolkit: ChangeLog lxpolkit-0_p20110122.ebuild
Date: Sat, 22 Jan 2011 21:33:32
Message-Id: 20110122213322.6530820054@flycatcher.gentoo.org
1 hwoarang 11/01/22 21:33:22
2
3 Modified: ChangeLog
4 Added: lxpolkit-0_p20110122.ebuild
5 Log:
6 New snapshot
7
8 (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 lxde-base/lxpolkit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Dec 2010 17:05:53 -0000 1.1
24 +++ ChangeLog 22 Jan 2011 21:33:22 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for lxde-base/lxpolkit
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.1 2010/12/25 17:05:53 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.2 2011/01/22 21:33:22 hwoarang Exp $
31 +
32 +*lxpolkit-0_p20110122 (22 Jan 2011)
33 +
34 + 22 Jan 2011; Markos Chandras <hwoarang@g.o>
35 + +lxpolkit-0_p20110122.ebuild:
36 + New snapshot
37
38 *lxpolkit-0_p20101225 (25 Dec 2010)
39
40
41
42
43 1.1 lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lxpolkit-0_p20110122.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild,v 1.1 2011/01/22 21:33:22 hwoarang Exp $
53
54 EAPI=3
55 inherit autotools
56
57 DESCRIPTION="A simple PolicyKit auhentication agent"
58 HOMEPAGE="http://blog.lxde.org/?p=674"
59 SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-libs/glib-2.18:2
67 >=lxde-base/menu-cache-0.3.2
68 >=sys-auth/polkit-0.99
69 >=x11-libs/gtk+-2.12:2
70 !gnome-extra/polkit-gnome"
71 DEPEND="${RDEPEND}
72 app-arch/xz-utils
73 >=dev-util/intltool-0.40.0
74 dev-util/pkgconfig
75 sys-devel/gettext"
76
77 src_prepare() {
78 # NotShowIn=KDE; because they have polkit-kde, but this
79 # is exchangeable with polkit-gnome. The blocker is valid,
80 # and it's other packages that need || ( ) deps.
81 sed -i -e '/ShowIn/d' data/lxpolkit.desktop.in.in || die
82 echo 'NotShowIn=KDE;' >> data/lxpolkit.desktop.in.in
83
84 intltoolize --force --copy --automake
85 eautoreconf
86 }
87
88 src_install() {
89 emake DESTDIR="${D}" install || die
90 dodoc AUTHORS
91 }