Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
Date: Sat, 28 Nov 2015 17:36:26
Message-Id: 1448526060.e5c613dc970ad1f2d132ea5d802ec5aeec0ad0f2.monsieurp@gentoo
1 commit: e5c613dc970ad1f2d132ea5d802ec5aeec0ad0f2
2 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
3 AuthorDate: Tue Nov 24 11:45:36 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 08:21:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c613dc
7
8 lxqt-base/lxqt-sudo: New ebuild
9
10 Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
11
12 lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 30 +++++++++++++++++++++++++++++
13 1 file changed, 30 insertions(+)
14
15 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
16 new file mode 100644
17 index 0000000..30a01fb
18 --- /dev/null
19 +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
20 @@ -0,0 +1,30 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +inherit cmake-utils
27 +
28 +DESCRIPTION="LXQt GUI frontend for sudo"
29 +HOMEPAGE="http://lxqt.org/"
30 +
31 +if [[ ${PV} = *9999* ]]; then
32 + inherit git-r3
33 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
34 +else
35 + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
36 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
37 +fi
38 +
39 +LICENSE="LGPL-2.1+"
40 +SLOT="0"
41 +
42 +DEPEND="app-admin/sudo
43 + >=dev-libs/libqtxdg-1.0.0
44 + dev-qt/qtcore:5
45 + dev-qt/qtdbus:5
46 + dev-qt/qtgui:5
47 + dev-qt/qtwidgets:5
48 + ~lxqt-base/liblxqt-${PV}
49 + "
50 +RDEPEND="${DEPEND}"