patrick     14/04/23 07:04:28

  Modified:             ChangeLog
  Added:                qtcore-5.2.1.ebuild
  Log:
  Import qt5 from qt overlay
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.43                 dev-qt/qtcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   26 Jan 2014 17:47:41 -0000      1.42
+++ ChangeLog   23 Apr 2014 07:04:28 -0000      1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtcore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.42 2014/01/26 
17:47:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.43 2014/04/23 
07:04:28 patrick Exp $
+
+*qtcore-5.2.1 (23 Apr 2014)
+
+  23 Apr 2014; Patrick Lauer <patr...@gentoo.org> +qtcore-5.2.1.ebuild:
+  Import qt5 from qt overlay
 
   26 Jan 2014; Davide Pesavento <p...@gentoo.org> -files/CVE-2013-0254.patch,
   -files/blacklist-mis-issued-Turktrust-certs.patch,



1.1                  dev-qt/qtcore/qtcore-5.2.1.ebuild

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

Index: qtcore-5.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.2.1.ebuild,v 1.1 
2014/04/23 07:04:28 patrick Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="The Qt toolkit is a comprehensive C++ application development 
framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
        KEYWORDS=""
else
        KEYWORDS="~amd64"
fi

IUSE="+glib icu"

DEPEND="
        >=dev-libs/libpcre-8.30[pcre16]
        sys-libs/zlib
        virtual/libiconv
        glib? ( dev-libs/glib:2 )
        icu? ( dev-libs/icu:= )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
        src/tools/bootstrap
        src/tools/moc
        src/tools/rcc
        src/corelib
)
QCONFIG_DEFINE=( QT_ZLIB )

pkg_setup() {
        QCONFIG_REMOVE=(
                $(usev !glib)
                $(usev !icu)
        )

        qt5-build_pkg_setup
}

src_configure() {
        local myconf=(
                $(qt_use glib)
                -iconv
                $(qt_use icu)
        )
        qt5-build_src_configure
}




Reply via email to