Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-policykit: lxqt-policykit-0.7.0-r1.ebuild ChangeLog lxqt-policykit-0.7.0.ebuild
Date: Tue, 27 May 2014 16:15:31
Message-Id: 20140527161528.0C33A2004E@flycatcher.gentoo.org
1 jauhien 14/05/27 16:15:27
2
3 Modified: ChangeLog
4 Added: lxqt-policykit-0.7.0-r1.ebuild
5 Removed: lxqt-policykit-0.7.0.ebuild
6 Log:
7 install mans
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
10
11 Revision Changes Path
12 1.2 lxqt-base/lxqt-policykit/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 27 May 2014 15:18:55 -0000 1.1
25 +++ ChangeLog 27 May 2014 16:15:27 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for lxqt-base/lxqt-policykit
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v 1.1 2014/05/27 15:18:55 jauhien Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/ChangeLog,v 1.2 2014/05/27 16:15:27 jauhien Exp $
31 +
32 +*lxqt-policykit-0.7.0-r1 (27 May 2014)
33 +
34 + 27 May 2014; Jauhien Piatlicki <jauhien@g.o>
35 + +lxqt-policykit-0.7.0-r1.ebuild, -lxqt-policykit-0.7.0.ebuild:
36 + install mans
37
38 *lxqt-policykit-0.7.0 (27 May 2014)
39
40
41
42
43 1.1 lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lxqt-policykit-0.7.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild,v 1.1 2014/05/27 16:15:27 jauhien Exp $
53
54 EAPI=5
55 inherit cmake-utils
56
57 DESCRIPTION="LXQt PolKit authentication agent"
58 HOMEPAGE="http://www.lxqt.org/"
59
60 if [[ ${PV} = *9999* ]]; then
61 inherit git-r3
62 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
63 else
64 SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
65 KEYWORDS="~amd64 ~x86"
66 S=${WORKDIR}
67 fi
68
69 LICENSE="GPL-2 LGPL-2.1+"
70 SLOT="0"
71
72 RDEPEND="dev-qt/qtcore:4
73 dev-qt/qtdbus:4
74 dev-qt/qtgui:4
75 lxqt-base/liblxqt
76 razorqt-base/libqtxdg
77 sys-auth/polkit-qt
78 x11-libs/libX11"
79 DEPEND="${RDEPEND}
80 virtual/pkgconfig"
81
82 src_install(){
83 cmake-utils_src_install
84 doman man/*.1
85 }