pesa        15/06/17 15:23:52

  Modified:             metadata.xml ChangeLog
  Added:                qtwayland-5.4.2.ebuild
  Removed:              qtwayland-5.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.3                  dev-qt/qtwayland/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        8 Jan 2015 22:28:41 -0000       1.2
+++ metadata.xml        17 Jun 2015 15:23:52 -0000      1.3
@@ -9,6 +9,6 @@
        </use>
        <upstream>
                <bugs-to>https://bugreports.qt.io/</bugs-to>
-               <doc>http://qt-project.org/doc/</doc>
+               <doc>http://doc.qt.io/</doc>
        </upstream>
 </pkgmetadata>



1.9                  dev-qt/qtwayland/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 May 2015 10:57:55 -0000      1.8
+++ ChangeLog   17 Jun 2015 15:23:52 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtwayland
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.8 2015/05/16 
10:57:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.9 2015/06/17 
15:23:52 pesa Exp $
+
+*qtwayland-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento <[email protected]> +qtwayland-5.4.2.ebuild,
+  -qtwayland-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers <[email protected]> qtwayland-5.4.1.ebuild:
   Mark ~ppc64 too.



1.1                  dev-qt/qtwayland/qtwayland-5.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.2.ebuild?rev=1.1&content-type=text/plain

Index: qtwayland-5.4.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.2.ebuild,v 
1.1 2015/06/17 15:23:52 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Wayland platform plugin for Qt"

if [[ ${QT5_BUILD_TYPE} == release ]]; then
        KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
fi

IUSE="egl qml wayland-compositor xcomposite"

DEPEND="
        >=dev-libs/wayland-1.3.0
        >=dev-qt/qtcore-${PV}:5
        >=dev-qt/qtgui-${PV}:5[egl=]
        media-libs/mesa[egl?]
        >=x11-libs/libxkbcommon-0.2.0
        qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
        xcomposite? (
                x11-libs/libX11
                x11-libs/libXcomposite
        )
"
RDEPEND="${DEPEND}"

src_configure() {
        if use wayland-compositor; then
                echo "CONFIG += wayland-compositor" >> 
"${QT5_BUILD_DIR}"/.qmake.cache
        fi

        qt_use_compile_test xcomposite

        qt5-build_src_configure
}




Reply via email to