Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o, Patrice Clement <monsieurp@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/
Date: Sat, 28 Nov 2015 20:48:08
Message-Id: robbat2-20151128T204651-222881531Z@orbis-terrarum.net
1 All of your recent lxqt ebuild additions are missing Manifests, and have
2 stopped distribution to rsync again.
3
4 repoman manifest is NOT optional, use it!
5
6 On Sat, Nov 28, 2015 at 05:36:03PM +0000, Patrice Clement wrote:
7 > commit: e5c613dc970ad1f2d132ea5d802ec5aeec0ad0f2
8 > Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
9 > AuthorDate: Tue Nov 24 11:45:36 2015 +0000
10 > Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
11 > CommitDate: Thu Nov 26 08:21:00 2015 +0000
12 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c613dc
13 >
14 > lxqt-base/lxqt-sudo: New ebuild
15 >
16 > Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
17 >
18 > lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild | 30 +++++++++++++++++++++++++++++
19 > 1 file changed, 30 insertions(+)
20 >
21 > diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
22 > new file mode 100644
23 > index 0000000..30a01fb
24 > --- /dev/null
25 > +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.10.0.ebuild
26 > @@ -0,0 +1,30 @@
27 > +# Copyright 1999-2015 Gentoo Foundation
28 > +# Distributed under the terms of the GNU General Public License v2
29 > +# $Id$
30 > +
31 > +EAPI=5
32 > +inherit cmake-utils
33 > +
34 > +DESCRIPTION="LXQt GUI frontend for sudo"
35 > +HOMEPAGE="http://lxqt.org/"
36 > +
37 > +if [[ ${PV} = *9999* ]]; then
38 > + inherit git-r3
39 > + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
40 > +else
41 > + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
42 > + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
43 > +fi
44 > +
45 > +LICENSE="LGPL-2.1+"
46 > +SLOT="0"
47 > +
48 > +DEPEND="app-admin/sudo
49 > + >=dev-libs/libqtxdg-1.0.0
50 > + dev-qt/qtcore:5
51 > + dev-qt/qtdbus:5
52 > + dev-qt/qtgui:5
53 > + dev-qt/qtwidgets:5
54 > + ~lxqt-base/liblxqt-${PV}
55 > + "
56 > +RDEPEND="${DEPEND}"
57 >
58
59 --
60 Robin Hugh Johnson
61 Gentoo Linux: Developer, Infrastructure Lead, Foundation Trustee
62 E-Mail : robbat2@g.o
63 GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85