Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in razorqt-base/libqtxdg: libqtxdg-0.5.3.ebuild ChangeLog
Date: Sun, 25 May 2014 10:51:34
Message-Id: 20140525105131.0E56F2004E@flycatcher.gentoo.org
1 jauhien 14/05/25 10:51:30
2
3 Modified: libqtxdg-0.5.3.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 razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?r1=1.1&r2=1.2
15
16 Index: libqtxdg-0.5.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libqtxdg-0.5.3.ebuild 25 May 2014 10:30:54 -0000 1.1
23 +++ libqtxdg-0.5.3.ebuild 25 May 2014 10:51:30 -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/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.1 2014/05/25 10:30:54 jauhien Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.2 2014/05/25 10:51:30 jauhien Exp $
29
30 EAPI=5
31 inherit cmake-utils
32 @@ -18,27 +18,13 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -IUSE="+qt4 qt5 test"
37 -REQUIRED_USE="^^ ( qt4 qt5 )"
38 +IUSE="test"
39
40 -CDEPEND="
41 - sys-apps/file
42 - qt4? (
43 - dev-qt/qtcore:4
44 - dev-qt/qtgui:4
45 - )
46 - qt5? (
47 - dev-qt/qtcore:5
48 - dev-qt/qttools:5
49 - dev-qt/qtwidgets:5
50 - dev-qt/qtxml:5
51 - dev-qt/linguist-tools:5
52 - )"
53 +CDEPEND="sys-apps/file
54 + dev-qt/qtcore:4
55 + dev-qt/qtgui:4"
56 DEPEND="${CDEPEND}
57 - test? (
58 - qt4? ( dev-qt/qttest:4 )
59 - qt5? ( dev-qt/qttest:5 )
60 - )"
61 + test? ( dev-qt/qttest:4 )"
62 RDEPEND="${CDEPEND}
63 x11-misc/xdg-utils"
64
65 @@ -46,7 +32,6 @@
66
67 src_configure() {
68 local mycmakeargs=(
69 - $(cmake-utils_use_use qt5 QT5)
70 $(cmake-utils_use test BUILD_TESTS)
71 )
72 cmake-utils_src_configure
73
74
75
76 1.13 razorqt-base/libqtxdg/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?rev=1.13&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?rev=1.13&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?r1=1.12&r2=1.13
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v
85 retrieving revision 1.12
86 retrieving revision 1.13
87 diff -u -r1.12 -r1.13
88 --- ChangeLog 25 May 2014 10:30:54 -0000 1.12
89 +++ ChangeLog 25 May 2014 10:51:30 -0000 1.13
90 @@ -1,6 +1,9 @@
91 # ChangeLog for razorqt-base/libqtxdg
92 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.12 2014/05/25 10:30:54 jauhien Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.13 2014/05/25 10:51:30 jauhien Exp $
95 +
96 + 25 May 2014; Jauhien Piatlicki <jauhien@g.o> libqtxdg-0.5.3.ebuild:
97 + fix dependencies as qt-5 is not in tree still
98
99 *libqtxdg-0.5.3 (25 May 2014)