Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/sddm: sddm-0.1.0.ebuild ChangeLog
Date: Sun, 25 May 2014 10:53:46
Message-Id: 20140525105342.ED2DE2004E@flycatcher.gentoo.org
1 jauhien 14/05/25 10:53:42
2
3 Modified: sddm-0.1.0.ebuild ChangeLog
4 Log:
5 fix dependencies as qt-5 is not in tree still
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
8
9 Revision Changes Path
10 1.2 x11-misc/sddm/sddm-0.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: sddm-0.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sddm-0.1.0.ebuild 24 May 2014 19:38:53 -0000 1.1
23 +++ sddm-0.1.0.ebuild 25 May 2014 10:53:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild,v 1.1 2014/05/24 19:38:53 jauhien Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sddm/sddm-0.1.0.ebuild,v 1.2 2014/05/25 10:53:42 jauhien Exp $
29
30 EAPI=5
31 inherit cmake-utils toolchain-funcs
32 @@ -12,16 +12,13 @@
33
34 LICENSE="GPL-2+ MIT CC-BY-3.0 public-domain"
35 SLOT="0"
36 -IUSE="+qt4 qt5 systemd +upower"
37 -REQUIRED_USE="^^ ( qt4 qt5 )
38 - ?? ( upower systemd )"
39 +IUSE="systemd +upower"
40 +REQUIRED_USE="?? ( upower systemd )"
41
42 RDEPEND="sys-libs/pam
43 x11-libs/libxcb[xkb(-)]
44 - qt4? ( dev-qt/qtdeclarative:4
45 - dev-qt/qtdbus:4 )
46 - qt5? ( dev-qt/qtdeclarative:5
47 - dev-qt/qtdbus:5 )
48 + dev-qt/qtdeclarative:4
49 + dev-qt/qtdbus:4
50 systemd? ( sys-apps/systemd:= )
51 upower? ( sys-power/upower:= )"
52 DEPEND="${RDEPEND}
53 @@ -42,7 +39,6 @@
54
55 src_configure() {
56 local mycmakeargs=(
57 - $(cmake-utils_use_use qt5 QT5)
58 $(cmake-utils_use_use systemd)
59 $(cmake-utils_use_use upower)
60 )
61
62
63
64 1.3 x11-misc/sddm/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/ChangeLog?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/ChangeLog?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sddm/ChangeLog?r1=1.2&r2=1.3
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-misc/sddm/ChangeLog,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- ChangeLog 24 May 2014 20:56:44 -0000 1.2
77 +++ ChangeLog 25 May 2014 10:53:42 -0000 1.3
78 @@ -1,6 +1,9 @@
79 # ChangeLog for x11-misc/sddm
80 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sddm/ChangeLog,v 1.2 2014/05/24 20:56:44 jauhien Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sddm/ChangeLog,v 1.3 2014/05/25 10:53:42 jauhien Exp $
83 +
84 + 25 May 2014; Jauhien Piatlicki <jauhien@g.o> sddm-0.1.0.ebuild:
85 + fix dependencies as qt-5 is not in tree still
86
87 24 May 2014; <jauhien@g.o> metadata.xml:
88 Add lxqt herd