jauhien     14/05/25 10:51:30

  Modified:             libqtxdg-0.5.3.ebuild ChangeLog
  Log:
  fix dependencies as qt-5 is not in tree still
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  Changes    Path
1.2                  razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild?r1=1.1&r2=1.2

Index: libqtxdg-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libqtxdg-0.5.3.ebuild       25 May 2014 10:30:54 -0000      1.1
+++ libqtxdg-0.5.3.ebuild       25 May 2014 10:51:30 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.1 
2014/05/25 10:30:54 jauhien Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.2 
2014/05/25 10:51:30 jauhien Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -18,27 +18,13 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+qt4 qt5 test"
-REQUIRED_USE="^^ ( qt4 qt5 )"
+IUSE="test"
 
-CDEPEND="
-       sys-apps/file
-       qt4? (
-               dev-qt/qtcore:4
-               dev-qt/qtgui:4
-       )
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qttools:5
-               dev-qt/qtwidgets:5
-               dev-qt/qtxml:5
-               dev-qt/linguist-tools:5
-       )"
+CDEPEND="sys-apps/file
+       dev-qt/qtcore:4
+       dev-qt/qtgui:4"
 DEPEND="${CDEPEND}
-       test? (
-               qt4? ( dev-qt/qttest:4 )
-               qt5? ( dev-qt/qttest:5 )
-       )"
+       test? ( dev-qt/qttest:4 )"
 RDEPEND="${CDEPEND}
        x11-misc/xdg-utils"
 
@@ -46,7 +32,6 @@
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_use qt5 QT5)
                $(cmake-utils_use test BUILD_TESTS)
        )
        cmake-utils_src_configure



1.13                 razorqt-base/libqtxdg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/razorqt-base/libqtxdg/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 May 2014 10:30:54 -0000      1.12
+++ ChangeLog   25 May 2014 10:51:30 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for razorqt-base/libqtxdg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.12 
2014/05/25 10:30:54 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.13 
2014/05/25 10:51:30 jauhien Exp $
+
+  25 May 2014; Jauhien Piatlicki <jauh...@gentoo.org> libqtxdg-0.5.3.ebuild:
+  fix dependencies as qt-5 is not in tree still
 
 *libqtxdg-0.5.3 (25 May 2014)
 




Reply via email to