[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt5-build.eclass

2015-08-06 Thread Davide Pesavento (pesa)
pesa15/08/07 02:05:19

  Modified: ChangeLog qt5-build.eclass
  Log:
  Fix bugs #549140 and #552942.

Revision  ChangesPath
1.1749   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1749&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1749&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1748&r2=1.1749

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1748
retrieving revision 1.1749
diff -u -r1.1748 -r1.1749
--- ChangeLog   7 Aug 2015 01:07:09 -   1.1748
+++ ChangeLog   7 Aug 2015 02:05:19 -   1.1749
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1748 2015/08/07 
01:07:09 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1749 2015/08/07 
02:05:19 pesa Exp $
+
+  07 Aug 2015; Davide Pesavento  qt5-build.eclass:
+  Fix bugs #549140 and #552942.
 
   07 Aug 2015; Davide Pesavento  qt5-build.eclass:
   Allow passing arguments to qmake from ebuilds via the myqmakeargs array.



1.23 eclass/qt5-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?r1=1.22&r2=1.23

Index: qt5-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- qt5-build.eclass7 Aug 2015 01:07:09 -   1.22
+++ qt5-build.eclass7 Aug 2015 02:05:19 -   1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.22 2015/08/07 
01:07:09 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.23 2015/08/07 
02:05:19 pesa Exp $
 
 # @ECLASS: qt5-build.eclass
 # @MAINTAINER:
@@ -195,6 +195,14 @@
find config.tests/unix -name '*.test' -type f \
-execdir sed -i -e '/bin\/qmake/ s/-nocache //' '{}' + \
|| die "sed failed (config.tests)"
+
+   # Don't add -O3 to CXXFLAGS (bug 549140)
+   sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \
+   src/{corelib/corelib,gui/gui}.pro || die "sed failed 
(optimize_full)"
+
+   # Don't force sse2 on x86 (bug 552942)
+   sed -i -e 's/^sse2:/false:&/' \
+   mkspecs/features/qt_module.prf || die "sed failed 
(sse2)"
fi
 
# apply patches






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt5-build.eclass

2015-08-06 Thread Davide Pesavento (pesa)
pesa15/08/07 01:07:09

  Modified: ChangeLog qt5-build.eclass
  Log:
  Allow passing arguments to qmake from ebuilds via the myqmakeargs array.

Revision  ChangesPath
1.1748   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1748&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1748&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1747&r2=1.1748

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1747
retrieving revision 1.1748
diff -u -r1.1747 -r1.1748
--- ChangeLog   6 Aug 2015 08:20:33 -   1.1747
+++ ChangeLog   7 Aug 2015 01:07:09 -   1.1748
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1747 2015/08/06 
08:20:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1748 2015/08/07 
01:07:09 pesa Exp $
+
+  07 Aug 2015; Davide Pesavento  qt5-build.eclass:
+  Allow passing arguments to qmake from ebuilds via the myqmakeargs array.
 
   06 Aug 2015; Sergei Trofimovich  ghc-package.eclass,
   haskell-cabal.eclass:



1.22 eclass/qt5-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?r1=1.21&r2=1.22

Index: qt5-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- qt5-build.eclass13 Jul 2015 00:51:16 -  1.21
+++ qt5-build.eclass7 Aug 2015 01:07:09 -   1.22
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.21 2015/07/13 
00:51:16 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.22 2015/08/07 
01:07:09 pesa Exp $
 
 # @ECLASS: qt5-build.eclass
 # @MAINTAINER:
@@ -225,8 +225,10 @@
 # @DESCRIPTION:
 # Runs tests in the target directories.
 qt5-build_src_test() {
-   # '-after SUBDIRS-=...' disables broken cmake tests (bug 474004)
-   qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake 
SUBDIRS-=installed_cmake
+   # disable broken cmake tests (bug 474004)
+   local myqmakeargs=("${myqmakeargs[@]}" -after SUBDIRS-=cmake 
SUBDIRS-=installed_cmake)
+
+   qt5_foreach_target_subdir qt5_qmake
qt5_foreach_target_subdir emake
 
# create a custom testrunner script that correctly sets
@@ -661,6 +663,7 @@
fi
 
"${qmakepath}"/qmake \
+   "${projectdir}" \
CONFIG+=$(usex debug debug release) \
CONFIG-=$(usex debug release debug) \
QMAKE_AR="$(tc-getAR) cqs" \
@@ -682,8 +685,7 @@
QMAKE_LFLAGS="${LDFLAGS}" \
QMAKE_LFLAGS_RELEASE= \
QMAKE_LFLAGS_DEBUG= \
-   "${projectdir}" \
-   "$@" \
+   "${myqmakeargs[@]}" \
|| die "qmake failed (${projectdir#${S}/})"
 }
 






[gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.16.9.ebuild ChangeLog

2015-07-29 Thread Davide Pesavento (pesa)
pesa15/07/29 16:55:44

  Modified: sip-4.16.9.ebuild ChangeLog
  Log:
  Sync with live ebuild.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-python/sip/sip-4.16.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?r1=1.1&r2=1.2

Index: sip-4.16.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sip-4.16.9.ebuild   22 Jul 2015 03:21:29 -  1.1
+++ sip-4.16.9.ebuild   29 Jul 2015 16:55:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v 1.1 
2015/07/22 03:21:29 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v 1.2 
2015/07/29 16:55:44 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -33,23 +33,25 @@
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
-
 [[ ${PV} == ** ]] && DEPEND+="
-   =dev-lang/python-2*
sys-devel/bison
sys-devel/flex
doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+[[ ${PV} == ** ]] && REQUIRED_USE+="
+   || ( $(python_gen_useflags 'python2*') )
+"
 
 src_prepare() {
epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch
 
if [[ ${PV} == ** ]]; then
-   python2 build.py prepare || die
+   python_setup 'python2*'
+   "${PYTHON}" build.py prepare || die
if use doc; then
-   python2 build.py doc || die
+   "${PYTHON}" build.py doc || die
fi
fi
 



1.314dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.314&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.314&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.313&r2=1.314

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   29 Jul 2015 16:49:15 -  1.313
+++ ChangeLog   29 Jul 2015 16:55:44 -  1.314
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.313 2015/07/29 
16:49:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.314 2015/07/29 
16:55:44 pesa Exp $
+
+  29 Jul 2015; Davide Pesavento  sip-4.16.9.ebuild:
+  Sync with live ebuild.
 
 *sip-4. (29 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.9999.ebuild ChangeLog

2015-07-29 Thread Davide Pesavento (pesa)
pesa15/07/29 16:49:15

  Modified: ChangeLog
  Added:sip-4..ebuild
  Log:
  Import live ebuild from qt overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.313dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.313&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.313&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.312&r2=1.313

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog   22 Jul 2015 03:21:29 -  1.312
+++ ChangeLog   29 Jul 2015 16:49:15 -  1.313
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.312 2015/07/22 
03:21:29 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.313 2015/07/29 
16:49:15 pesa Exp $
+
+*sip-4. (29 Jul 2015)
+
+  29 Jul 2015; Davide Pesavento  +sip-4..ebuild:
+  Import live ebuild from qt overlay.
 
 *sip-4.16.9 (22 Jul 2015)
 



1.1  dev-python/sip/sip-4..ebuild

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

Index: sip-4..ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4..ebuild,v 1.1 
2015/07/29 16:49:15 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit eutils python-r1 toolchain-funcs

DESCRIPTION="Python extension module generator for C and C++ libraries"
HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro 
https://pypi.python.org/pypi/SIP";
LICENSE="|| ( GPL-2 GPL-3 SIP )"

if [[ ${PV} == ** ]]; then
# live version from mercurial repo
EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip";
inherit mercurial
elif [[ ${PV} == *_pre* ]]; then
# development snapshot
HG_REVISION=
MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz";
S=${WORKDIR}/${MY_P}
else
# official release
SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
fi

# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
SLOT="0/11"
KEYWORDS=""
IUSE="debug doc"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
[[ ${PV} == ** ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[[ ${PV} == ** ]] && REQUIRED_USE+="
|| ( $(python_gen_useflags 'python2*') )
"

src_prepare() {
epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch

if [[ ${PV} == ** ]]; then
python_setup 'python2*'
"${PYTHON}" build.py prepare || die
if use doc; then
"${PYTHON}" build.py doc || die
fi
fi

# Sub-slot sanity check
local sub_slot=${SLOT#*/}
local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
eerror
eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
eerror "Please update SLOT variable as follows:"
eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
eerror
die "sub-slot sanity check failed"
fi
}

src_configure() {
configuration() {
local myconf=(
"${PYTHON}"
"${S}"/configure.py
--destdir="$(python_get_sitedir)"
--incdir="$(python_get_includedir)"
$(use debug && echo --debug)
AR="$(tc-getAR) cqs"
CC="$(tc-getCC)"
CFLAGS="${CFLAGS}"
CFLAGS_RELEASE=
CXX="$(tc-getCXX)"
CXXFLAGS="${CXXFLAGS}"
CXXFLAGS_RELEASE=
LINK="$(tc-getCXX)"
LINK_SHLIB="$(tc-getCXX)"
LFLAGS="${LDFLAGS}"
LFLAGS_RELEASE=
 

[gentoo-commits] gentoo-x86 commit in profiles/arch/arm64: ChangeLog package.use.mask

2015-07-28 Thread Davide Pesavento (pesa)
pesa15/07/29 00:05:05

  Modified: ChangeLog package.use.mask
  Log:
  JavaScriptCore JIT doesn't have a backend for arm64, so don't unmask the 
useflag.

Revision  ChangesPath
1.15 profiles/arch/arm64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Jul 2015 06:49:31 -  1.14
+++ ChangeLog   29 Jul 2015 00:05:05 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/ARM profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v 1.14 
2015/07/20 06:49:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/ChangeLog,v 1.15 
2015/07/29 00:05:05 pesa Exp $
+
+  29 Jul 2015; Davide Pesavento  package.use.mask:
+  JavaScriptCore JIT doesn't have a backend for arm64, so don't unmask the
+  useflag.
 
   20 Jul 2015; Mike Frysinger  package.use.mask:
   Mask curl packages that have not yet been keyworded.



1.11 profiles/arch/arm64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/package.use.mask?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/package.use.mask?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm64/package.use.mask?r1=1.10&r2=1.11

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm64/package.use.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.use.mask20 Jul 2015 06:49:31 -  1.10
+++ package.use.mask29 Jul 2015 00:05:05 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/package.use.mask,v 1.10 
2015/07/20 06:49:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm64/package.use.mask,v 1.11 
2015/07/29 00:05:05 pesa Exp $
 
 # Mike Frysinger  (20 Jul 2015)
 # Needs deps tested.
@@ -214,12 +214,6 @@
 # keyworded for arm
 net-misc/tinc vde
 
-# Davide Pesavento  (30 Nov 2011)
-# JavaScriptCore JIT is supported only on amd64/arm/x86,
-# so it's masked in base profile and unmasked here.
-dev-qt/qtscript -jit
-dev-qt/qtwebkit -jit
-
 # Patrick McLean  (08 Nov 2011)
 # mask conntrack USE flag for dnsmasq as dep is not keyworded
 net-dns/dnsmasq conntrack






[gentoo-commits] gentoo-x86 commit in profiles/arch/nios2: package.use.mask

2015-07-28 Thread Davide Pesavento (pesa)
pesa15/07/29 00:02:50

  Modified: package.use.mask
  Log:
  JavaScriptCore JIT doesn't have a backend for nios2, so don't unmask the 
useflag.

Revision  ChangesPath
1.4  profiles/arch/nios2/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/nios2/package.use.mask?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/nios2/package.use.mask?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/nios2/package.use.mask?r1=1.3&r2=1.4

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/nios2/package.use.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.use.mask4 Jun 2015 18:57:37 -   1.3
+++ package.use.mask29 Jul 2015 00:02:50 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/nios2/package.use.mask,v 1.3 
2015/06/04 18:57:37 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/nios2/package.use.mask,v 1.4 
2015/07/29 00:02:50 pesa Exp $
 
 # Mike Frysinger  (16 Mar 2015)
 # Needs sci-physics/bullet tested #499974
@@ -210,12 +210,6 @@
 # keyworded for arm
 net-misc/tinc vde
 
-# Davide Pesavento  (30 Nov 2011)
-# JavaScriptCore JIT is supported only on amd64/arm/x86,
-# so it's masked in base profile and unmasked here.
-dev-qt/qtscript -jit
-dev-qt/qtwebkit -jit
-
 # Patrick McLean  (08 Nov 2011)
 # mask conntrack USE flag for dnsmasq as dep is not keyworded
 net-dns/dnsmasq conntrack






[gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.9.ebuild qscintilla-2.8.4-r1.ebuild ChangeLog

2015-07-24 Thread Davide Pesavento (pesa)
pesa15/07/25 00:21:23

  Modified: qscintilla-2.9.ebuild qscintilla-2.8.4-r1.ebuild
ChangeLog
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  x11-libs/qscintilla/qscintilla-2.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild?r1=1.1&r2=1.2

Index: qscintilla-2.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-2.9.ebuild   30 Apr 2015 13:36:24 -  1.1
+++ qscintilla-2.9.ebuild   25 Jul 2015 00:21:23 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild,v 
1.1 2015/04/30 13:36:24 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild,v 
1.2 2015/07/25 00:21:23 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=QScintilla-gpl-${PV}
 
 DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro";
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"



1.8  x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild?r1=1.7&r2=1.8

Index: qscintilla-2.8.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qscintilla-2.8.4-r1.ebuild  8 May 2015 17:15:17 -   1.7
+++ qscintilla-2.8.4-r1.ebuild  25 Jul 2015 00:21:23 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild,v 1.7 
2015/05/08 17:15:17 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild,v 1.8 
2015/07/25 00:21:23 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=QScintilla-gpl-${PV}
 
 DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro";
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"



1.113x11-libs/qscintilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   14 Jun 2015 16:53:26 -  1.112
+++ ChangeLog   25 Jul 2015 00:21:23 -  1.113
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.112 
2015/06/14 16:53:26 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.113 
2015/07/25 00:21:23 pesa Exp $
+
+  25 Jul 2015; Davide Pesavento  qscintilla-2.8.4-r1.ebuild,
+  qscintilla-2.9.ebuild:
+  Update HOMEPAGE.
 
   14 Jun 2015; Davide Pesavento 
   -files/qscintilla-2.7.1-designer.patch, -qscintilla-2.7.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python: qscintilla-python-2.9.ebuild qscintilla-python-2.8.4.ebuild ChangeLog

2015-07-24 Thread Davide Pesavento (pesa)
pesa15/07/25 00:08:23

  Modified: qscintilla-python-2.9.ebuild
qscintilla-python-2.8.4.ebuild ChangeLog
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-python/qscintilla-python/qscintilla-python-2.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild?r1=1.1&r2=1.2

Index: qscintilla-python-2.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-python-2.9.ebuild30 Apr 2015 13:50:25 -  1.1
+++ qscintilla-python-2.9.ebuild25 Jul 2015 00:08:23 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild,v
 1.1 2015/04/30 13:50:25 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild,v
 1.2 2015/07/25 00:08:23 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -10,7 +10,7 @@
 MY_P=QScintilla-gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro";
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"



1.9  dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild

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

Index: qscintilla-python-2.8.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qscintilla-python-2.8.4.ebuild  8 May 2015 17:15:34 -   1.8
+++ qscintilla-python-2.8.4.ebuild  25 Jul 2015 00:08:23 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild,v
 1.8 2015/05/08 17:15:34 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild,v
 1.9 2015/07/25 00:08:23 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -10,7 +10,7 @@
 MY_P=QScintilla-gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro";
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"



1.125dev-python/qscintilla-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.125&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.125&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   14 Jun 2015 16:47:21 -  1.124
+++ ChangeLog   25 Jul 2015 00:08:23 -  1.125
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/qscintilla-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.124 2015/06/14 16:47:21 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.125 2015/07/25 00:08:23 pesa Exp $
+
+  25 Jul 2015; Davide Pesavento 
+  qscintilla-python-2.8.4.ebuild, qscintilla-python-2.9.ebuild:
+  Update HOMEPAGE.
 
   14 Jun 2015; Davide Pesavento 
   -qscintilla-python-2.7.2.ebuild, -qscin

[gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.5.ebuild PyQt5-5.4.2.ebuild ChangeLog

2015-07-24 Thread Davide Pesavento (pesa)
pesa15/07/25 00:05:11

  Modified: PyQt5-5.4.2.ebuild ChangeLog
  Added:PyQt5-5.5.ebuild
  Log:
  Version bump; update HOMEPAGE.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.3  dev-python/PyQt5/PyQt5-5.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild?r1=1.2&r2=1.3

Index: PyQt5-5.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt5-5.4.2.ebuild  17 Jul 2015 20:00:26 -  1.2
+++ PyQt5-5.4.2.ebuild  25 Jul 2015 00:05:11 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild,v 1.2 
2015/07/17 20:00:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.2.ebuild,v 1.3 
2015/07/25 00:05:11 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -8,7 +8,7 @@
 inherit eutils multibuild multilib python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/
+HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
https://pypi.python.org/pypi/PyQt5";
 
 MY_PN="PyQt-gpl"



1.15 dev-python/PyQt5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   22 Jul 2015 03:08:54 -  1.14
+++ ChangeLog   25 Jul 2015 00:05:11 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/PyQt5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.14 
2015/07/22 03:08:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.15 
2015/07/25 00:05:11 pesa Exp $
+
+*PyQt5-5.5 (25 Jul 2015)
+
+  25 Jul 2015; Davide Pesavento  +PyQt5-5.5.ebuild,
+  PyQt5-5.4.2.ebuild:
+  Version bump; update HOMEPAGE.
 
   22 Jul 2015; Davide Pesavento  -PyQt5-5.4.1.ebuild:
   old



1.1  dev-python/PyQt5/PyQt5-5.5.ebuild

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

Index: PyQt5-5.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.5.ebuild,v 1.1 
2015/07/25 00:05:11 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit eutils multibuild multilib python-r1 qmake-utils

DESCRIPTION="Python bindings for the Qt framework"
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
https://pypi.python.org/pypi/PyQt5";

MY_PN="PyQt-gpl"
if [[ ${PV} == *_pre* ]]; then
MY_P=${MY_PN}-${PV%_pre*}-snapshot-${REVISION}
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
else
MY_P=${MY_PN}-${PV}

SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz";
fi

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

# TODO: QtBluetooth, QtLocation, QtNfc, QtWebEngineWidgets
IUSE="dbus debug declarative designer doc examples gles2 gui help multimedia
network opengl positioning printsupport sensors serialport sql svg
testlib webchannel webkit websockets widgets x11extras xmlpatterns"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
positioning? ( gui )
sensors? ( gui )
serialport? ( gui )
sql? ( widgets )
testlib? ( widgets )
webchannel? ( network )
"

# Minimal supported version of Qt.
QT_PV="5.4.2:5"

RDEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.16.6:=[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.11.1.ebuild PyQt4-4.11.4.ebuild ChangeLog

2015-07-24 Thread Davide Pesavento (pesa)
pesa15/07/25 00:00:51

  Modified: PyQt4-4.11.1.ebuild PyQt4-4.11.4.ebuild ChangeLog
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.15 dev-python/PyQt4/PyQt4-4.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?r1=1.14&r2=1.15

Index: PyQt4-4.11.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- PyQt4-4.11.1.ebuild 14 Apr 2015 12:36:33 -  1.14
+++ PyQt4-4.11.1.ebuild 25 Jul 2015 00:00:51 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.14 
2015/04/14 12:36:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.15 
2015/07/25 00:00:51 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -8,7 +8,8 @@
 inherit eutils multibuild python-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="Python bindings for the Qt toolkit"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 
https://pypi.python.org/pypi/PyQt4";
+HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
+   https://pypi.python.org/pypi/PyQt4";
 
 if [[ ${PV} == *_pre* ]]; then
MY_P="PyQt-x11-gpl-snapshot-${PV%_pre*}-${REVISION}"



1.4  dev-python/PyQt4/PyQt4-4.11.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?r1=1.3&r2=1.4

Index: PyQt4-4.11.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyQt4-4.11.4.ebuild 14 Jun 2015 14:07:15 -  1.3
+++ PyQt4-4.11.4.ebuild 25 Jul 2015 00:00:51 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v 1.3 
2015/06/14 14:07:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v 1.4 
2015/07/25 00:00:51 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -8,7 +8,8 @@
 inherit eutils multibuild multilib python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for the Qt framework"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 
https://pypi.python.org/pypi/PyQt4";
+HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
+   https://pypi.python.org/pypi/PyQt4";
 
 MY_PN="PyQt-x11-gpl"
 if [[ ${PV} == *_pre* ]]; then



1.293dev-python/PyQt4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.293&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.293&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.292&r2=1.293

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- ChangeLog   29 Jun 2015 21:07:51 -  1.292
+++ ChangeLog   25 Jul 2015 00:00:51 -  1.293
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.292 
2015/06/29 21:07:51 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.293 
2015/07/25 00:00:51 pesa Exp $
+
+  25 Jul 2015; Davide Pesavento  PyQt4-4.11.1.ebuild,
+  PyQt4-4.11.4.ebuild:
+  Update HOMEPAGE.
 
   29 Jun 2015; Davide Pesavento  -PyQt4-4.10.3-r2.ebuild:
   Drop old version. As of now, sparc no longer has a stable PyQt4, see bug






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit: qtwebkit-4.10.4.ebuild ChangeLog

2015-07-23 Thread Davide Pesavento (pesa)
pesa15/07/23 20:49:20

  Modified: qtwebkit-4.10.4.ebuild ChangeLog
  Log:
  Add missing pkgconfig dependency.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild?r1=1.1&r2=1.2

Index: qtwebkit-4.10.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtwebkit-4.10.4.ebuild  23 Jul 2015 20:36:44 -  1.1
+++ qtwebkit-4.10.4.ebuild  23 Jul 2015 20:49:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild,v 
1.1 2015/07/23 20:36:44 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild,v 
1.2 2015/07/23 20:49:20 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -51,6 +51,7 @@
virtual/perl-Digest-MD5
virtual/perl-File-Spec
virtual/perl-Getopt-Long
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
 "
 
 S=${WORKDIR}



1.41 dev-qt/qtwebkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   23 Jul 2015 20:36:44 -  1.40
+++ ChangeLog   23 Jul 2015 20:49:20 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtwebkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.40 2015/07/23 
20:36:44 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.41 2015/07/23 
20:49:20 pesa Exp $
+
+  23 Jul 2015; Davide Pesavento  qtwebkit-4.10.4.ebuild:
+  Add missing pkgconfig dependency.
 
 *qtwebkit-4.10.4 (23 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit: metadata.xml qtwebkit-4.10.4.ebuild ChangeLog

2015-07-23 Thread Davide Pesavento (pesa)
pesa15/07/23 20:36:44

  Modified: metadata.xml ChangeLog
  Added:qtwebkit-4.10.4.ebuild
  Log:
  Import qtwebkit23-2.3.4 from qt overlay as qtwebkit-4.10.4 (version of the 
installed library). See bug 388207.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.11 dev-qt/qtwebkit/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml17 Jun 2015 15:24:04 -  1.10
+++ metadata.xml23 Jul 2015 20:36:44 -  1.11
@@ -5,8 +5,8 @@

Add support for exceptions - like 
catching them
inside the event loop (recommended by upstream)
-   Enable HTML5 audio/video support via 
media-libs/gstreamer:1.0
-   Enable HTML5 audio/video support via 
media-libs/gstreamer:0.10
+   Enable HTML5 audio/video support via 
media-libs/gstreamer
+   Enable HTML5 audio/video support via 
legacy media-libs/gstreamer:0.10
Enable HTML5 audio/video support via 
dev-qt/qtmultimedia
Enable printing via 
dev-qt/qtprintsupport
Build QML/QtQuick bindings



1.40 dev-qt/qtwebkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   15 Jul 2015 01:37:03 -  1.39
+++ ChangeLog   23 Jul 2015 20:36:44 -  1.40
@@ -1,6 +1,14 @@
 # ChangeLog for dev-qt/qtwebkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.39 2015/07/15 
01:37:03 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.40 2015/07/23 
20:36:44 pesa Exp $
+
+*qtwebkit-4.10.4 (23 Jul 2015)
+
+  23 Jul 2015; Davide Pesavento 
+  +files/4.10.4-use-correct-icu-typedef.patch, +qtwebkit-4.10.4.ebuild,
+  metadata.xml:
+  Import qtwebkit23-2.3.4 from qt overlay as qtwebkit-4.10.4 (version of the
+  installed library). See bug 388207.
 
   15 Jul 2015; Davide Pesavento  qtwebkit-5.4.2.ebuild:
   Disable rpath wrt bug 466216.



1.1  dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild

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

Index: qtwebkit-4.10.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.10.4.ebuild,v 1.1 
2015/07/23 20:36:44 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils multilib python-any-r1 qmake-utils toolchain-funcs 
multilib-minimal

MY_PV=${PV/4.10/2.3}

DESCRIPTION="The WebKit module for the Qt toolkit"
HOMEPAGE="https://www.qt.io/ http://trac.webkit.org/wiki/QtWebKit";
SRC_URI="mirror://kde/stable/${PN}-2.3/${MY_PV}/src/${PN}-${MY_PV}.tar.gz"

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="4"
KEYWORDS="~amd64"
IUSE="debug +gstreamer"

RDEPEND="
>=dev-db/sqlite-3.8.3:3[${MULTILIB_USEDEP}]
dev-libs/libxml2:2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
>=dev-qt/qtcore-4.8.6-r1:4[ssl,${MULTILIB_USEDEP}]
>=dev-qt/qtdeclarative-4.8.6-r1:4[${MULTILIB_USEDEP}]
>=dev-qt/qtgui-4.8.6-r1:4[${MULTILIB_USEDEP}]
>=dev-qt/qtopengl-4.8.6-r1:4[${MULTILIB_USEDEP}]
>=dev-qt/qtscript-4.8.6-r1:4[${MULTILIB_USEDEP}]
>=dev-qt/qtsql-4.8.6-r1:4[sqlite,${MULTILIB_USEDEP}]
>=media-libs/fontconfig-2.10.2-r1[${MULTILIB_USEDEP}]
media-libs/libpng:0=[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
virtual/jpeg:0[${MULTILIB_USEDEP}]
virtual/libudev:=[${MULTILIB_USEDEP}]
>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
 

[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit/files: 4.10.4-use-correct-icu-typedef.patch

2015-07-23 Thread Davide Pesavento (pesa)
pesa15/07/23 20:36:44

  Added:4.10.4-use-correct-icu-typedef.patch
  Log:
  Import qtwebkit23-2.3.4 from qt overlay as qtwebkit-4.10.4 (version of the 
installed library). See bug 388207.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.1  dev-qt/qtwebkit/files/4.10.4-use-correct-icu-typedef.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/files/4.10.4-use-correct-icu-typedef.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/files/4.10.4-use-correct-icu-typedef.patch?rev=1.1&content-type=text/plain

Index: 4.10.4-use-correct-icu-typedef.patch
===
>From 916f8b602ae1b260106e7fb1274d2282f61f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= 
Date: Tue, 3 Sep 2013 16:59:35 +0200
Subject: [PATCH] ICU has defined UChar32 to be an int32_t since 2002

This fixes the build failure of qtwebkit23 on my Gentoo machine.
---
 Source/WTF/wtf/unicode/qt4/UnicodeQt4.h |2 +-
 Source/WTF/wtf/unicode/wchar/UnicodeWchar.h |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/WTF/wtf/unicode/qt4/UnicodeQt4.h 
b/Source/WTF/wtf/unicode/qt4/UnicodeQt4.h
index a2d1ad4..392d2db 100644
--- a/Source/WTF/wtf/unicode/qt4/UnicodeQt4.h
+++ b/Source/WTF/wtf/unicode/qt4/UnicodeQt4.h
@@ -69,7 +69,7 @@ typedef uint16_t UChar;
 #endif
 
 #if !USE(ICU_UNICODE)
-typedef uint32_t UChar32;
+typedef int32_t UChar32;
 #endif
 
 namespace WTF {
diff --git a/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h 
b/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h
index 10c2026..db8944e 100644
--- a/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h
+++ b/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h
@@ -31,7 +31,7 @@
 #include 
 
 typedef wchar_t UChar;
-typedef uint32_t UChar32;
+typedef int32_t UChar32;
 
 namespace WTF {
 namespace Unicode {
-- 
1.7.1







[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-07-23 Thread Davide Pesavento (pesa)
pesa15/07/23 17:36:31

  Modified: ChangeLog package.mask
  Log:
  Mask new version of qtwebkit:4 from 2.3 upstream branch.

Revision  ChangesPath
1.10199  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10199&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10199&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10198&r2=1.10199

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10198
retrieving revision 1.10199
diff -u -r1.10198 -r1.10199
--- ChangeLog   21 Jul 2015 08:09:17 -  1.10198
+++ ChangeLog   23 Jul 2015 17:36:30 -  1.10199
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10198 2015/07/21 
08:09:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10199 2015/07/23 
17:36:30 pesa Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  23 Jul 2015; Davide Pesavento  package.mask:
+  Mask new version of qtwebkit:4 from 2.3 upstream branch.
+
   21 Jul 2015; Ian Delaney  package.mask:
   Mask roccat-tools-3.5.0-r1 until deps satisfy
 



1.16681  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16681&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16681&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16680&r2=1.16681

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16680
retrieving revision 1.16681
diff -u -r1.16680 -r1.16681
--- package.mask21 Jul 2015 08:09:17 -  1.16680
+++ package.mask23 Jul 2015 17:36:30 -  1.16681
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16680 2015/07/21 
08:09:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16681 2015/07/23 
17:36:30 pesa Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Davide Pesavento  (23 Jul 2015)
+# Standalone version of qtwebkit from the 2.3 upstream branch.
+# Needs revdep testing. Bug #388207.
+=dev-qt/qtwebkit-4.10*
+
 # Ian Delaney  (21 Jul 2015)
 # The revbump has versions of lua which are also masked.
 # Masked until those slotted versions are unmasked






[gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.16.9.ebuild ChangeLog

2015-07-21 Thread Davide Pesavento (pesa)
pesa15/07/22 03:21:29

  Modified: ChangeLog
  Added:sip-4.16.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.312dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.312&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.312&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.311&r2=1.312

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog   29 Jun 2015 21:10:54 -  1.311
+++ ChangeLog   22 Jul 2015 03:21:29 -  1.312
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.311 2015/06/29 
21:10:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.312 2015/07/22 
03:21:29 pesa Exp $
+
+*sip-4.16.9 (22 Jul 2015)
+
+  22 Jul 2015; Davide Pesavento  +sip-4.16.9.ebuild:
+  Version bump.
 
   29 Jun 2015; Davide Pesavento  
-files/sip-4.9.3-darwin.patch,
   -sip-4.15.3.ebuild:



1.1  dev-python/sip/sip-4.16.9.ebuild

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

Index: sip-4.16.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v 1.1 
2015/07/22 03:21:29 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit eutils python-r1 toolchain-funcs

DESCRIPTION="Python extension module generator for C and C++ libraries"
HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro 
https://pypi.python.org/pypi/SIP";
LICENSE="|| ( GPL-2 GPL-3 SIP )"

if [[ ${PV} == ** ]]; then
# live version from mercurial repo
EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip";
inherit mercurial
elif [[ ${PV} == *_pre* ]]; then
# development snapshot
HG_REVISION=
MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz";
S=${WORKDIR}/${MY_P}
else
# official release

SRC_URI="http://www.riverbankcomputing.com/static/Downloads/sip4/${P}.tar.gz";
fi

# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
SLOT="0/11"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"

[[ ${PV} == ** ]] && DEPEND+="
=dev-lang/python-2*
sys-devel/bison
sys-devel/flex
doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch

if [[ ${PV} == ** ]]; then
python2 build.py prepare || die
if use doc; then
python2 build.py doc || die
fi
fi

# Sub-slot sanity check
local sub_slot=${SLOT#*/}
local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
eerror
eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
eerror "Please update SLOT variable as follows:"
eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
eerror
die "sub-slot sanity check failed"
fi
}

src_configure() {
configuration() {
local myconf=(
"${PYTHON}"
"${S}"/configure.py
--destdir="$(python_get_sitedir)"
--incdir="$(python_get_includedir)"
$(use debug && echo --debug)
AR="$(tc-getAR) cqs"
CC="$(tc-getCC)"
CFLAGS="${CFLAGS}"
CFLAGS_RELEASE=
CXX="$(tc-getCXX)"
CXXFLAGS="${CXXFLAGS}"
CXXFLAGS_RELEASE=
LINK="$(tc-getCXX)"
LINK_SHLIB="$(tc-getCXX)"
LFLAG

[gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: ChangeLog PyQt5-5.4.1.ebuild

2015-07-21 Thread Davide Pesavento (pesa)
pesa15/07/22 03:08:54

  Modified: ChangeLog
  Removed:  PyQt5-5.4.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.14 dev-python/PyQt5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   17 Jul 2015 20:00:26 -  1.13
+++ ChangeLog   22 Jul 2015 03:08:54 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyQt5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.13 
2015/07/17 20:00:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.14 
2015/07/22 03:08:54 pesa Exp $
+
+  22 Jul 2015; Davide Pesavento  -PyQt5-5.4.1.ebuild:
+  old
 
   17 Jul 2015; Markus Meier  PyQt5-5.4.2.ebuild:
   add ~arm, bug #552568






[gentoo-commits] gentoo-x86 commit in net-im/psi: psi-0.15.ebuild psi-9999.ebuild psi-0.14-r4.ebuild ChangeLog

2015-07-21 Thread Davide Pesavento (pesa)
pesa15/07/22 01:55:42

  Modified: psi-0.15.ebuild psi-.ebuild psi-0.14-r4.ebuild
ChangeLog
  Log:
  Sort and cleanup deps. Pin qca dep to =2.0* wrt bug 26.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.7  net-im/psi/psi-0.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.15.ebuild?r1=1.6&r2=1.7

Index: psi-0.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- psi-0.15.ebuild 22 Feb 2015 18:41:23 -  1.6
+++ psi-0.15.ebuild 22 Jul 2015 01:55:42 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.6 2015/02/22 
18:41:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.7 2015/07/22 
01:55:42 pesa Exp $
 
 EAPI=5
 
@@ -22,25 +22,31 @@
 IUSE="crypt dbus debug doc jingle spell ssl xscreensaver whiteboarding"
 RESTRICT="test"
 
-RDEPEND="app-arch/unzip
-   >=dev-qt/qtgui-4.7:4[qt3support]
-   >=dev-qt/qt3support-4.7:4
+RDEPEND="
+   app-arch/unzip
>=app-crypt/qca-2.0.2:2[qt4(+)]
+   dev-qt/qt3support:4
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4[qt3support]
+   >=sys-libs/zlib-1.2.5.1-r2[minizip]
x11-libs/libX11
-   dbus? ( >=dev-qt/qtdbus-4.7:4 )
+   dbus? ( dev-qt/qtdbus:4 )
spell? ( >=app-text/enchant-1.3.0 )
-   xscreensaver? ( x11-libs/libXScrnSaver )
whiteboarding? ( dev-qt/qtsvg:4 )
-   || ( >=sys-libs/zlib-1.2.5.1-r2[minizip] http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-.ebuild?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-.ebuild?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-.ebuild?r1=1.23&r2=1.24

Index: psi-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/psi-.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- psi-.ebuild 22 Feb 2015 18:41:23 -  1.23
+++ psi-.ebuild 22 Jul 2015 01:55:42 -  1.24
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-.ebuild,v 1.23 
2015/02/22 18:41:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-.ebuild,v 1.24 
2015/07/22 01:55:42 pesa Exp $
 
 EAPI="4"
 
@@ -31,19 +31,20 @@
 "
 
 RDEPEND="
-   >=dev-qt/qtgui-4.7:4
+   app-arch/unzip
>=app-crypt/qca-2.0.2:2[qt4(+)]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   >=sys-libs/zlib-1.2.5.1-r2[minizip]
x11-libs/libX11
-   dbus? ( >=dev-qt/qtdbus-4.7:4 )
-   whiteboarding? ( dev-qt/qtsvg:4 )
+   dbus? ( dev-qt/qtdbus:4 )
+   extras? ( webkit? ( dev-qt/qtwebkit:4 ) )
spell? (
enchant? ( >=app-text/enchant-1.3.0 )
!enchant? ( app-text/aspell )
)
+   whiteboarding? ( dev-qt/qtsvg:4 )
xscreensaver? ( x11-libs/libXScrnSaver )
-   extras? ( webkit? ( dev-qt/qtwebkit:4 ) )
-   app-arch/unzip
-   || ( >=sys-libs/zlib-1.2.5.1-r2[minizip] http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild?r1=1.18&r2=1.19

Index: psi-0.14-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- psi-0.14-r4.ebuild  22 Feb 2015 18:41:23 -  1.18
+++ psi-0.14-r4.ebuild  22 Jul 2015 01:55:42 -  1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild,v 1.18 
2015/02/22 18:41:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild,v 1.19 
2015/07/22 01:55:42 pesa Exp $
 
 EAPI=4
 
@@ -30,24 +30,30 @@
#SRC_URI="${SRC_URI} 
http://psi-im.org/download/lang/psi_${LNG/ur_PK/ur_pk}.qm";
 done
 
-RDEPEND=">=dev-qt

[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit: qtwebkit-5.4.2.ebuild ChangeLog

2015-07-14 Thread Davide Pesavento (pesa)
pesa15/07/15 01:37:03

  Modified: qtwebkit-5.4.2.ebuild ChangeLog
  Log:
  Disable rpath wrt bug 466216.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-qt/qtwebkit/qtwebkit-5.4.2.ebuild

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

Index: qtwebkit-5.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-5.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtwebkit-5.4.2.ebuild   17 Jun 2015 15:24:04 -  1.1
+++ qtwebkit-5.4.2.ebuild   15 Jul 2015 01:37:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:04 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-5.4.2.ebuild,v 1.2 
2015/07/15 01:37:03 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -70,6 +70,12 @@
# ensure bundled library cannot be used
rm -r Source/ThirdParty/leveldb || die
 
+   # bug 466216
+   sed -i -e '/CONFIG +=/s/rpath//' \
+   
Source/WebKit/qt/declarative/{experimental/experimental,public}.pri \
+   
Tools/qmake/mkspecs/features/{force_static_libs_as_shared,unix/default_post}.prf
 \
+   || die
+
if use gstreamer010; then
epatch "${FILESDIR}/${PN}-5.3.2-use-gstreamer010.patch"
elif ! use gstreamer; then



1.39 dev-qt/qtwebkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   17 Jun 2015 15:24:04 -  1.38
+++ ChangeLog   15 Jul 2015 01:37:03 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtwebkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.38 2015/06/17 
15:24:04 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.39 2015/07/15 
01:37:03 pesa Exp $
+
+  15 Jul 2015; Davide Pesavento  qtwebkit-5.4.2.ebuild:
+  Disable rpath wrt bug 466216.
 
 *qtwebkit-5.4.2 (17 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtquick1: qtquick1-5.4.2.ebuild ChangeLog

2015-07-13 Thread Davide Pesavento (pesa)
pesa15/07/14 00:19:14

  Modified: qtquick1-5.4.2.ebuild ChangeLog
  Log:
  Stop enabling opengl by default.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-qt/qtquick1/qtquick1-5.4.2.ebuild

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

Index: qtquick1-5.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/qtquick1-5.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtquick1-5.4.2.ebuild   17 Jun 2015 15:22:22 -  1.1
+++ qtquick1-5.4.2.ebuild   14 Jul 2015 00:19:14 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/qtquick1-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:22 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/qtquick1-5.4.2.ebuild,v 1.2 
2015/07/14 00:19:14 pesa Exp $
 
 EAPI=5
 inherit qt5-build
@@ -11,7 +11,7 @@
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 fi
 
-IUSE="designer +opengl webkit xml"
+IUSE="designer opengl webkit xml"
 
 # see bug 542698 for pinned dev-qt/designer dependency
 DEPEND="



1.19 dev-qt/qtquick1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   17 Jun 2015 15:22:22 -  1.18
+++ ChangeLog   14 Jul 2015 00:19:14 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtquick1
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v 1.18 2015/06/17 
15:22:22 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v 1.19 2015/07/14 
00:19:14 pesa Exp $
+
+  14 Jul 2015; Davide Pesavento  qtquick1-5.4.2.ebuild:
+  Stop enabling opengl by default.
 
 *qtquick1-5.4.2 (17 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtmultimedia: qtmultimedia-5.4.2-r1.ebuild ChangeLog qtmultimedia-5.4.2.ebuild

2015-07-13 Thread Davide Pesavento (pesa)
pesa15/07/14 00:10:43

  Modified: ChangeLog
  Added:qtmultimedia-5.4.2-r1.ebuild
  Removed:  qtmultimedia-5.4.2.ebuild
  Log:
  Fix alsa and pulseaudio USE flags so that they actually work.
  Stop enabling opengl by default.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.32 dev-qt/qtmultimedia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   17 Jun 2015 15:21:33 -  1.31
+++ ChangeLog   14 Jul 2015 00:10:43 -  1.32
@@ -1,6 +1,13 @@
 # ChangeLog for dev-qt/qtmultimedia
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v 1.31 
2015/06/17 15:21:33 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v 1.32 
2015/07/14 00:10:43 pesa Exp $
+
+*qtmultimedia-5.4.2-r1 (14 Jul 2015)
+
+  14 Jul 2015; Davide Pesavento  
+qtmultimedia-5.4.2-r1.ebuild,
+  -qtmultimedia-5.4.2.ebuild:
+  Fix alsa and pulseaudio USE flags so that they actually work. Stop enabling
+  opengl by default.
 
 *qtmultimedia-5.4.2 (17 Jun 2015)
 



1.1  dev-qt/qtmultimedia/qtmultimedia-5.4.2-r1.ebuild

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

Index: qtmultimedia-5.4.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-5.4.2-r1.ebuild,v 1.1 
2015/07/14 00:10:43 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="The Multimedia module for the Qt5 framework"

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

IUSE="alsa +gstreamer openal opengl pulseaudio qml widgets"

RDEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
alsa? ( media-libs/alsa-lib )
gstreamer? (
media-libs/gstreamer:0.10
media-libs/gst-plugins-bad:0.10
media-libs/gst-plugins-base:0.10
)
pulseaudio? ( media-sound/pulseaudio )
qml? (
>=dev-qt/qtdeclarative-${PV}:5
openal? ( media-libs/openal )
)
widgets? (
>=dev-qt/qtwidgets-${PV}:5
opengl? ( >=dev-qt/qtopengl-${PV}:5 )
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
"

src_prepare() {
# do not rely on qtbase configuration
sed -i -e 's/contains(QT_CONFIG, \(alsa\|pulseaudio\))://' \
qtmultimedia.pro || die

qt_use_compile_test alsa
qt_use_compile_test gstreamer
qt_use_compile_test openal
qt_use_compile_test pulseaudio

qt_use_disable_mod opengl opengl \
src/multimediawidgets/multimediawidgets.pro

qt_use_disable_mod qml quick \
src/src.pro \
src/plugins/plugins.pro

qt_use_disable_mod widgets widgets \
src/src.pro \
src/gsttools/gsttools.pro \
src/plugins/gstreamer/common.pri

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt5-build.eclass

2015-07-12 Thread Davide Pesavento (pesa)
pesa15/07/13 00:51:16

  Modified: ChangeLog qt5-build.eclass
  Log:
  Initial support for Qt 5.5

Revision  ChangesPath
1.1708   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1708&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1708&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1707&r2=1.1708

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1707
retrieving revision 1.1708
diff -u -r1.1707 -r1.1708
--- ChangeLog   9 Jul 2015 20:21:05 -   1.1707
+++ ChangeLog   13 Jul 2015 00:51:16 -  1.1708
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1707 2015/07/09 
20:21:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1708 2015/07/13 
00:51:16 pesa Exp $
+
+  13 Jul 2015; Davide Pesavento  qt5-build.eclass:
+  Initial support for Qt 5.5
 
   09 Jul 2015; Michał Górny  git-r3.eclass:
   Do not attempt to use submodules for which the checkout path does not exist



1.21 eclass/qt5-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?r1=1.20&r2=1.21

Index: qt5-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- qt5-build.eclass17 Jun 2015 15:48:58 -  1.20
+++ qt5-build.eclass13 Jul 2015 00:51:16 -  1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.20 2015/06/17 
15:48:58 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.21 2015/07/13 
00:51:16 pesa Exp $
 
 # @ECLASS: qt5-build.eclass
 # @MAINTAINER:
@@ -535,9 +535,6 @@
-system-zlib
-system-pcre
 
-   # don't specify -no-gif because there is no way to override it 
later
-   #-no-gif
-
# disable everything to prevent automagic deps (part 1)
-no-mtdev
-no-journald
@@ -545,8 +542,12 @@
-no-freetype -no-harfbuzz
-no-openssl
$([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy)
+   $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo 
-no-xkbcommon-{x11,evdev})
-no-xinput2 -no-xcb-xlib
 
+   # don't specify -no-gif because there is no way to override it 
later
+   #-no-gif
+
# always enable glib event loop support
-glib
 
@@ -578,7 +579,10 @@
-iconv
 
# disable everything to prevent automagic deps (part 3)
-   -no-cups -no-evdev -no-icu -no-fontconfig -no-dbus
+   -no-cups -no-evdev
+   $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-tslib)
+   -no-icu -no-fontconfig
+   -no-dbus
 
# don't strip
-no-strip
@@ -614,9 +618,16 @@
# typedef qreal to double (warning: changing this flag breaks 
the ABI)
-qreal double
 
-   # disable opengl and egl by default, override in qtgui and 
qtopengl
+   # disable OpenGL and EGL support by default, override in qtgui,
+   # qtopengl, qtprintsupport and qtwidgets
-no-opengl -no-egl
 
+   # disable libinput-based generic plugin by default, override in 
qtgui
+   $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libinput)
+
+   # disable gstreamer by default, override in qtmultimedia
+   $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-gstreamer)
+
# use upstream default
#-no-system-proxies
 
@@ -673,7 +684,7 @@
QMAKE_LFLAGS_DEBUG= \
"${projectdir}" \
"$@" \
-   || die "qmake failed (${projectdir})"
+   || die "qmake failed (${projectdir#${S}/})"
 }
 
 # @FUNCTION: qt5_install_module_qconfigs






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: metadata.xml qtgui-5.4.2-r1.ebuild ChangeLog qtgui-5.4.2.ebuild

2015-07-11 Thread Davide Pesavento (pesa)
pesa15/07/11 18:17:30

  Modified: metadata.xml ChangeLog
  Added:qtgui-5.4.2-r1.ebuild
  Removed:  qtgui-5.4.2.ebuild
  Log:
  Partial sync with qt overlay: make sure at least one platform plugin is 
enabled; add dbus USE flag to simplify accessibility and ibus handling; remove 
support for the obsolete kms plugin.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.9  dev-qt/qtgui/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml17 Jun 2015 15:21:03 -  1.8
+++ metadata.xml11 Jul 2015 18:17:30 -  1.9
@@ -14,7 +14,6 @@
GTK+ theme
Use media-libs/harfbuzz for 
text shaping
Build the IBus input method plugin
-   Build the KMS platform plugin
Enable the Qt3Support libraries for 
Qt4. Note that
this does not mean you can compile pure Qt3 programs 
with Qt4.




1.92 dev-qt/qtgui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   5 Jul 2015 21:13:48 -   1.91
+++ ChangeLog   11 Jul 2015 18:17:30 -  1.92
@@ -1,6 +1,14 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.91 2015/07/05 
21:13:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.92 2015/07/11 
18:17:30 pesa Exp $
+
+*qtgui-5.4.2-r1 (11 Jul 2015)
+
+  11 Jul 2015; Davide Pesavento  +qtgui-5.4.2-r1.ebuild,
+  -qtgui-5.4.2.ebuild, metadata.xml:
+  Partial sync with qt overlay: make sure at least one platform plugin is
+  enabled; add dbus USE flag to simplify accessibility and ibus handling; 
remove
+  support for the obsolete kms plugin.
 
   05 Jul 2015; Tobias Klausmann  qtgui-4.8.6-r4.ebuild:
   Stable on alpha, bug 530238



1.1  dev-qt/qtgui/qtgui-5.4.2-r1.ebuild

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

Index: qtgui-5.4.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.2-r1.ebuild,v 1.1 
2015/07/11 18:17:30 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"

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

# TODO: directfb, linuxfb, kms integration in eglfs

IUSE="accessibility dbus egl eglfs evdev +gif gles2 gtkstyle
+harfbuzz ibus jpeg +png +udev +xcb"
REQUIRED_USE="
|| ( eglfs xcb )
accessibility? ( dbus xcb )
egl? ( evdev )
eglfs? ( egl )
ibus? ( dbus )
"

RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}
media-libs/fontconfig
media-libs/freetype:2
>=sys-libs/zlib-1.2.5
virtual/opengl
dbus? ( ~dev-qt/qtdbus-${PV} )
egl? ( media-libs/mesa[egl] )
evdev? ( sys-libs/mtdev )
gtkstyle? (
x11-libs/gtk+:2
x11-libs/pango
!!x11-libs/cairo[qt4]
)
gles2? ( media-libs/mesa[gles2] )
harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
udev? ( virtual/libudev:= )
xcb? (
x11-libs/libICE
x11-libs/libSM
>=x11-libs/libX11-1.5
>=x11-libs/libXi-1.6
x11-libs/libXrender
>=x11-libs/libxcb-1.10:=[xkb]

[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: qt-docs-5.5.0_p0.ebuild ChangeLog

2015-07-10 Thread Davide Pesavento (pesa)
pesa15/07/10 18:26:08

  Modified: ChangeLog
  Added:qt-docs-5.5.0_p0.ebuild
  Log:
  Version bump wrt bug 554140.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.5  dev-qt/qt-docs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Jun 2015 13:46:28 -  1.4
+++ ChangeLog   10 Jul 2015 18:26:08 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qt-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.4 2015/06/17 
13:46:28 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.5 2015/07/10 
18:26:08 pesa Exp $
+
+*qt-docs-5.5.0_p0 (10 Jul 2015)
+
+  10 Jul 2015; Davide Pesavento  +qt-docs-5.5.0_p0.ebuild:
+  Version bump wrt bug 554140.
 
 *qt-docs-5.4.2_p0 (17 Jun 2015)
 



1.1  dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild

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

Index: qt-docs-5.5.0_p0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild,v 1.1 
2015/07/10 18:26:08 pesa Exp $

EAPI=5

inherit versionator

MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)

DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
HOMEPAGE="https://www.qt.io/";
SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV/_p/-}qt5_docs.7z";

LICENSE="FDL-1.3"
SLOT="5"
KEYWORDS="~amd64 ~x86"

DEPEND="app-arch/p7zip"

S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)

src_install() {
# remove global docs that conflict with qtcore
rm -rf global

# ${PV} instead of ${PF} is intentional
local dest=/usr/share/doc/qt-${PV%%_p*}
insinto "${dest}"
doins -r *
docompress -x "${dest}"
}






[gentoo-commits] gentoo-x86 commit in dev-util/qbs: qbs-1.4.1.ebuild ChangeLog

2015-07-09 Thread Davide Pesavento (pesa)
pesa15/07/10 03:01:36

  Modified: qbs-1.4.1.ebuild ChangeLog
  Log:
  Enable more (all) unit tests. Use a custom test runner script that correctly 
sets LD_LIBRARY_PATH for each test binary.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-util/qbs/qbs-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild?r1=1.1&r2=1.2

Index: qbs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbs-1.4.1.ebuild8 Jul 2015 16:34:54 -   1.1
+++ qbs-1.4.1.ebuild10 Jul 2015 03:01:36 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v 1.1 
2015/07/08 16:34:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v 1.2 
2015/07/10 03:01:36 pesa Exp $
 
 EAPI=5
 
@@ -59,6 +59,7 @@
-recursive
CONFIG+=qbs_disable_rpath
CONFIG+=qbs_enable_project_file_updates
+   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
QBS_INSTALL_PREFIX="${EPREFIX}/usr"
QBS_LIBRARY_DIRNAME="$(get_libdir)"
)
@@ -85,7 +86,18 @@
"${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die
 
einfo "Running autotests"
-   default
+
+   # simply exporting LD_LIBRARY_PATH doesn't work
+   # we have to use a custom testrunner script
+   local testrunner=${S}/gentoo-testrunner
+   cat <<-EOF > "${testrunner}"
+   #!/bin/sh
+   export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"
+   exec "\$@"
+   EOF
+   chmod +x "${testrunner}"
+
+   emake TESTRUNNER="'${testrunner}'" check
 }
 
 src_install() {



1.19 dev-util/qbs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   8 Jul 2015 16:34:54 -   1.18
+++ ChangeLog   10 Jul 2015 03:01:36 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qbs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.18 2015/07/08 
16:34:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.19 2015/07/10 
03:01:36 pesa Exp $
+
+  10 Jul 2015; Davide Pesavento  qbs-1.4.1.ebuild:
+  Enable more (all) unit tests. Use a custom test runner script that correctly
+  sets LD_LIBRARY_PATH for each test binary.
 
 *qbs-1.4.1 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qt-creator: qt-creator-3.4.2.ebuild ChangeLog qt-creator-3.4.1.ebuild

2015-07-08 Thread Davide Pesavento (pesa)
pesa15/07/08 16:40:26

  Modified: ChangeLog
  Added:qt-creator-3.4.2.ebuild
  Removed:  qt-creator-3.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.53 dev-qt/qt-creator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   2 Jun 2015 13:33:06 -   1.52
+++ ChangeLog   8 Jul 2015 16:40:26 -   1.53
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qt-creator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/ChangeLog,v 1.52 
2015/06/02 13:33:06 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/ChangeLog,v 1.53 
2015/07/08 16:40:26 pesa Exp $
+
+*qt-creator-3.4.2 (08 Jul 2015)
+
+  08 Jul 2015; Davide Pesavento  +qt-creator-3.4.2.ebuild,
+  -qt-creator-3.4.1.ebuild:
+  Version bump.
 
 *qt-creator-3.4.1 (02 Jun 2015)
 



1.1  dev-qt/qt-creator/qt-creator-3.4.2.ebuild

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

Index: qt-creator-3.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/qt-creator/qt-creator-3.4.2.ebuild,v 
1.1 2015/07/08 16:40:26 pesa Exp $

EAPI=5

PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"

inherit eutils l10n multilib qmake-utils virtualx

DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
HOMEPAGE="http://doc.qt.io/qtcreator/";
LICENSE="|| ( LGPL-2.1 LGPL-3 )"

if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI=(
"git://code.qt.io/${PN}/${PN}.git"
"https://code.qt.io/git/${PN}/${PN}.git";
)
else
MY_PV=${PV/_/-}
MY_P=${PN}-opensource-src-${MY_PV}
[[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development

SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.gz";
S=${WORKDIR}/${MY_P}
fi

SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal
bazaar clang:clangcodemodel clearcase cmake:cmakeprojectmanager cvs git 
ios mercurial
perforce python:pythoneditor qbs:qbsprojectmanager qnx subversion 
valgrind winrt)
IUSE="doc systemd test webkit ${QTC_PLUGINS[@]%:*}"

# minimum Qt version required
QT_PV="5.3.2:5"

RDEPEND="
=dev-libs/botan-1.10*[threads]
>=dev-qt/designer-${QT_PV}
>=dev-qt/qtconcurrent-${QT_PV}
>=dev-qt/qtcore-${QT_PV}
>=dev-qt/qtdeclarative-${QT_PV}[widgets]
>=dev-qt/qtgui-${QT_PV}
>=dev-qt/qthelp-${QT_PV}
>=dev-qt/qtnetwork-${QT_PV}[ssl]
>=dev-qt/qtprintsupport-${QT_PV}
>=dev-qt/qtquick1-${QT_PV}
>=dev-qt/qtquickcontrols-${QT_PV}
>=dev-qt/qtscript-${QT_PV}
>=dev-qt/qtsql-${QT_PV}
>=dev-qt/qtsvg-${QT_PV}
>=dev-qt/qtwidgets-${QT_PV}
>=dev-qt/qtx11extras-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clang? ( >=sys-devel/clang-3.2:= )
qbs? ( >=dev-util/qbs-1.4.1 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
"
DEPEND="${RDEPEND}
>=dev-qt/linguist-tools-${QT_PV}
virtual/pkgconfig
doc? ( >=dev-qt/qdoc-${QT_PV} )
test? ( >=dev-qt/qttest-${QT_PV} )
"
for x in ${PLOCALES}; do
# qt translations must be installed for qt-creator translations to work
RDEPEND+=" linguas_${x}? ( >=dev-qt/qttranslations-${QT_PV} )"
done
unset x

PDEPEND="
autotools? ( sys-devel/autoconf )
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? ( dev-vcs/subversion )
valgrind? ( dev-util/valgrind )
"

src_prepare() {
# disable unwanted plugins
for plugin in "${QTC_PLUGINS[@]#[+-]}"; do
if ! use ${plugin%:*}; then
einfo "

[gentoo-commits] gentoo-x86 commit in dev-util/qbs/files: 1.4.0-install-missing-header.patch 1.4.0-fix-plugins-destdir.patch

2015-07-08 Thread Davide Pesavento (pesa)
pesa15/07/08 16:34:54

  Removed:  1.4.0-install-missing-header.patch
1.4.0-fix-plugins-destdir.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-util/qbs: qbs-1.4.1.ebuild ChangeLog qbs-1.4.0-r1.ebuild

2015-07-08 Thread Davide Pesavento (pesa)
pesa15/07/08 16:34:54

  Modified: ChangeLog
  Added:qbs-1.4.1.ebuild
  Removed:  qbs-1.4.0-r1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.18 dev-util/qbs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qbs/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 May 2015 14:02:12 -   1.17
+++ ChangeLog   8 Jul 2015 16:34:54 -   1.18
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/qbs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.17 2015/05/04 
14:02:12 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.18 2015/07/08 
16:34:54 pesa Exp $
+
+*qbs-1.4.1 (08 Jul 2015)
+
+  08 Jul 2015; Davide Pesavento  +qbs-1.4.1.ebuild,
+  -files/1.4.0-fix-plugins-destdir.patch,
+  -files/1.4.0-install-missing-header.patch, -qbs-1.4.0-r1.ebuild:
+  Version bump.
 
 *qbs-1.4.0-r1 (04 May 2015)
 



1.1  dev-util/qbs/qbs-1.4.1.ebuild

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

Index: qbs-1.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v 1.1 
2015/07/08 16:34:54 pesa Exp $

EAPI=5

inherit multilib pax-utils qmake-utils

MY_P=${PN}-src-${PV}

DESCRIPTION="Qt Build Suite"
HOMEPAGE="http://wiki.qt.io/Qbs";
SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz";

LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc examples test"

RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
"
DEPEND="${RDEPEND}
doc? (
dev-qt/qdoc:5
dev-qt/qthelp:5
)
test? (
dev-qt/qtdeclarative:5
dev-qt/qttest:5
)
"

S=${WORKDIR}/${MY_P}

src_prepare() {
# disable tests that require nodejs (bug 527652)
sed -i -e 's/!haveNodeJs()/true/' \
tests/auto/blackbox/tst_blackbox.cpp || die

if ! use examples; then
sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
fi

if use test; then
sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
else
sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
fi
}

src_configure() {
local myqmakeargs=(
qbs.pro # bug 523218
-recursive
CONFIG+=qbs_disable_rpath
CONFIG+=qbs_enable_project_file_updates
QBS_INSTALL_PREFIX="${EPREFIX}/usr"
QBS_LIBRARY_DIRNAME="$(get_libdir)"
)
eqmake5 "${myqmakeargs[@]}"
}

src_compile() {
default

# disable mprotect wrt bug 526664
pax-mark m "${S}"/bin/qbs{,-config,-config-ui}
}

src_test() {
# disable mprotect wrt bug 526664
pax-mark m "${S}"/bin/tst_*

einfo "Setting up test environment in ${T}"

export HOME=${T}
export LD_LIBRARY_PATH=${S}/$(get_libdir)

"${S}"/bin/qbs-setup-toolchains "${EROOT}usr/bin/gcc" gcc || die
"${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die

einfo "Running autotests"
default
}

src_install() {
emake INSTALL_ROOT="${D}" install

# install documentation
if use doc; then
emake docs
dodoc -r doc/html
dodoc doc/qbs.qch
docompress -x /usr/share/doc/${PF}/qbs.qch
fi
}






[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6966-r2.ebuild ChangeLog

2015-07-01 Thread Davide Pesavento (pesa)
pesa15/07/01 11:02:41

  Modified: smplayer-14.9.0.6966-r2.ebuild ChangeLog
  Log:
  Fix qtsingleapplication dep.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild?r1=1.1&r2=1.2

Index: smplayer-14.9.0.6966-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smplayer-14.9.0.6966-r2.ebuild  1 Jul 2015 10:19:52 -   1.1
+++ smplayer-14.9.0.6966-r2.ebuild  1 Jul 2015 11:02:41 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild,v 
1.1 2015/07/01 10:19:52 yngwin Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6966-r2.ebuild,v 
1.2 2015/07/01 11:02:41 pesa Exp $
 
 EAPI=5
 PLOCALES="ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr
@@ -22,7 +22,7 @@
 DEPEND="
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4]
+   dev-qt/qtsingleapplication[X,qt4]
autoshutdown? ( dev-qt/qtdbus:4 )
mpris? ( dev-qt/qtdbus:4 )
streaming? ( dev-qt/qtcore:4[ssl] ) )
@@ -30,7 +30,7 @@
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
-   >=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5]
+   >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5]
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 )



1.170media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.170&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.170&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   1 Jul 2015 10:19:52 -   1.169
+++ ChangeLog   1 Jul 2015 11:02:41 -   1.170
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.169 
2015/07/01 10:19:52 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.170 
2015/07/01 11:02:41 pesa Exp $
+
+  01 Jul 2015; Davide Pesavento 
+  smplayer-14.9.0.6966-r2.ebuild:
+  Fix qtsingleapplication dep.
 
 *smplayer-14.9.0.6966-r2 (01 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/qca: qca-2.1.0.3.ebuild ChangeLog

2015-06-30 Thread Davide Pesavento (pesa)
pesa15/06/30 21:48:14

  Modified: qca-2.1.0.3.ebuild ChangeLog
  Log:
  Use dodoc -r
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.12 app-crypt/qca/qca-2.1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?r1=1.11&r2=1.12

Index: qca-2.1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qca-2.1.0.3.ebuild  30 Jun 2015 21:32:40 -  1.11
+++ qca-2.1.0.3.ebuild  30 Jun 2015 21:48:14 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.11 
2015/06/30 21:32:40 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.12 
2015/06/30 21:48:14 pesa Exp $
 
 EAPI=5
 
@@ -113,12 +113,11 @@
if use doc; then
pushd "${BUILD_DIR}" >/dev/null || die
doxygen Doxyfile.in || die
-   dohtml apidocs/html/*
+   dodoc -r apidocs/html
popd >/dev/null || die
fi
 
if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r "${S}"/examples
+   dodoc -r "${S}"/examples
fi
 }



1.112app-crypt/qca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   30 Jun 2015 21:32:40 -  1.111
+++ ChangeLog   30 Jun 2015 21:48:14 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/qca
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.111 2015/06/30 
21:32:40 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.112 2015/06/30 
21:48:14 pesa Exp $
+
+  30 Jun 2015; Davide Pesavento  qca-2.1.0.3.ebuild:
+  Use dodoc -r
 
   30 Jun 2015; Davide Pesavento  qca-2.1.0.3.ebuild:
   Fix test phase to load the just-built plugins (bug 553530).






[gentoo-commits] gentoo-x86 commit in app-crypt/qca: qca-2.1.0.3.ebuild ChangeLog

2015-06-30 Thread Davide Pesavento (pesa)
pesa15/06/30 21:32:40

  Modified: qca-2.1.0.3.ebuild ChangeLog
  Log:
  Fix test phase to load the just-built plugins (bug 553530).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.11 app-crypt/qca/qca-2.1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?r1=1.10&r2=1.11

Index: qca-2.1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qca-2.1.0.3.ebuild  29 Jun 2015 00:55:26 -  1.10
+++ qca-2.1.0.3.ebuild  30 Jun 2015 21:32:40 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.10 
2015/06/29 00:55:26 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.11 
2015/06/30 21:32:40 pesa Exp $
 
 EAPI=5
 
@@ -99,7 +99,12 @@
 }
 
 src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
+   mytest() {
+   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
+   cmake-utils_src_test
+   }
+
+   multibuild_foreach_variant mytest
 }
 
 src_install() {



1.111app-crypt/qca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   29 Jun 2015 00:55:26 -  1.110
+++ ChangeLog   30 Jun 2015 21:32:40 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/qca
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.110 2015/06/29 
00:55:26 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.111 2015/06/30 
21:32:40 pesa Exp $
+
+  30 Jun 2015; Davide Pesavento  qca-2.1.0.3.ebuild:
+  Fix test phase to load the just-built plugins (bug 553530).
 
   29 Jun 2015; Davide Pesavento  qca-2.1.0.3.ebuild:
   Use qmake-utils helper functions to simplify src_configure. Remove double 
call






[gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.15.3.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:10:54

  Modified: ChangeLog
  Removed:  sip-4.15.3.ebuild
  Log:
  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.311dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.311&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.311&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.310&r2=1.311

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   17 Jun 2015 17:26:25 -  1.310
+++ ChangeLog   29 Jun 2015 21:10:54 -  1.311
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.310 2015/06/17 
17:26:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.311 2015/06/29 
21:10:54 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  
-files/sip-4.9.3-darwin.patch,
+  -sip-4.15.3.ebuild:
+  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322
+  comment #15.
 
   17 Jun 2015; Davide Pesavento  -sip-4.16.7.ebuild:
   Drop version that is not going to get stabilized.






[gentoo-commits] gentoo-x86 commit in dev-python/sip/files: sip-4.9.3-darwin.patch

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:10:54

  Removed:  sip-4.9.3-darwin.patch
  Log:
  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.10.3-r2.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:07:51

  Modified: ChangeLog
  Removed:  PyQt4-4.10.3-r2.ebuild
  Log:
  Drop old version. As of now, sparc no longer has a stable PyQt4, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.292dev-python/PyQt4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.292&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.292&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   17 Jun 2015 17:25:08 -  1.291
+++ ChangeLog   29 Jun 2015 21:07:51 -  1.292
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.291 
2015/06/17 17:25:08 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.292 
2015/06/29 21:07:51 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  -PyQt4-4.10.3-r2.ebuild:
+  Drop old version. As of now, sparc no longer has a stable PyQt4, see bug
+  #523322 comment #15.
 
   17 Jun 2015; Davide Pesavento  -PyQt4-4.11.3.ebuild:
   Drop version that is not going to get stabilized.






[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: elogviewer-2.1-r1.ebuild ChangeLog

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 20:51:17

  Modified: elogviewer-2.1-r1.ebuild ChangeLog
  Log:
  Drop to ~sparc because the sparc team is not going to stabilize newer 
versions of PyQt4. See bug #523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.7  app-portage/elogviewer/elogviewer-2.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild?r1=1.6&r2=1.7

Index: elogviewer-2.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elogviewer-2.1-r1.ebuild3 Feb 2015 23:18:03 -   1.6
+++ elogviewer-2.1-r1.ebuild29 Jun 2015 20:51:17 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.6 
2015/02/03 23:18:03 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.7 
2015/06/29 20:51:17 pesa Exp $
 
 EAPI="5"
 PYTHON_COMPAT=(python{2_7,3_3})
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



1.63 app-portage/elogviewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   9 Jun 2015 12:02:44 -   1.62
+++ ChangeLog   29 Jun 2015 20:51:17 -  1.63
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.62 
2015/06/09 12:02:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.63 
2015/06/29 20:51:17 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  elogviewer-2.1-r1.ebuild:
+  Drop to ~sparc because the sparc team is not going to stabilize newer 
versions
+  of PyQt4. See bug #523322 comment #15.
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsingleapplication: qtsingleapplication-2.6.1_p20150629.ebuild qtsingleapplication-2.6.1_p20130904-r1.ebuild ChangeLog qtsingleapplication-2.6.1_p20130904

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:41:16

  Modified: qtsingleapplication-2.6.1_p20130904-r1.ebuild
ChangeLog
  Added:qtsingleapplication-2.6.1_p20150629.ebuild
  Removed:  qtsingleapplication-2.6.1_p20130904-r4.ebuild
  Log:
  New snapshot. Fixes bug #549170.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.8  
dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?r1=1.7&r2=1.8

Index: qtsingleapplication-2.6.1_p20130904-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtsingleapplication-2.6.1_p20130904-r1.ebuild   16 May 2015 11:19:27 
-  1.7
+++ qtsingleapplication-2.6.1_p20130904-r1.ebuild   29 Jun 2015 17:41:16 
-  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
 1.7 2015/05/16 11:19:27 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
 1.8 2015/06/29 17:41:16 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtsingleapplication/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"



1.19 dev-qt/qtsingleapplication/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 May 2015 11:19:27 -  1.18
+++ ChangeLog   29 Jun 2015 17:41:16 -  1.19
@@ -1,6 +1,14 @@
 # ChangeLog for dev-qt/qtsingleapplication
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v 1.18 
2015/05/16 11:19:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v 1.19 
2015/06/29 17:41:16 pesa Exp $
+
+*qtsingleapplication-2.6.1_p20150629 (29 Jun 2015)
+
+  29 Jun 2015; Davide Pesavento 
+  +qtsingleapplication-2.6.1_p20150629.ebuild,
+  -qtsingleapplication-2.6.1_p20130904-r4.ebuild,
+  qtsingleapplication-2.6.1_p20130904-r1.ebuild:
+  New snapshot. Fixes bug #549170.
 
   16 May 2015; Pacho Ramos 
   qtsingleapplication-2.6.1_p20130904-r1.ebuild:



1.1  
dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild

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

Index: qtsingleapplication-2.6.1_p20150629.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild,v
 1.1 2015/06/29 17:41:16 pesa Exp $

EAPI=5

inherit multibuild qmake-utils

MY_P=qt-solutions-${PV#*_p}

DESCRIPTION="Qt library to start applications only once per user"
HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +qt4 qt5 X"

REQUIRED_USE="|| ( qt4 qt5 )"

DEPEND="
dev-qt/qtlockedfile[qt4?,qt5?]
qt4? (

[gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild qtlockedfile-2.4.1_p20130904.ebuild ChangeLog

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:35:06

  Modified: qtlockedfile-2.4.1_p20150629.ebuild
qtlockedfile-2.4.1_p20130904.ebuild ChangeLog
  Log:
  Update HOMEPAGE (I cannot find anything better...)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?r1=1.1&r2=1.2

Index: qtlockedfile-2.4.1_p20150629.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtlockedfile-2.4.1_p20150629.ebuild 29 Jun 2015 17:27:05 -  1.1
+++ qtlockedfile-2.4.1_p20150629.ebuild 29 Jun 2015 17:35:06 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.1 2015/06/29 17:27:05 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.2 2015/06/29 17:35:06 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="QFile extension with advisory locking functions"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
@@ -50,7 +50,6 @@
eqmake5
fi
}
-
multibuild_foreach_variant run_in_build_dir myconfigure
 }
 
@@ -74,6 +73,5 @@
insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
doins "${FILESDIR}"/${PN}.prf
}
-
multibuild_foreach_variant run_in_build_dir myinstall
 }



1.8  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?r1=1.7&r2=1.8

Index: qtlockedfile-2.4.1_p20130904.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtlockedfile-2.4.1_p20130904.ebuild 16 May 2015 11:20:06 -  1.7
+++ qtlockedfile-2.4.1_p20130904.ebuild 29 Jun 2015 17:35:06 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
 1.7 2015/05/16 11:20:06 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
 1.8 2015/06/29 17:35:06 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="QFile extension with advisory locking functions"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"



1.20 dev-qt/qtlockedfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   29 Jun 2015 17:27:05 -  1.19
+++ ChangeLog   29 Jun 2015 17:35:06 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtlockedfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.19 
2015/06/29 17:27:05 pesa Exp $
+# $Header: /var/cvsroot/g

[gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild ChangeLog qtlockedfile-2.4.1_p20130904-r2.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:27:05

  Modified: ChangeLog
  Added:qtlockedfile-2.4.1_p20150629.ebuild
  Removed:  qtlockedfile-2.4.1_p20130904-r2.ebuild
  Log:
  New snapshot. Fixes bug #549170.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.19 dev-qt/qtlockedfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 May 2015 11:20:06 -  1.18
+++ ChangeLog   29 Jun 2015 17:27:05 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtlockedfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.18 
2015/05/16 11:20:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.19 
2015/06/29 17:27:05 pesa Exp $
+
+*qtlockedfile-2.4.1_p20150629 (29 Jun 2015)
+
+  29 Jun 2015; Davide Pesavento 
+  +qtlockedfile-2.4.1_p20150629.ebuild, 
-qtlockedfile-2.4.1_p20130904-r2.ebuild:
+  New snapshot. Fixes bug #549170.
 
   16 May 2015; Pacho Ramos 
   qtlockedfile-2.4.1_p20130904.ebuild:



1.1  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild

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

Index: qtlockedfile-2.4.1_p20150629.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.1 2015/06/29 17:27:05 pesa Exp $

EAPI=5

inherit multibuild qmake-utils

MY_P=qt-solutions-${PV#*_p}

DESCRIPTION="QFile extension with advisory locking functions"
HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +qt4 qt5"

REQUIRED_USE="|| ( qt4 qt5 )"

DEPEND="
qt4? ( dev-qt/qtcore:4 )
qt5? ( dev-qt/qtcore:5 )
"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}/${PN}

pkg_setup() {
MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
}

src_prepare() {
echo 'SOLUTIONS_LIBRARY = yes' > config.pri
echo 'QT -= gui' >> src/qtlockedfile.pri

sed -i -e "s/-head/-${PV%.*}/" common.pri || die
sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die

multibuild_copy_sources
}

src_configure() {
myconfigure() {
if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
eqmake4
fi
if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
eqmake5
fi
}

multibuild_foreach_variant run_in_build_dir myconfigure
}

src_compile() {
multibuild_foreach_variant run_in_build_dir default
}

src_install() {
dodoc README.TXT
use doc && dodoc -r doc/html

myinstall() {
# libraries
dolib.so lib/*

# headers
insinto "$(${MULTIBUILD_VARIANT}_get_headerdir)"/QtSolutions
doins src/QtLockedFile src/${PN}.h

# .prf files
insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
doins "${FILESDIR}"/${PN}.prf
}

multibuild_foreach_variant run_in_build_dir myinstall
}






[gentoo-commits] gentoo-x86 commit in app-crypt/qca: qca-2.1.0.3.ebuild ChangeLog

2015-06-28 Thread Davide Pesavento (pesa)
pesa15/06/29 00:55:26

  Modified: qca-2.1.0.3.ebuild ChangeLog
  Log:
  Use qmake-utils helper functions to simplify src_configure. Remove double 
call to cmake-utils_src_install. Add missing die.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 app-crypt/qca/qca-2.1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild?r1=1.9&r2=1.10

Index: qca-2.1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qca-2.1.0.3.ebuild  28 Jun 2015 09:56:14 -  1.9
+++ qca-2.1.0.3.ebuild  29 Jun 2015 00:55:26 -  1.10
@@ -1,11 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.9 
2015/06/28 09:56:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.1.0.3.ebuild,v 1.10 
2015/06/29 00:55:26 pesa Exp $
 
 EAPI=5
 
+inherit cmake-utils multibuild qmake-utils
+
 MY_PN="${PN}-qt5"
-inherit multilib cmake-utils multibuild
 
 DESCRIPTION="Qt Cryptographic Architecture (QCA)"
 HOMEPAGE="http://delta.affinix.com/qca/";
@@ -49,17 +50,17 @@
)
 "
 
-DOCS=( README TODO )
-
 S=${WORKDIR}/${MY_PN}-${PV}
 
+DOCS=( README TODO )
+
 PATCHES=(
"${FILESDIR}/${PN}-disable-pgp-test.patch"
"${FILESDIR}/${P}-qt55.patch"
 )
 
 qca_plugin_use() {
-   echo "-DWITH_${2:-$1}_PLUGIN=$(use $1 && echo yes || echo no)"
+   echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
 }
 
 pkg_setup() {
@@ -69,6 +70,8 @@
 src_configure() {
myconfigure() {
local mycmakeargs=(
+   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_mkspecsdir)/features"
+   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(${MULTIBUILD_VARIANT}_get_plugindir)"
$(qca_plugin_use botan)
$(qca_plugin_use gcrypt)
$(qca_plugin_use gpg gnupg)
@@ -81,19 +84,8 @@
$(cmake-utils_use_build test TESTS)
)
 
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=(
-   -DQT4_BUILD=ON
-   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt4/plugins"
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/share/qt4/mkspecs/features"
-   )
-   fi
-
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=(
-   
-DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/plugins"
-   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/qt5/mkspecs/features"
-   )
+   if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
+   mycmakeargs+=(-DQT4_BUILD=ON)
fi
 
cmake-utils_src_configure
@@ -106,24 +98,22 @@
multibuild_foreach_variant cmake-utils_src_compile
 }
 
+src_test() {
+   multibuild_foreach_variant cmake-utils_src_test
+}
+
 src_install() {
multibuild_foreach_variant cmake-utils_src_install
 
if use doc; then
-   pushd "${BUILD_DIR}" >/dev/null
+   pushd "${BUILD_DIR}" >/dev/null || die
doxygen Doxyfile.in || die
dohtml apidocs/html/*
-   popd >/dev/null
+   popd >/dev/null || die
fi
 
if use examples; then
insinto /usr/share/doc/${PF}
doins -r "${S}"/examples
fi
-
-   cmake-utils_src_install
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
 }



1.110app-crypt/qca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.110&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?rev=1.110&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   28 Jun 2015 09:56:14 -  1.109
+++ ChangeLog   29 Jun 2015 00:55:26 -  1.110
@@ -1,6 +1,10 @@
 # ChangeLog for a

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qmake-utils.eclass

2015-06-28 Thread Davide Pesavento (pesa)
pesa15/06/29 00:27:17

  Modified: ChangeLog qmake-utils.eclass
  Log:
  Introduce qt{4,5}_get_plugindir(). Rephrase some eclass doc.

Revision  ChangesPath
1.1694   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1694&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1694&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1693&r2=1.1694

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1693
retrieving revision 1.1694
diff -u -r1.1693 -r1.1694
--- ChangeLog   28 Jun 2015 13:33:48 -  1.1693
+++ ChangeLog   29 Jun 2015 00:27:17 -  1.1694
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1693 2015/06/28 
13:33:48 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1694 2015/06/29 
00:27:17 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  qmake-utils.eclass:
+  Introduce qt{4,5}_get_plugindir(). Rephrase some eclass doc.
 
   28 Jun 2015; James Le Cuirot  java-utils-2.eclass:
   The -source flag was added in 1.3 or 1.4 (not sure) and we have special code



1.12 eclass/qmake-utils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?r1=1.11&r2=1.12

Index: qmake-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qmake-utils.eclass  22 Jun 2015 14:18:19 -  1.11
+++ qmake-utils.eclass  29 Jun 2015 00:27:17 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.11 2015/06/22 
14:18:19 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.12 2015/06/29 
00:27:17 pesa Exp $
 
 # @ECLASS: qmake-utils.eclass
 # @MAINTAINER:
@@ -22,6 +22,7 @@
 # @FUNCTION: qt4_get_bindir
 # @DESCRIPTION:
 # Echoes the directory where Qt4 binaries are installed.
+# EPREFIX is already prepended to the returned path.
 qt4_get_bindir() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
 
@@ -36,7 +37,6 @@
 # @FUNCTION: qt4_get_headerdir
 # @DESCRIPTION:
 # Echoes the directory where Qt4 headers are installed.
-# Does not take EPREFIX into account.
 qt4_get_headerdir() {
echo /usr/include/qt4
 }
@@ -44,7 +44,6 @@
 # @FUNCTION: qt4_get_libdir
 # @DESCRIPTION:
 # Echoes the directory where Qt4 libraries are installed.
-# Does not take EPREFIX into account.
 qt4_get_libdir() {
echo /usr/$(get_libdir)/qt4
 }
@@ -52,14 +51,21 @@
 # @FUNCTION: qt4_get_mkspecsdir
 # @DESCRIPTION:
 # Echoes the directory where Qt4 mkspecs are installed.
-# Does not take EPREFIX into account.
 qt4_get_mkspecsdir() {
echo /usr/share/qt4/mkspecs
 }
 
+# @FUNCTION: qt4_get_plugindir
+# @DESCRIPTION:
+# Echoes the directory where Qt4 plugins are installed.
+qt4_get_plugindir() {
+   echo $(qt4_get_libdir)/plugins
+}
+
 # @FUNCTION: qt5_get_bindir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 binaries are installed.
+# EPREFIX is already prepended to the returned path.
 qt5_get_bindir() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
 
@@ -69,7 +75,6 @@
 # @FUNCTION: qt5_get_headerdir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 headers are installed.
-# Does not take EPREFIX into account.
 qt5_get_headerdir() {
echo /usr/include/qt5
 }
@@ -77,7 +82,6 @@
 # @FUNCTION: qt5_get_libdir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 libraries are installed.
-# Does not take EPREFIX into account.
 qt5_get_libdir() {
echo /usr/$(get_libdir)
 }
@@ -85,11 +89,17 @@
 # @FUNCTION: qt5_get_mkspecsdir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 mkspecs are installed.
-# Does not take EPREFIX into account.
 qt5_get_mkspecsdir() {
echo $(qt5_get_libdir)/qt5/mkspecs
 }
 
+# @FUNCTION: qt5_get_plugindir
+# @DESCRIPTION:
+# Echoes the directory where Qt5 plugins are installed.
+qt5_get_plugindir() {
+   echo $(qt5_get_libdir)/qt5/plugins
+}
+
 # @FUNCTION: qmake-utils_find_pro_file
 # @RETURN: zero or one qmake .pro file names
 # @INTERNAL
@@ -136,10 +146,10 @@
 # @FUNCTION: eqmake4
 # @USAGE: [project_file] [parameters to qmake]
 # @DESCRIPTION:
-# Wrapper for Qt4's qmake. If project_file isn't specified, eqmake4 will
-# look for it in the 

[gentoo-commits] gentoo-x86 commit in dev-libs/libqtxdg: metadata.xml ChangeLog

2015-06-28 Thread Davide Pesavento (pesa)
pesa15/06/28 13:50:14

  Modified: metadata.xml ChangeLog
  Log:
  lxqt is the primary herd.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-libs/libqtxdg/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml8 Nov 2014 06:34:24 -   1.1
+++ metadata.xml28 Jun 2015 13:50:14 -  1.2
@@ -1,6 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  qt
   lxqt
+  qt
 



1.6  dev-libs/libqtxdg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Jun 2015 13:11:38 -  1.5
+++ ChangeLog   28 Jun 2015 13:50:14 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libqtxdg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v 1.5 
2015/06/28 13:11:38 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v 1.6 
2015/06/28 13:50:14 pesa Exp $
+
+  28 Jun 2015; Davide Pesavento  metadata.xml:
+  lxqt is the primary herd.
 
 *libqtxdg-1.2.0 (28 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libqtxdg: libqtxdg-1.2.0.ebuild libqtxdg-1.1.0.ebuild ChangeLog libqtxdg-1.0.0.ebuild

2015-06-28 Thread Davide Pesavento (pesa)
pesa15/06/28 13:11:38

  Modified: libqtxdg-1.1.0.ebuild ChangeLog
  Added:libqtxdg-1.2.0.ebuild
  Removed:  libqtxdg-1.0.0.ebuild
  Log:
  Version bump. Fix several deps.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.3  dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild?r1=1.2&r2=1.3

Index: libqtxdg-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libqtxdg-1.1.0.ebuild   3 Apr 2015 10:25:29 -   1.2
+++ libqtxdg-1.1.0.ebuild   28 Jun 2015 13:11:38 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild,v 
1.2 2015/04/03 10:25:29 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.1.0.ebuild,v 
1.3 2015/06/28 13:11:38 pesa Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -26,7 +26,6 @@
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   dev-qt/linguist-tools:5
 "
 DEPEND="${CDEPEND}
test? ( dev-qt/qttest:5 )



1.5  dev-libs/libqtxdg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libqtxdg/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Apr 2015 10:25:29 -   1.4
+++ ChangeLog   28 Jun 2015 13:11:38 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libqtxdg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v 1.4 
2015/04/03 10:25:29 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/ChangeLog,v 1.5 
2015/06/28 13:11:38 pesa Exp $
+
+*libqtxdg-1.2.0 (28 Jun 2015)
+
+  28 Jun 2015; Davide Pesavento  +libqtxdg-1.2.0.ebuild,
+  -libqtxdg-1.0.0.ebuild, libqtxdg-1.1.0.ebuild:
+  Version bump. Fix several deps.
 
   03 Apr 2015; Yixun Lan  libqtxdg-1.1.0.ebuild:
   keyword arm/arm64, tested on cortex-a9/cortex-a53 hardware



1.1  dev-libs/libqtxdg/libqtxdg-1.2.0.ebuild

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

Index: libqtxdg-1.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.2.0.ebuild,v 
1.1 2015/06/28 13:11:38 pesa Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="A Qt implementation of XDG standards"
HOMEPAGE="http://lxqt.org/";

if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

LICENSE="LGPL-2.1"
SLOT="0"
IUSE="test"

CDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
"
DEPEND="${CDEPEND}
virtual/pkgconfig
test? ( dev-qt/qttest:5 )
"
RDEPEND="${CDEPEND}
x11-misc/xdg-utils
"

src_configure() {
local mycmakeargs=(
-DUSE_QT4=OFF
$(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: qtscriptgenerator-0.2.0.ebuild ChangeLog

2015-06-23 Thread Davide Pesavento (pesa)
pesa15/06/23 13:54:15

  Modified: qtscriptgenerator-0.2.0.ebuild ChangeLog
  Log:
  Add missing accessibility USE dependency wrt bug 552730.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.11 x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?r1=1.10&r2=1.11

Index: qtscriptgenerator-0.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qtscriptgenerator-0.2.0.ebuild  22 Jun 2015 14:33:49 -  1.10
+++ qtscriptgenerator-0.2.0.ebuild  23 Jun 2015 13:54:15 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
 1.10 2015/06/22 14:33:49 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
 1.11 2015/06/23 13:54:15 pesa Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 DEPEND="
dev-qt/designer:4
dev-qt/qtcore:4
-   dev-qt/qtgui:4
+   dev-qt/qtgui:4[accessibility]
dev-qt/qtopengl:4
!kde? ( || (
dev-qt/qtphonon:4
@@ -29,7 +29,7 @@
kde? ( media-libs/phonon[qt4] )
dev-qt/qtscript:4
dev-qt/qtsql:4
-   dev-qt/qtsvg:4
+   dev-qt/qtsvg:4[accessibility]
dev-qt/qtwebkit:4
dev-qt/qtxmlpatterns:4
 "



1.33 x11-libs/qtscriptgenerator/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   22 Jun 2015 14:33:49 -  1.32
+++ ChangeLog   23 Jun 2015 13:54:15 -  1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qtscriptgenerator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.32 
2015/06/22 14:33:49 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.33 
2015/06/23 13:54:15 pesa Exp $
+
+  23 Jun 2015; Davide Pesavento 
+  qtscriptgenerator-0.2.0.ebuild:
+  Add missing accessibility USE dependency wrt bug 552730.
 
   22 Jun 2015; Davide Pesavento 
   qtscriptgenerator-0.2.0.ebuild:






[gentoo-commits] gentoo-x86 commit in media-video/qx11grab: qx11grab-0.4.12.ebuild ChangeLog

2015-06-22 Thread Davide Pesavento (pesa)
pesa15/06/22 15:30:23

  Modified: ChangeLog
  Added:qx11grab-0.4.12.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.45 media-video/qx11grab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   27 Feb 2015 22:24:32 -  1.44
+++ ChangeLog   22 Jun 2015 15:30:23 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/qx11grab
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.44 
2015/02/27 22:24:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.45 
2015/06/22 15:30:23 pesa Exp $
+
+*qx11grab-0.4.12 (22 Jun 2015)
+
+  22 Jun 2015; Davide Pesavento  +qx11grab-0.4.12.ebuild:
+  Version bump.
 
   27 Feb 2015; Michał Górny  qx11grab-0.4.10-r1.ebuild:
   Use USE=libav to control ffmpeg/libav linking. Patch provided by Nikoli in



1.1  media-video/qx11grab/qx11grab-0.4.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/qx11grab-0.4.12.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/qx11grab-0.4.12.ebuild?rev=1.1&content-type=text/plain

Index: qx11grab-0.4.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/qx11grab/qx11grab-0.4.12.ebuild,v 1.1 
2015/06/22 15:30:23 pesa Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="X11 desktop video grabber tray"
HOMEPAGE="http://qx11grab.hjcms.de/";
SRC_URI="http://qx11grab.hjcms.de/downloads/${PV}/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libav kde opengl pulseaudio"

RDEPEND="
>=dev-qt/qtcore-4.7.4:4
>=dev-qt/qtdbus-4.7.4:4
>=dev-qt/qtgui-4.7.4:4[accessibility]
>=media-libs/alsa-lib-1.0.26
>=media-libs/fontconfig-2.4
>=media-libs/freetype-2.4:2
>=sys-apps/dbus-1.6.4
>=x11-libs/libX11-1.3.4
>=x11-libs/libXrandr-1.3
libav? ( >=media-video/libav-9:0=[X,encode,truetype] )
!libav? ( >=media-video/ffmpeg-1.1:0=[X,encode,truetype] )
kde? ( kde-base/kdelibs:4 )
opengl? ( >=dev-qt/qtopengl-4.7.4:4 )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
kde? ( dev-util/automoc )
"
PDEPEND="virtual/freedesktop-icon-theme"

src_prepare() {
cmake-utils_src_prepare

# install docs into standard Gentoo location
sed -i -e "/DESTINATION share/ s:\${CMAKE_PROJECT_NAME}:doc/${PF}:" \
CMakeLists.txt || die
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable kde KDE_SUPPORT)
$(cmake-utils_use_enable opengl)
$(cmake-utils_use_enable pulseaudio PULSE)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: qtscriptgenerator-0.2.0.ebuild ChangeLog

2015-06-22 Thread Davide Pesavento (pesa)
pesa15/06/22 14:33:49

  Modified: qtscriptgenerator-0.2.0.ebuild ChangeLog
  Log:
  Switch to qmake-utils.eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild?r1=1.9&r2=1.10

Index: qtscriptgenerator-0.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qtscriptgenerator-0.2.0.ebuild  31 Dec 2014 13:43:43 -  1.9
+++ qtscriptgenerator-0.2.0.ebuild  22 Jun 2015 14:33:49 -  1.10
@@ -1,13 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
 1.9 2014/12/31 13:43:43 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v
 1.10 2015/06/22 14:33:49 pesa Exp $
 
 EAPI=4
 
-MY_PN="${PN}-src"
-MY_P="${MY_PN}-${PV}"
+inherit eutils qmake-utils
 
-inherit eutils multilib qt4-r2
+MY_P=${PN}-src-${PV}
 
 DESCRIPTION="Tool for generating Qt bindings for Qt Script"
 HOMEPAGE="http://code.google.com/p/qtscriptgenerator/";
@@ -19,8 +18,9 @@
 IUSE="debug kde"
 
 DEPEND="
+   dev-qt/designer:4
dev-qt/qtcore:4
-   || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   31 Dec 2014 13:43:43 -  1.31
+++ ChangeLog   22 Jun 2015 14:33:49 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qtscriptgenerator
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.31 
2014/12/31 13:43:43 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.32 
2015/06/22 14:33:49 pesa Exp $
+
+  22 Jun 2015; Davide Pesavento 
+  qtscriptgenerator-0.2.0.ebuild:
+  Switch to qmake-utils.eclass
 
   31 Dec 2014; Michael Palimaka 
   qtscriptgenerator-0.2.0.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qmake-utils.eclass

2015-06-22 Thread Davide Pesavento (pesa)
pesa15/06/22 14:18:19

  Modified: ChangeLog qmake-utils.eclass
  Log:
  Introduce qt{4,5}_get_libdir().

Revision  ChangesPath
1.1678   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1678&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1678&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1677&r2=1.1678

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1677
retrieving revision 1.1678
diff -u -r1.1677 -r1.1678
--- ChangeLog   22 Jun 2015 08:39:36 -  1.1677
+++ ChangeLog   22 Jun 2015 14:18:19 -  1.1678
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1677 2015/06/22 
08:39:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1678 2015/06/22 
14:18:19 pesa Exp $
+
+  22 Jun 2015; Davide Pesavento  qmake-utils.eclass:
+  Introduce qt{4,5}_get_libdir().
 
   22 Jun 2015; Manuel Rüger  git-r3.eclass:
   Fix typo.



1.11 eclass/qmake-utils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?r1=1.10&r2=1.11

Index: qmake-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qmake-utils.eclass  16 Jun 2015 17:47:24 -  1.10
+++ qmake-utils.eclass  22 Jun 2015 14:18:19 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.10 2015/06/16 
17:47:24 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.11 2015/06/22 
14:18:19 pesa Exp $
 
 # @ECLASS: qmake-utils.eclass
 # @MAINTAINER:
@@ -25,7 +25,7 @@
 qt4_get_bindir() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
 
-   local qtbindir=${EPREFIX}/usr/$(get_libdir)/qt4/bin
+   local qtbindir=${EPREFIX}$(qt4_get_libdir)/bin
if [[ -d ${qtbindir} ]]; then
echo ${qtbindir}
else
@@ -41,6 +41,14 @@
echo /usr/include/qt4
 }
 
+# @FUNCTION: qt4_get_libdir
+# @DESCRIPTION:
+# Echoes the directory where Qt4 libraries are installed.
+# Does not take EPREFIX into account.
+qt4_get_libdir() {
+   echo /usr/$(get_libdir)/qt4
+}
+
 # @FUNCTION: qt4_get_mkspecsdir
 # @DESCRIPTION:
 # Echoes the directory where Qt4 mkspecs are installed.
@@ -55,7 +63,7 @@
 qt5_get_bindir() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EPREFIX=
 
-   echo ${EPREFIX}/usr/$(get_libdir)/qt5/bin
+   echo ${EPREFIX}$(qt5_get_libdir)/qt5/bin
 }
 
 # @FUNCTION: qt5_get_headerdir
@@ -66,12 +74,20 @@
echo /usr/include/qt5
 }
 
+# @FUNCTION: qt5_get_libdir
+# @DESCRIPTION:
+# Echoes the directory where Qt5 libraries are installed.
+# Does not take EPREFIX into account.
+qt5_get_libdir() {
+   echo /usr/$(get_libdir)
+}
+
 # @FUNCTION: qt5_get_mkspecsdir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 mkspecs are installed.
 # Does not take EPREFIX into account.
 qt5_get_mkspecsdir() {
-   echo /usr/$(get_libdir)/qt5/mkspecs
+   echo $(qt5_get_libdir)/qt5/mkspecs
 }
 
 # @FUNCTION: qmake-utils_find_pro_file
@@ -233,9 +249,9 @@
QMAKE_LFLAGS="${LDFLAGS}" \
QMAKE_LFLAGS_RELEASE= \
QMAKE_LFLAGS_DEBUG= \
-   QMAKE_LIBDIR_QT="${EPREFIX}"/usr/$(get_libdir)/qt4 \
-   QMAKE_LIBDIR_X11="${EPREFIX}"/usr/$(get_libdir) \
-   QMAKE_LIBDIR_OPENGL="${EPREFIX}"/usr/$(get_libdir) \
+   QMAKE_LIBDIR_QT="${EPREFIX}$(qt4_get_libdir)" \
+   QMAKE_LIBDIR_X11="${EPREFIX}/usr/$(get_libdir)" \
+   QMAKE_LIBDIR_OPENGL="${EPREFIX}/usr/$(get_libdir)" \
"${qmake_args[@]}"
 
if ! eend $? ; then






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: metadata.xml PyQt5-5.4.2.ebuild ChangeLog PyQt5-5.4.1.ebuild

2015-06-19 Thread Davide Pesavento (pesa)
pesa15/06/19 17:54:39

  Modified: metadata.xml ChangeLog
  Added:PyQt5-5.4.2.ebuild
  Removed:  PyQt5-5.4.1.ebuild
  Log:
  Version bump. Enable the various _QOpenGLFunctions wrapper modules (bug 
550606). Add QtWebChannel support.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.3  dev-python/PyQt5/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml9 Jun 2015 15:02:29 -   1.2
+++ metadata.xml19 Jun 2015 17:54:39 -  1.3
@@ -6,6 +6,7 @@
Build bindings for the QtDBus module
Build bindings for the QtQml/QtQuick 
modules and enable the qmlscene plugin
Build bindings for the QtDesigner module 
and enable the designer plugin
+   Use GLES 2.0 or later instead of full 
OpenGL
Build bindings for the QtGui module
Build bindings for the QtHelp module
Build bindings for the QtMultimedia 
module
@@ -18,6 +19,7 @@
Build bindings for the QtSql module
Build bindings for the QtSvg module
Build bindings for the QtTest module
+   Build bindings for the QtWebChannel 
module
Build bindings for the QtWebKit 
module
Build bindings for the QtWebSockets 
module
Build bindings for the QtWidgets 
module



1.11 dev-python/PyQt5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Jun 2015 15:02:29 -   1.10
+++ ChangeLog   19 Jun 2015 17:54:39 -  1.11
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/PyQt5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.10 
2015/06/09 15:02:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.11 
2015/06/19 17:54:39 pesa Exp $
+
+*PyQt5-5.4.2 (19 Jun 2015)
+
+  19 Jun 2015; Davide Pesavento  +PyQt5-5.4.2.ebuild,
+  -PyQt5-5.4.1.ebuild, metadata.xml:
+  Version bump. Enable the various _QOpenGLFunctions wrapper modules (bug
+  550606). Add QtWebChannel support.
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml



1.1  dev-python/PyQt5/PyQt5-5.4.2.ebuild

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

Index: PyQt5-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-python/PyQt5/PyQt5-5.4.2.ebuild,v 1.1 
2015/06/19 17:54:39 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit eutils multibuild multilib python-r1 qmake-utils

DESCRIPTION="Python bindings for the Qt framework"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/
https://pypi.python.org/pypi/PyQt5";

MY_PN="PyQt-gpl"
if [[ ${PV} == *_pre* ]]; then
MY_P=${MY_PN}-${PV%_pre*}-snapshot-${REVISION}
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
else
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
fi

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# TODO: QtBluetooth, QtWebEngineWidgets
IUSE="dbus debug declarative designer doc examples gles2 gui help multimedia
network opengl positioning printsupport sensors serialport sql svg
testlib webchannel webkit websockets widgets x11extras xmlpatterns"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
positioning? ( gui )
sensors? ( gui )
serialport? ( gui )
sql? ( widgets )
testlib? ( 

[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebchannel: qtwebchannel-5.4.2.ebuild metadata.xml Manifest ChangeLog

2015-06-18 Thread Davide Pesavento (pesa)
pesa15/06/18 17:15:29

  Added:qtwebchannel-5.4.2.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Import from qt overlay.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.1  dev-qt/qtwebchannel/qtwebchannel-5.4.2.ebuild

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

Index: qtwebchannel-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/qtwebchannel/qtwebchannel-5.4.2.ebuild,v 1.1 
2015/06/18 17:15:29 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with 
HTML/JavaScript clients"

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

IUSE="qml"

DEPEND="
>=dev-qt/qtcore-${PV}:5
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
RDEPEND="${DEPEND}"

src_prepare() {
qt_use_disable_mod qml quick src/src.pro
qt_use_disable_mod qml qml src/webchannel/webchannel.pro

qt5-build_src_prepare
}



1.1  dev-qt/qtwebchannel/metadata.xml

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

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

qt

Build QML/QtQuick bindings and imports


https://bugreports.qt.io/
http://doc.qt.io/





1.1  dev-qt/qtwebchannel/Manifest

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

Index: Manifest
===
DIST qtwebchannel-opensource-src-5.4.2.tar.xz 84620 SHA256 
56e3a75b67cb512b2a1e212590fff43e7b648515cda1d673e44139f896fcc16f SHA512 
b197675543e3e247f35147e8570172f7e1bc98755f370a8e7a29849fb810eabf2ea5dc121106b9830210c3ffbb4f6d9388ed75eacdd6946bb4dc9b52c985afc2
 WHIRLPOOL 
3daf70ebab0c1f7991364831da0d8d51df81a218e1e41beacdb2da047bfba787396eaa187ef49eedd6b5f690b7f72fe06f07c9b5b03f1e8f641ed1aab74da7cd
EBUILD qtwebchannel-5.4.2.ebuild 577 SHA256 
662fdf1dcf6f244216ba8438081c29f830df0c16519b0ed414a4d131243e8d53 SHA512 
1609b015fa17cb61a7df9b9947ee644e4a286eee7f786de59c96553bb27e156c109830347ec4359ff735bcf866a8289d372a45d2301ffca2defb862bdeb21e3e
 WHIRLPOOL 
9cb25994b76e4a94b7a73002928a4aa56a41f16e4bf71bbdb77bb3af7eea61d50513ab4e7f44b71ead739a06a044ba4b80417da47853051bbc351e40c61fc251
MISC metadata.xml 339 SHA256 
d6befc9f911693c371fa28cdd1905f1180d5f09ad386cfcbebf1b9a2f1a24fa3 SHA512 
0d3b843b6f53071439f89e1c5f84428cfd0099be90e93df54c1518ebfcf504f608d1a22e6c2aa5d0b263dd1a21f57d65a6db0004231495e89e019c1d6ba9618b
 WHIRLPOOL 
4549e19e37566489c28aca5b0230adb4cd18425017697c467970c4dcf3110962598175d0724c8b7e0b958b2dddbafbb3de3562e11228e018fa6f67afd79779e3



1.1  dev-qt/qtwebchannel/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-qt/qtwebchannel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebchannel/ChangeLog,v 1.1 
2015/06/18 17:15:29 pesa Exp $

*qtwebchannel-5.4.2 (18 Jun 2015)

  18 Jun 2015; Davide Pesavento  +metadata.xml,
  +qtwebchannel-5.4.2.ebuild:
  Import from qt overlay.






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebchannel: - New directory

2015-06-18 Thread Davide Pesavento (pesa)
pesa15/06/18 17:05:51

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-qt/qtwebchannel added to the repository



[gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: veusz-1.23.ebuild ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 18:12:02

  Modified: veusz-1.23.ebuild ChangeLog
  Log:
  Raise PyQt4 dep wrt bugs #526792 and #551382.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  sci-visualization/veusz/veusz-1.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild?r1=1.1&r2=1.2

Index: veusz-1.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- veusz-1.23.ebuild   13 May 2015 12:18:53 -  1.1
+++ veusz-1.23.ebuild   17 Jun 2015 18:12:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v 
1.1 2015/05/13 12:18:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v 
1.2 2015/06/17 18:12:02 pesa Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 CDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.6[X,svg,${PYTHON_USEDEP}]
+   >=dev-python/PyQt4-4.11.4[X,svg,${PYTHON_USEDEP}]
 "
 RDEPEND="${CDEPEND}
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )



1.56 sci-visualization/veusz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   13 May 2015 12:18:53 -  1.55
+++ ChangeLog   17 Jun 2015 18:12:02 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.55 
2015/05/13 12:18:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.56 
2015/06/17 18:12:02 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  veusz-1.23.ebuild:
+  Raise PyQt4 dep wrt bugs #526792 and #551382.
 
 *veusz-1.23 (13 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.16.7.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 17:26:25

  Modified: ChangeLog
  Removed:  sip-4.16.7.ebuild
  Log:
  Drop version that is not going to get stabilized.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.310dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.310&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.310&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.309&r2=1.310

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   14 Jun 2015 13:39:58 -  1.309
+++ ChangeLog   17 Jun 2015 17:26:25 -  1.310
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.309 2015/06/14 
13:39:58 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.310 2015/06/17 
17:26:25 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  -sip-4.16.7.ebuild:
+  Drop version that is not going to get stabilized.
 
 *sip-4.16.8 (14 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.11.3.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 17:25:08

  Modified: ChangeLog
  Removed:  PyQt4-4.11.3.ebuild
  Log:
  Drop version that is not going to get stabilized.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.291dev-python/PyQt4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.291&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.291&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.290&r2=1.291

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   14 Jun 2015 14:07:15 -  1.290
+++ ChangeLog   17 Jun 2015 17:25:08 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.290 
2015/06/14 14:07:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.291 
2015/06/17 17:25:08 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  -PyQt4-4.11.3.ebuild:
+  Drop version that is not going to get stabilized.
 
   14 Jun 2015; Davide Pesavento  PyQt4-4.11.4.ebuild:
   Use the new --no-python-dbus configure option.






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdemo: metadata.xml ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:52:55

  Modified: metadata.xml ChangeLog
  Log:
  Update upstream metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.6  dev-qt/qtdemo/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:27:05 -   1.5
+++ metadata.xml17 Jun 2015 15:52:55 -  1.6
@@ -17,6 +17,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.23 dev-qt/qtdemo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   2 Jun 2015 12:17:50 -   1.22
+++ ChangeLog   17 Jun 2015 15:52:55 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtdemo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v 1.22 2015/06/02 
12:17:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v 1.23 2015/06/17 
15:52:55 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  metadata.xml:
+  Update upstream metadata.
 
   02 Jun 2015; Davide Pesavento  qtdemo-4.8.7.ebuild:
   media-libs/phonon is multilib now.






[gentoo-commits] gentoo-x86 commit in dev-qt/qtphonon: metadata.xml ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:51:57

  Modified: metadata.xml ChangeLog
  Log:
  Update upstream metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.5  dev-qt/qtphonon/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:27:27 -   1.4
+++ metadata.xml17 Jun 2015 15:51:57 -  1.5
@@ -10,6 +10,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.19 dev-qt/qtphonon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   4 Jun 2015 19:01:21 -   1.18
+++ ChangeLog   17 Jun 2015 15:51:57 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtphonon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v 1.18 2015/06/04 
19:01:21 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v 1.19 2015/06/17 
15:51:57 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  metadata.xml:
+  Update upstream metadata.
 
   04 Jun 2015; Michael Palimaka  qtphonon-4.8.5.ebuild,
   qtphonon-4.8.6-r1.ebuild, qtphonon-4.8.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-qt/qtopenvg: metadata.xml ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:53:11

  Modified: metadata.xml ChangeLog
  Log:
  Update upstream metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.4  dev-qt/qtopenvg/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml8 Jan 2015 22:30:13 -   1.3
+++ metadata.xml17 Jun 2015 15:53:11 -  1.4
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.15 dev-qt/qtopenvg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   30 May 2015 11:06:35 -  1.14
+++ ChangeLog   17 Jun 2015 15:53:11 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtopenvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.14 2015/05/30 
11:06:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.15 2015/06/17 
15:53:11 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  metadata.xml:
+  Update upstream metadata.
 
   30 May 2015; Markus Meier  qtopenvg-4.8.6-r1.ebuild:
   arm stable, bug #530238






[gentoo-commits] gentoo-x86 commit in dev-qt/qt3support: metadata.xml ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:52:15

  Modified: metadata.xml ChangeLog
  Log:
  Update upstream metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.4  dev-qt/qt3support/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt3support/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml8 Jan 2015 22:29:57 -   1.3
+++ metadata.xml17 Jun 2015 15:52:15 -  1.4
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.23 dev-qt/qt3support/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   30 May 2015 10:51:17 -  1.22
+++ ChangeLog   17 Jun 2015 15:52:15 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qt3support
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.22 
2015/05/30 10:51:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/ChangeLog,v 1.23 
2015/06/17 15:52:15 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  metadata.xml:
+  Update upstream metadata.
 
   30 May 2015; Markus Meier  qt3support-4.8.6-r1.ebuild:
   arm stable, bug #530238






[gentoo-commits] gentoo-x86 commit in dev-qt/qtbearer: metadata.xml ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:52:38

  Modified: metadata.xml ChangeLog
  Log:
  Update upstream metadata.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.6  dev-qt/qtbearer/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:27:40 -   1.5
+++ metadata.xml17 Jun 2015 15:52:38 -  1.6
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.25 dev-qt/qtbearer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   30 May 2015 11:05:05 -  1.24
+++ ChangeLog   17 Jun 2015 15:52:38 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtbearer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/ChangeLog,v 1.24 2015/05/30 
11:05:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/ChangeLog,v 1.25 2015/06/17 
15:52:38 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  metadata.xml:
+  Update upstream metadata.
 
   30 May 2015; Markus Meier  qtbearer-4.8.6-r1.ebuild:
   arm stable, bug #530238






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt5-build.eclass

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:48:58

  Modified: ChangeLog qt5-build.eclass
  Log:
  Update from qt overlay: allow configuring debug/release on a per-package 
basis; add instruction set support (similarly to qt4-build-multilib); use 
usex().

Revision  ChangesPath
1.1671   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1671&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1671&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1670&r2=1.1671

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1670
retrieving revision 1.1671
diff -u -r1.1670 -r1.1671
--- ChangeLog   17 Jun 2015 09:48:12 -  1.1670
+++ ChangeLog   17 Jun 2015 15:48:58 -  1.1671
@@ -1,6 +1,11 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1670 2015/06/17 
09:48:12 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1671 2015/06/17 
15:48:58 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento  qt5-build.eclass:
+  Update from qt overlay: allow configuring debug/release on a per-package
+  basis; add instruction set support (similarly to qt4-build-multilib); use
+  usex().
 
   17 Jun 2015; James Le Cuirot  java-pkg-2.eclass:
   Remove eclass dependency on python[xml] and replace with some ugly grep that



1.20 eclass/qt5-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt5-build.eclass?r1=1.19&r2=1.20

Index: qt5-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- qt5-build.eclass9 Jun 2015 20:16:59 -   1.19
+++ qt5-build.eclass17 Jun 2015 15:48:58 -  1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.19 2015/06/09 
20:16:59 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.20 2015/06/17 
15:48:58 pesa Exp $
 
 # @ECLASS: qt5-build.eclass
 # @MAINTAINER:
@@ -39,19 +39,19 @@
EGIT_BRANCH="dev"
;;
5.?.)
-   # git stable branches (5.x)
+   # git stable branch
QT5_BUILD_TYPE="live"
EGIT_BRANCH=${PV%.}
;;
*_alpha*|*_beta*|*_rc*)
-   # development releases
+   # development release
QT5_BUILD_TYPE="release"
MY_P=${QT5_MODULE}-opensource-src-${PV/_/-}

SRC_URI="http://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz";
S=${WORKDIR}/${MY_P}
;;
*)
-   # official stable releases
+   # official stable release
QT5_BUILD_TYPE="release"
MY_P=${QT5_MODULE}-opensource-src-${PV}

SRC_URI="http://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz";
@@ -77,9 +77,9 @@
 "
 if [[ ${PN} != qttest ]]; then
if [[ ${QT5_MODULE} == qtbase ]]; then
-   DEPEND+=" test? ( ~dev-qt/qttest-${PV}[debug=] )"
+   DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
else
-   DEPEND+=" test? ( >=dev-qt/qttest-${PV}:5[debug=] )"
+   DEPEND+=" test? ( >=dev-qt/qttest-${PV}:5 )"
fi
 fi
 RDEPEND="
@@ -321,18 +321,17 @@
 ##  Public helpers  ##
 
 # @FUNCTION: qt_use
-# @USAGE:  [feature] [enableopt]
+# @USAGE:  [feature] [enableval]
 # @DESCRIPTION:
 #  is the name of a flag in IUSE.
 #
-# Echoes "-${enableopt}-${feature}" if  is enabled, or "-no-${feature}"
-# if it is disabled. If [feature] is not specified, it defaults to the value
-# of . If [enableopt] is not specified, the whole "-${enableopt}" prefix
-# is omitted.
+# Outputs "-${enableval}-${feature}" if  is enabled, "-no-${feature}"
+# otherwise. If [feature] is not specified,  is used in its place.
+# If [enableval] is not specified, the "-${enableval}" prefix is omitted.
 qt_use() {
[[ $# -ge 1 ]] || die "${FUNCNAME}() requires at least one argument"
 
-   use "$1" && echo "${3:+-$3}-${2:-$1}" || echo "-no-${2:-$1}"
+   usex "$1" "${3:+-$3}-${2:-$1}" "-no-${2:-$1}"
 }
 
 # @FUNCTION: qt_use_compile_test
@@ -490,8 +489,9 @@
-examplesdir "${QT5_EXAMPL

[gentoo-commits] gentoo-x86 commit in dev-qt/qthelp: metadata.xml qthelp-5.4.2.ebuild ChangeLog qthelp-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:16

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

Revision  ChangesPath
1.8  dev-qt/qthelp/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qthelp/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml26 Jan 2015 02:28:10 -  1.7
+++ metadata.xml17 Jun 2015 15:21:16 -  1.8
@@ -10,6 +10,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.47 dev-qt/qthelp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 May 2015 10:54:40 -  1.46
+++ ChangeLog   17 Jun 2015 15:21:16 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qthelp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.46 2015/05/30 
10:54:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.47 2015/06/17 
15:21:16 pesa Exp $
+
+*qthelp-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qthelp-5.4.2.ebuild,
+  -qthelp-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qthelp-4.8.6-r3.ebuild:
   arm stable, bug #530238



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

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

Index: qthelp-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/qthelp/qthelp-5.4.2.ebuild,v 1.1 
2015/06/17 15:21:16 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="The Help module for the Qt5 framework"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtsql-${PV}:5[sqlite]
>=dev-qt/qtwidgets-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/assistant/clucene
src/assistant/help
src/assistant/qcollectiongenerator
src/assistant/qhelpconverter
src/assistant/qhelpgenerator
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtxml: metadata.xml qtxml-5.4.2.ebuild ChangeLog qtxml-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:32

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

Revision  ChangesPath
1.5  dev-qt/qtxml/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxml/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:29:30 -   1.4
+++ metadata.xml17 Jun 2015 15:24:32 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.15 dev-qt/qtxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxml/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 May 2015 10:20:36 -  1.14
+++ ChangeLog   17 Jun 2015 15:24:32 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/ChangeLog,v 1.14 2015/05/16 
10:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/ChangeLog,v 1.15 2015/06/17 
15:24:32 pesa Exp $
+
+*qtxml-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtxml-5.4.2.ebuild,
+  -qtxml-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtxml-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtxml-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/qtxml/qtxml-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:32 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"

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

IUSE=""

RDEPEND="
~dev-qt/qtcore-${PV}
"
DEPEND="${RDEPEND}
test? ( ~dev-qt/qtnetwork-${PV} )
"

QT5_TARGET_SUBDIRS=(
src/xml
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtx11extras: metadata.xml qtx11extras-5.4.2.ebuild ChangeLog qtx11extras-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:25

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

Revision  ChangesPath
1.5  dev-qt/qtx11extras/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:24:12 -   1.4
+++ metadata.xml17 Jun 2015 15:24:25 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.14 dev-qt/qtx11extras/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 May 2015 11:00:01 -  1.13
+++ ChangeLog   17 Jun 2015 15:24:25 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtx11extras
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v 1.13 
2015/05/16 11:00:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v 1.14 
2015/06/17 15:24:25 pesa Exp $
+
+*qtx11extras-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtx11extras-5.4.2.ebuild,
+  -qtx11extras-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtx11extras-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtx11extras-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/qtx11extras/qtx11extras-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:25 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"

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

IUSE=""

RDEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[xcb]
~dev-qt/qtwidgets-${PV}
"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit: metadata.xml qtwebkit-5.4.2.ebuild ChangeLog qtwebkit-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:04

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

Revision  ChangesPath
1.10 dev-qt/qtwebkit/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml8 Jan 2015 22:28:23 -   1.9
+++ metadata.xml17 Jun 2015 15:24:04 -  1.10
@@ -14,6 +14,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.38 dev-qt/qtwebkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   30 May 2015 10:56:39 -  1.37
+++ ChangeLog   17 Jun 2015 15:24:04 -  1.38
@@ -1,6 +1,13 @@
 # ChangeLog for dev-qt/qtwebkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.37 2015/05/30 
10:56:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/ChangeLog,v 1.38 2015/06/17 
15:24:04 pesa Exp $
+
+*qtwebkit-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento 
+  +files/qtwebkit-5.4.2-system-leveldb.patch, +qtwebkit-5.4.2.ebuild,
+  -qtwebkit-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtwebkit-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtwebkit-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/qtwebkit/qtwebkit-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:04 pesa Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-any-r1 qt5-build

DESCRIPTION="WebKit rendering library for the Qt5 framework"

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

# TODO: qttestlib, geolocation, orientation/sensors

IUSE="gstreamer gstreamer010 multimedia opengl printsupport qml udev webp"
REQUIRED_USE="?? ( gstreamer gstreamer010 multimedia )"

RDEPEND="
dev-db/sqlite:3
dev-libs/icu:=
>=dev-libs/leveldb-1.18-r1
dev-libs/libxml2:2
dev-libs/libxslt
>=dev-qt/qtcore-${PV}:5[icu]
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtsql-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
media-libs/fontconfig:1.0
media-libs/libpng:0=
>=sys-libs/zlib-1.2.5
virtual/jpeg:0
virtual/opengl
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXrender
gstreamer? (
dev-libs/glib:2
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
gstreamer010? (
dev-libs/glib:2
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10
)
multimedia? ( >=dev-qt/qtmultimedia-${PV}:5[widgets] )
opengl? ( >=dev-qt/qtopengl-${PV}:5 )
printsupport? ( >=dev-qt/qtprintsupport-${PV}:5 )
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
udev? ( virtual/udev )
webp? ( media-libs/libwebp:0= )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-lang/ruby
dev-util/gperf
sys-devel/bison
sys-devel/flex
virtual/rubygems
"

PATCHES=(
"${FILESDIR}/${PN}-5.4.2-system-leveldb.patch"
)

src_prepare() {
# ensure bundled library cannot be used
rm -r Source/ThirdParty

[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebsockets: qtwebsockets-5.4.2.ebuild metadata.xml ChangeLog qtwebsockets-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:11

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

Revision  ChangesPath
1.3  dev-qt/qtwebsockets/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:26:08 -   1.2
+++ metadata.xml17 Jun 2015 15:24:11 -  1.3
@@ -7,6 +7,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.13 dev-qt/qtwebsockets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 May 2015 10:58:47 -  1.12
+++ ChangeLog   17 Jun 2015 15:24:11 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtwebsockets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v 1.12 
2015/05/16 10:58:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v 1.13 
2015/06/17 15:24:11 pesa Exp $
+
+*qtwebsockets-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtwebsockets-5.4.2.ebuild,
+  -qtwebsockets-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtwebsockets-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtwebsockets-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/qtwebsockets/qtwebsockets-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:11 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"

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

IUSE="qml"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )

"
RDEPEND="${DEPEND}"

src_prepare() {
qt_use_disable_mod qml quick src/src.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebkit/files: qtwebkit-5.4.2-system-leveldb.patch

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:04

  Added:qtwebkit-5.4.2-system-leveldb.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.1  dev-qt/qtwebkit/files/qtwebkit-5.4.2-system-leveldb.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/files/qtwebkit-5.4.2-system-leveldb.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebkit/files/qtwebkit-5.4.2-system-leveldb.patch?rev=1.1&content-type=text/plain

Index: qtwebkit-5.4.2-system-leveldb.patch
===
Correct header location so system dev-libs/leveldb can be detected.

--- Tools/qmake/config.tests/leveldb/leveldb.cpp
+++ Tools/qmake/config.tests/leveldb/leveldb.cpp
@@ -19,7 +19,7 @@
 
 #include 
 #include 
-#include 
+#include 
 
 int main(int, char**)
 {

--- Source/WebCore/platform/leveldb/LevelDBDatabase.cpp
+++ Source/WebCore/platform/leveldb/LevelDBDatabase.cpp
@@ -38,7 +38,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtxmlpatterns: metadata.xml qtxmlpatterns-5.4.2.ebuild ChangeLog qtxmlpatterns-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:44

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

Revision  ChangesPath
1.5  dev-qt/qtxmlpatterns/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:26:41 -   1.4
+++ metadata.xml17 Jun 2015 15:24:44 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.34 dev-qt/qtxmlpatterns/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 May 2015 10:56:10 -  1.33
+++ ChangeLog   17 Jun 2015 15:24:44 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtxmlpatterns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.33 
2015/05/30 10:56:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.34 
2015/06/17 15:24:44 pesa Exp $
+
+*qtxmlpatterns-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtxmlpatterns-5.4.2.ebuild,
+  -qtxmlpatterns-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtxmlpatterns-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtxmlpatterns-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/qtxmlpatterns/qtxmlpatterns-5.4.2.ebuild,v 1.1 
2015/06/17 15:24:44 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/qttranslations: qttranslations-5.4.2.ebuild metadata.xml ChangeLog qttranslations-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:23:45

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

Revision  ChangesPath
1.5  dev-qt/qttranslations/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:28:58 -   1.4
+++ metadata.xml17 Jun 2015 15:23:44 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.24 dev-qt/qttranslations/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   30 May 2015 10:47:28 -  1.23
+++ ChangeLog   17 Jun 2015 15:23:44 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qttranslations
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/ChangeLog,v 1.23 
2015/05/30 10:47:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/ChangeLog,v 1.24 
2015/06/17 15:23:44 pesa Exp $
+
+*qttranslations-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qttranslations-5.4.2.ebuild,
+  -qttranslations-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qttranslations-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qttranslations-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/qttranslations/qttranslations-5.4.2.ebuild,v 1.1 
2015/06/17 15:23:44 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Translation files for the Qt5 framework"

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

IUSE=""

DEPEND="
>=dev-qt/linguist-tools-${PV}:5
>=dev-qt/qtcore-${PV}:5
"
RDEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-qt/qtserialport: metadata.xml qtserialport-5.4.2.ebuild ChangeLog qtserialport-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:55

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

Revision  ChangesPath
1.5  dev-qt/qtserialport/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:27:16 -   1.4
+++ metadata.xml17 Jun 2015 15:22:55 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.13 dev-qt/qtserialport/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 May 2015 10:54:41 -  1.12
+++ ChangeLog   17 Jun 2015 15:22:55 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtserialport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v 1.12 
2015/05/16 10:54:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v 1.13 
2015/06/17 15:22:55 pesa Exp $
+
+*qtserialport-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtserialport-5.4.2.ebuild,
+  -qtserialport-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtserialport-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtserialport-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/qtserialport/qtserialport-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:55 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Serial port abstraction library for the Qt5 framework"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
virtual/udev
"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-5.4.2.ebuild metadata.xml ChangeLog qtscript-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:41

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

Revision  ChangesPath
1.6  dev-qt/qtscript/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:24:38 -   1.5
+++ metadata.xml17 Jun 2015 15:22:41 -  1.6
@@ -9,6 +9,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.37 dev-qt/qtscript/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   30 May 2015 10:51:44 -  1.36
+++ ChangeLog   17 Jun 2015 15:22:41 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtscript
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.36 2015/05/30 
10:51:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.37 2015/06/17 
15:22:41 pesa Exp $
+
+*qtscript-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtscript-5.4.2.ebuild,
+  -qtscript-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtscript-4.8.6-r2.ebuild:
   arm stable, bug #530238



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

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

Index: qtscript-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/qtscript/qtscript-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:41 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Application scripting library for the Qt5 framework"

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

IUSE="scripttools"

DEPEND="
>=dev-qt/qtcore-${PV}:5
scripttools? (
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
)
"
RDEPEND="${DEPEND}"

src_prepare() {
qt_use_disable_mod scripttools widgets \
src/src.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtquickcontrols: qtquickcontrols-5.4.2.ebuild metadata.xml ChangeLog qtquickcontrols-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:29

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

Revision  ChangesPath
1.5  dev-qt/qtquickcontrols/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquickcontrols/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:27:11 -   1.4
+++ metadata.xml17 Jun 2015 15:22:29 -  1.5
@@ -7,6 +7,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.14 dev-qt/qtquickcontrols/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquickcontrols/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 May 2015 10:53:11 -  1.13
+++ ChangeLog   17 Jun 2015 15:22:29 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtquickcontrols
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquickcontrols/ChangeLog,v 1.13 
2015/05/16 10:53:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquickcontrols/ChangeLog,v 1.14 
2015/06/17 15:22:29 pesa Exp $
+
+*qtquickcontrols-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  
+qtquickcontrols-5.4.2.ebuild,
+  -qtquickcontrols-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtquickcontrols-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtquickcontrols-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/qtquickcontrols/qtquickcontrols-5.4.2.ebuild,v 
1.1 2015/06/17 15:22:29 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"

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

IUSE="widgets"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtdeclarative-${PV}:5
>=dev-qt/qtgui-${PV}:5
widgets? ( >=dev-qt/qtwidgets-${PV}:5 )
"
RDEPEND="${DEPEND}"

src_prepare() {
qt_use_disable_mod widgets widgets \
src/src.pro \
src/controls/Private/private.pri \
tests/auto/activeFocusOnTab/activeFocusOnTab.pro \
tests/auto/controls/controls.pro \
tests/auto/testplugin/testplugin.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: metadata.xml qtopengl-5.4.2.ebuild ChangeLog qtopengl-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:54

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

Revision  ChangesPath
1.6  dev-qt/qtopengl/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:24:58 -   1.5
+++ metadata.xml17 Jun 2015 15:21:54 -  1.6
@@ -7,11 +7,11 @@
contexts on the desktop
Add support for exceptions - like 
catching them
inside the event loop (recommended by upstream)
-   Use OpenGL ES 2.0 instead of desktop 
OpenGL
+   Use GLES 2.0 or later instead of full 
OpenGL
Enable the Qt3Support libraries for 
Qt4


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.34 dev-qt/qtopengl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 May 2015 10:59:39 -  1.33
+++ ChangeLog   17 Jun 2015 15:21:54 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.33 2015/05/30 
10:59:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.34 2015/06/17 
15:21:54 pesa Exp $
+
+*qtopengl-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtopengl-5.4.2.ebuild,
+  -qtopengl-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtopengl-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtopengl-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/qtopengl/qtopengl-5.4.2.ebuild,v 1.1 
2015/06/17 15:21:54 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"
inherit qt5-build

DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"

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

IUSE="gles2"

DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtwidgets-${PV}[gles2=]
virtual/opengl
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/opengl
)

src_configure() {
local myconf=(
-opengl $(usex gles2 es2 desktop)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtquick1: qtquick1-5.4.2.ebuild metadata.xml ChangeLog qtquick1-5.4.1-r1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:22

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

Revision  ChangesPath
1.6  dev-qt/qtquick1/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:31:53 -   1.5
+++ metadata.xml17 Jun 2015 15:22:22 -  1.6
@@ -9,6 +9,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.18 dev-qt/qtquick1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   16 May 2015 10:52:36 -  1.17
+++ ChangeLog   17 Jun 2015 15:22:22 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtquick1
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v 1.17 2015/05/16 
10:52:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtquick1/ChangeLog,v 1.18 2015/06/17 
15:22:22 pesa Exp $
+
+*qtquick1-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtquick1-5.4.2.ebuild,
+  -qtquick1-5.4.1-r1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtquick1-5.4.1-r1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtquick1-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/qtquick1/qtquick1-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:22 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Legacy declarative UI module for the Qt5 framework"

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

IUSE="designer +opengl webkit xml"

# see bug 542698 for pinned dev-qt/designer dependency
DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtscript-${PV}:5
>=dev-qt/qtsql-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
designer? (
~dev-qt/designer-${PV}
>=dev-qt/qtdeclarative-${PV}:5
)
opengl? ( >=dev-qt/qtopengl-${PV}:5 )
webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
xml? ( >=dev-qt/qtxmlpatterns-${PV}:5 )
"
RDEPEND="${DEPEND}"

src_prepare() {
qt_use_disable_mod designer designer \
src/plugins/plugins.pro

qt_use_disable_mod opengl opengl \
src/imports/imports.pro \
tools/qml/qml.pri

qt_use_disable_mod webkit webkitwidgets \
src/imports/imports.pro

qt_use_disable_mod xml xmlpatterns \
src/declarative/declarative.pro \
src/declarative/util/util.pri

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwayland: qtwayland-5.4.2.ebuild metadata.xml ChangeLog qtwayland-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/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  ChangesPath
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.xml8 Jan 2015 22:28:41 -   1.2
+++ metadata.xml17 Jun 2015 15:23:52 -  1.3
@@ -9,6 +9,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



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 -  1.8
+++ ChangeLog   17 Jun 2015 15:23:52 -  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  +qtwayland-5.4.2.ebuild,
+  -qtwayland-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  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
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwidgets: metadata.xml qtwidgets-5.4.2.ebuild ChangeLog qtwidgets-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:24:18

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

Revision  ChangesPath
1.6  dev-qt/qtwidgets/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml19 Apr 2015 18:52:22 -  1.5
+++ metadata.xml17 Jun 2015 15:24:18 -  1.6
@@ -3,12 +3,12 @@
 
qt

-   Use OpenGL ES 2.0 instead of desktop 
OpenGL
+   Use GLES 2.0 or later instead of full 
OpenGL
Build a Qt style called GTK+ that mimics 
the active
GTK+ theme


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.17 dev-qt/qtwidgets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   16 May 2015 10:26:06 -  1.16
+++ ChangeLog   17 Jun 2015 15:24:18 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtwidgets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.16 
2015/05/16 10:26:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.17 
2015/06/17 15:24:18 pesa Exp $
+
+*qtwidgets-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtwidgets-5.4.2.ebuild,
+  -qtwidgets-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtwidgets-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtwidgets-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/qtwidgets/qtwidgets-5.4.2.ebuild,v 
1.1 2015/06/17 15:24:18 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="Set of UI elements for creating classic desktop-style user 
interfaces for the Qt5 framework"

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

# keep IUSE defaults in sync with qtgui
IUSE="gles2 gtkstyle +png +xcb"

DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[gles2=,gtkstyle=,png=,xcb?]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/tools/uic
src/widgets
)

QT5_GENTOO_CONFIG=(
!:no-widgets:
)

src_configure() {
local myconf=(
$(qt_use gtkstyle)
-opengl $(usex gles2 es2 desktop)
$(qt_use png libpng system)
$(qt_use xcb xcb system)
$(qt_use xcb xkbcommon system)
$(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsvg: metadata.xml qtsvg-5.4.2.ebuild ChangeLog qtsvg-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:23:21

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

Revision  ChangesPath
1.5  dev-qt/qtsvg/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:31:18 -   1.4
+++ metadata.xml17 Jun 2015 15:23:20 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.34 dev-qt/qtsvg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 May 2015 11:00:28 -  1.33
+++ ChangeLog   17 Jun 2015 15:23:20 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtsvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.33 2015/05/30 
11:00:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.34 2015/06/17 
15:23:20 pesa Exp $
+
+*qtsvg-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtsvg-5.4.2.ebuild,
+  -qtsvg-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtsvg-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtsvg-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/qtsvg/qtsvg-5.4.2.ebuild,v 1.1 
2015/06/17 15:23:20 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="SVG rendering library for the Qt5 framework"

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

IUSE=""

RDEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
>=sys-libs/zlib-1.2.5
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtxml-${PV}:5 )
"






[gentoo-commits] gentoo-x86 commit in dev-qt/qttest: metadata.xml qttest-5.4.2.ebuild ChangeLog qttest-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:23:33

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

Revision  ChangesPath
1.5  dev-qt/qttest/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qttest/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:28:05 -   1.4
+++ metadata.xml17 Jun 2015 15:23:33 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.34 dev-qt/qttest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qttest/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 May 2015 11:07:02 -  1.33
+++ ChangeLog   17 Jun 2015 15:23:33 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qttest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttest/ChangeLog,v 1.33 2015/05/30 
11:07:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttest/ChangeLog,v 1.34 2015/06/17 
15:23:33 pesa Exp $
+
+*qttest-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qttest-5.4.2.ebuild,
+  -qttest-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qttest-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qttest-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/qttest/qttest-5.4.2.ebuild,v 1.1 
2015/06/17 15:23:33 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"
inherit qt5-build

DESCRIPTION="Unit testing library for the Qt5 framework"

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

IUSE=""

RDEPEND="
~dev-qt/qtcore-${PV}
"
DEPEND="${RDEPEND}
test? (
~dev-qt/qtgui-${PV}
~dev-qt/qtxml-${PV}
)
"

QT5_TARGET_SUBDIRS=(
src/testlib
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtnetwork: metadata.xml qtnetwork-5.4.2.ebuild ChangeLog qtnetwork-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:41

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

Revision  ChangesPath
1.8  dev-qt/qtnetwork/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtnetwork/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml28 Apr 2015 12:29:22 -  1.7
+++ metadata.xml17 Jun 2015 15:21:41 -  1.8
@@ -10,6 +10,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.18 dev-qt/qtnetwork/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtnetwork/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   16 May 2015 10:20:07 -  1.17
+++ ChangeLog   17 Jun 2015 15:21:41 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtnetwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtnetwork/ChangeLog,v 1.17 
2015/05/16 10:20:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtnetwork/ChangeLog,v 1.18 
2015/06/17 15:21:41 pesa Exp $
+
+*qtnetwork-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtnetwork-5.4.2.ebuild,
+  -qtnetwork-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtnetwork-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtnetwork-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/qtnetwork/qtnetwork-5.4.2.ebuild,v 
1.1 2015/06/17 15:21:41 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="Network abstraction library for the Qt5 framework"

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

IUSE="bindist connman networkmanager +ssl"

DEPEND="
~dev-qt/qtcore-${PV}
>=sys-libs/zlib-1.2.5
connman? ( ~dev-qt/qtdbus-${PV} )
networkmanager? ( ~dev-qt/qtdbus-${PV} )
ssl? ( dev-libs/openssl:0[bindist=] )
"
RDEPEND="${DEPEND}
connman? ( net-misc/connman )
networkmanager? ( net-misc/networkmanager )
"

QT5_TARGET_SUBDIRS=(
src/network
src/plugins/bearer/generic
)

QT5_GENTOO_CONFIG=(
ssl::SSL
ssl::OPENSSL
ssl:openssl-linked:LINKED_OPENSSL
)

pkg_setup() {
use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
use networkmanager && 
QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
}

src_configure() {
local myconf=(
$(use connman || use networkmanager && echo -dbus-linked)
$(use ssl && echo -openssl-linked)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsql: qtsql-5.4.2.ebuild metadata.xml ChangeLog qtsql-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:23:08

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

Revision  ChangesPath
1.5  dev-qt/qtsql/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsql/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:29:45 -   1.4
+++ metadata.xml17 Jun 2015 15:23:08 -  1.5
@@ -9,6 +9,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.39 dev-qt/qtsql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   30 May 2015 10:50:50 -  1.38
+++ ChangeLog   17 Jun 2015 15:23:08 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtsql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.38 2015/05/30 
10:50:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.39 2015/06/17 
15:23:08 pesa Exp $
+
+*qtsql-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtsql-5.4.2.ebuild,
+  -qtsql-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtsql-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtsql-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/qtsql/qtsql-5.4.2.ebuild,v 1.1 
2015/06/17 15:23:08 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit multilib qt5-build

DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"

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

IUSE="freetds mysql oci8 odbc postgres +sqlite"

REQUIRED_USE="
|| ( freetds mysql oci8 odbc postgres sqlite )
"

DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
mysql? ( virtual/mysql:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/sql
src/plugins/sqldrivers
)

src_configure() {
local myconf=(
$(qt_use freetds  sql-tdsplugin)
$(qt_use mysqlsql-mysql  plugin)
$(qt_use oci8 sql-ociplugin)
$(qt_use odbc sql-odbc   plugin)
$(qt_use postgres sql-psql   plugin)
$(qt_use sqlite   sql-sqlite plugin)
$(use sqlite && echo -system-sqlite)
)

use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")

qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative: qtdeclarative-5.4.2.ebuild metadata.xml ChangeLog qtdeclarative-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:32

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

Revision  ChangesPath
1.6  dev-qt/qtdeclarative/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:29:11 -   1.5
+++ metadata.xml17 Jun 2015 15:20:32 -  1.6
@@ -5,7 +5,7 @@

Add support for exceptions - like 
catching them
inside the event loop (recommended by upstream)
-   Use OpenGL ES instead of desktop 
OpenGL
+   Use GLES 2.0 or later instead of full 
OpenGL
Build the LocalStorage import for 
QtQuick (requires QtSql)
Enable the Qt3Support libraries for 
Qt4. Note that
this does not mean you can compile pure Qt3 programs 
with Qt4.
@@ -15,6 +15,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.36 dev-qt/qtdeclarative/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   30 May 2015 11:00:56 -  1.35
+++ ChangeLog   17 Jun 2015 15:20:32 -  1.36
@@ -1,6 +1,13 @@
 # ChangeLog for dev-qt/qtdeclarative
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.35 
2015/05/30 11:00:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.36 
2015/06/17 15:20:32 pesa Exp $
+
+*qtdeclarative-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtdeclarative-5.4.2.ebuild,
+  -files/qtdeclarative-5.4.0-stack-direction.patch, 
-qtdeclarative-5.4.1.ebuild,
+  metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtdeclarative-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtdeclarative-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/qtdeclarative/qtdeclarative-5.4.2.ebuild,v 1.1 
2015/06/17 15:20:32 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="The QML and Quick modules for the Qt5 framework"

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

IUSE="gles2 localstorage +widgets xml"

# qtgui[gles2=] is needed because of bug 504322
DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5[gles2=]
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qttest-${PV}:5
localstorage? ( >=dev-qt/qtsql-${PV}:5 )
widgets? ( >=dev-qt/qtwidgets-${PV}:5[gles2=] )
xml? ( >=dev-qt/qtxmlpatterns-${PV}:5 )
"
RDEPEND="${DEPEND}"

src_prepare() {
use localstorage || sed -i -e '/localstorage/d' \
src/imports/imports.pro || die

use widgets || sed -i -e 's/contains(QT_CONFIG, no-widgets)/true/' \
src/qmltest/qmltest.pro || die

qt_use_disable_mod widgets widgets \
src/src.pro \
tools/tools.pro \
tools/qmlscene/qmlscene.pro \
tools/qml/qml.pro

qt_use_disable_mod xml xmlpatterns \
src/imports/imports.pro \
tests/auto/quick/quick.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsensors: qtsensors-5.4.2.ebuild metadata.xml ChangeLog qtsensors-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:48

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

Revision  ChangesPath
1.3  dev-qt/qtsensors/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:26:47 -   1.2
+++ metadata.xml17 Jun 2015 15:22:48 -  1.3
@@ -7,6 +7,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.11 dev-qt/qtsensors/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 May 2015 10:54:02 -  1.10
+++ ChangeLog   17 Jun 2015 15:22:48 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtsensors
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v 1.10 
2015/05/16 10:54:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v 1.11 
2015/06/17 15:22:48 pesa Exp $
+
+*qtsensors-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtsensors-5.4.2.ebuild,
+  -qtsensors-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtsensors-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtsensors-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/qtsensors/qtsensors-5.4.2.ebuild,v 
1.1 2015/06/17 15:22:48 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Hardware sensor access library for the Qt5 framework"

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

IUSE="qml"

RDEPEND="
>=dev-qt/qtcore-${PV}:5
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}"

src_prepare() {
qt_use_disable_mod qml quick \
src/src.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qdbusviewer: metadata.xml qdbusviewer-5.4.2.ebuild ChangeLog qdbusviewer-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:39

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

Revision  ChangesPath
1.5  dev-qt/qdbusviewer/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:25:56 -   1.4
+++ metadata.xml17 Jun 2015 15:19:39 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.32 dev-qt/qdbusviewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   30 May 2015 11:04:33 -  1.31
+++ ChangeLog   17 Jun 2015 15:19:39 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qdbusviewer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v 1.31 
2015/05/30 11:04:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v 1.32 
2015/06/17 15:19:39 pesa Exp $
+
+*qdbusviewer-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qdbusviewer-5.4.2.ebuild,
+  -qdbusviewer-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qdbusviewer-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qdbusviewer-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/qdbusviewer/qdbusviewer-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:39 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtdbus-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
>=dev-qt/qtxml-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qdbus/qdbusviewer
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtconcurrent: qtconcurrent-5.4.2.ebuild metadata.xml ChangeLog qtconcurrent-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:53

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

Revision  ChangesPath
1.5  dev-qt/qtconcurrent/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:28:46 -   1.4
+++ metadata.xml17 Jun 2015 15:19:53 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.14 dev-qt/qtconcurrent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 May 2015 11:07:45 -  1.13
+++ ChangeLog   17 Jun 2015 15:19:53 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtconcurrent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v 1.13 
2015/05/16 11:07:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v 1.14 
2015/06/17 15:19:53 pesa Exp $
+
+*qtconcurrent-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtconcurrent-5.4.2.ebuild,
+  -qtconcurrent-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtconcurrent-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtconcurrent-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/qtconcurrent/qtconcurrent-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:53 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"

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

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/concurrent
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui/files: qtgui-5.4.1-CVE-2015-1858-1859.patch qtgui-5.4.1-CVE-2015-0295.patch qtgui-5.4.1-CVE-2015-1860.patch

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:03

  Removed:  qtgui-5.4.1-CVE-2015-1858-1859.patch
qtgui-5.4.1-CVE-2015-0295.patch
qtgui-5.4.1-CVE-2015-1860.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtimageformats: qtimageformats-5.4.2.ebuild metadata.xml ChangeLog qtimageformats-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:23

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

Revision  ChangesPath
1.3  dev-qt/qtimageformats/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:28:35 -   1.2
+++ metadata.xml17 Jun 2015 15:21:23 -  1.3
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.12 dev-qt/qtimageformats/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   16 May 2015 10:49:31 -  1.11
+++ ChangeLog   17 Jun 2015 15:21:23 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtimageformats
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v 1.11 
2015/05/16 10:49:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtimageformats/ChangeLog,v 1.12 
2015/06/17 15:21:23 pesa Exp $
+
+*qtimageformats-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtimageformats-5.4.2.ebuild,
+  -qtimageformats-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtimageformats-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtimageformats-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/qtimageformats/qtimageformats-5.4.2.ebuild,v 1.1 
2015/06/17 15:21:23 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="Additional format plugins for the Qt image I/O system"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
media-libs/jasper
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0
"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/qtprintsupport: qtprintsupport-5.4.2.ebuild metadata.xml ChangeLog qtprintsupport-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:15

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

Revision  ChangesPath
1.5  dev-qt/qtprintsupport/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:31:42 -   1.4
+++ metadata.xml17 Jun 2015 15:22:15 -  1.5
@@ -2,8 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
qt
+   
+   Use GLES 2.0 or later instead of full 
OpenGL
+   

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.16 dev-qt/qtprintsupport/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   16 May 2015 10:30:58 -  1.15
+++ ChangeLog   17 Jun 2015 15:22:15 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtprintsupport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v 1.15 
2015/05/16 10:30:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v 1.16 
2015/06/17 15:22:15 pesa Exp $
+
+*qtprintsupport-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtprintsupport-5.4.2.ebuild,
+  -qtprintsupport-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtprintsupport-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtprintsupport-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/qtprintsupport/qtprintsupport-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:15 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"
inherit qt5-build

DESCRIPTION="Printing support library for the Qt5 framework"

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

IUSE="cups gles2"

RDEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtwidgets-${PV}[gles2=]
cups? ( >=net-print/cups-1.4 )
"
DEPEND="${RDEPEND}
test? ( ~dev-qt/qtnetwork-${PV} )
"

QT5_TARGET_SUBDIRS=(
src/printsupport
src/plugins/printsupport
)

QT5_GENTOO_CONFIG=(
cups
)

src_configure() {
local myconf=(
$(qt_use cups)
-opengl $(usex gles2 es2 desktop)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtmultimedia: qtmultimedia-5.4.2.ebuild metadata.xml ChangeLog qtmultimedia-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:34

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

Revision  ChangesPath
1.7  dev-qt/qtmultimedia/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml8 Jan 2015 22:30:52 -   1.6
+++ metadata.xml17 Jun 2015 15:21:33 -  1.7
@@ -10,6 +10,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.31 dev-qt/qtmultimedia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   30 May 2015 11:06:09 -  1.30
+++ ChangeLog   17 Jun 2015 15:21:33 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtmultimedia
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v 1.30 
2015/05/30 11:06:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v 1.31 
2015/06/17 15:21:33 pesa Exp $
+
+*qtmultimedia-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtmultimedia-5.4.2.ebuild,
+  -qtmultimedia-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtmultimedia-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtmultimedia-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/qtmultimedia/qtmultimedia-5.4.2.ebuild,v 1.1 
2015/06/17 15:21:33 pesa Exp $

EAPI=5
inherit qt5-build

DESCRIPTION="The Multimedia module for the Qt5 framework"

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

IUSE="alsa +gstreamer openal +opengl pulseaudio qml widgets"

RDEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
alsa? ( media-libs/alsa-lib )
gstreamer? (
media-libs/gstreamer:0.10
media-libs/gst-plugins-bad:0.10
media-libs/gst-plugins-base:0.10
)
pulseaudio? ( media-sound/pulseaudio )
qml? (
>=dev-qt/qtdeclarative-${PV}:5
openal? ( media-libs/openal )
)
widgets? (
>=dev-qt/qtwidgets-${PV}:5
opengl? ( >=dev-qt/qtopengl-${PV}:5 )
)
"
DEPEND="${RDEPEND}
x11-proto/videoproto
"

src_prepare() {
qt_use_compile_test alsa
qt_use_compile_test gstreamer
qt_use_compile_test openal
qt_use_compile_test pulseaudio

qt_use_disable_mod opengl opengl \
src/multimediawidgets/multimediawidgets.pro

qt_use_disable_mod qml quick \
src/src.pro

qt_use_disable_mod widgets widgets \
src/src.pro \
src/gsttools/gsttools.pro \
src/plugins/gstreamer/common.pri

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtpaths: qtpaths-5.4.2.ebuild metadata.xml ChangeLog qtpaths-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:01

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

Revision  ChangesPath
1.3  dev-qt/qtpaths/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:31:37 -   1.2
+++ metadata.xml17 Jun 2015 15:22:01 -  1.3
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.11 dev-qt/qtpaths/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 May 2015 10:50:55 -  1.10
+++ ChangeLog   17 Jun 2015 15:22:01 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtpaths
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/ChangeLog,v 1.10 2015/05/16 
10:50:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/ChangeLog,v 1.11 2015/06/17 
15:22:01 pesa Exp $
+
+*qtpaths-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtpaths-5.4.2.ebuild,
+  -qtpaths-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtpaths-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtpaths-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/qtpaths/qtpaths-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:01 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Tool to query Qt path information"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qtpaths
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtpositioning: metadata.xml qtpositioning-5.4.2.ebuild ChangeLog qtpositioning-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:22:08

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

Revision  ChangesPath
1.3  dev-qt/qtpositioning/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:28:29 -   1.2
+++ metadata.xml17 Jun 2015 15:22:08 -  1.3
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.10 dev-qt/qtpositioning/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   16 May 2015 11:04:04 -  1.9
+++ ChangeLog   17 Jun 2015 15:22:08 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtpositioning
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v 1.9 
2015/05/16 11:04:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v 1.10 
2015/06/17 15:22:08 pesa Exp $
+
+*qtpositioning-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtpositioning-5.4.2.ebuild,
+  -qtpositioning-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtpositioning-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtpositioning-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/qtpositioning/qtpositioning-5.4.2.ebuild,v 1.1 
2015/06/17 15:22:08 pesa Exp $

EAPI=5
QT5_MODULE="qtlocation"
inherit qt5-build

DESCRIPTION="Physical position determination library for the Qt5 framework"

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

# TODO: src/plugins/position/gypsy
IUSE="geoclue qml"

RDEPEND="
>=dev-qt/qtcore-${PV}:5
geoclue? (
app-misc/geoclue:0
dev-libs/glib:2
)
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}"

QT5_TARGET_SUBDIRS=(
src/positioning
src/plugins/position/positionpoll
)

pkg_setup() {
use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: metadata.xml qtgui-5.4.2.ebuild ChangeLog qtgui-5.4.1-r2.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:21:03

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

Revision  ChangesPath
1.8  dev-qt/qtgui/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml26 Mar 2015 01:07:14 -  1.7
+++ metadata.xml17 Jun 2015 15:21:03 -  1.8
@@ -8,7 +8,7 @@
Enable evdev input support
Add support for exceptions - like 
catching them
inside the event loop (recommended by upstream)
-   Use OpenGL ES 2.0 instead of desktop 
OpenGL
+   Use GLES 2.0 or later instead of full 
OpenGL
Enable dev-libs/glib eventloop 
support
Build a Qt style called GTK+ that mimics 
the active
GTK+ theme
@@ -24,6 +24,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.90 dev-qt/qtgui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   30 May 2015 10:52:14 -  1.89
+++ ChangeLog   17 Jun 2015 15:21:03 -  1.90
@@ -1,6 +1,14 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.89 2015/05/30 
10:52:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.90 2015/06/17 
15:21:03 pesa Exp $
+
+*qtgui-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtgui-5.4.2.ebuild,
+  -files/qtgui-5.4.1-CVE-2015-0295.patch,
+  -files/qtgui-5.4.1-CVE-2015-1858-1859.patch,
+  -files/qtgui-5.4.1-CVE-2015-1860.patch, -qtgui-5.4.1-r2.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtgui-4.8.6-r4.ebuild:
   arm stable, bug #530238



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

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

Index: qtgui-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/qtgui/qtgui-5.4.2.ebuild,v 1.1 
2015/06/17 15:21:03 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"

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

# TODO: directfb, linuxfb, offscreen (auto-depends on X11)

IUSE="accessibility egl eglfs evdev +gif gles2 gtkstyle +harfbuzz ibus jpeg kms 
+png udev +xcb"
REQUIRED_USE="
egl? ( evdev )
eglfs? ( egl )
kms? ( egl gles2 )
"

RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}
media-libs/fontconfig
media-libs/freetype:2
>=sys-libs/zlib-1.2.5
virtual/opengl
egl? ( media-libs/mesa[egl] )
evdev? ( sys-libs/mtdev )
gtkstyle? (
x11-libs/gtk+:2
x11-libs/pango
!!x11-libs/cairo[qt4]
)
gles2? ( media-libs/mesa[gles2] )
harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
ibus? ( ~dev-qt/qtdbus-${PV} )
jpeg? ( virtual/jpeg:0 )
kms? (
media-libs/mesa[gbm]
virtual/libudev:=
x11-libs/libdrm
)
png? ( media-libs/libpng:0= )
udev? ( virtual/libudev:= )
xcb? (
x11-libs/libICE
x11-libs/libSM
>=x11-libs/libX11-1.5
>=x11-libs/libXi-1.6
x11

[gentoo-commits] gentoo-x86 commit in dev-qt/qdbus: metadata.xml qdbus-5.4.2.ebuild ChangeLog qdbus-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:27

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

Revision  ChangesPath
1.5  dev-qt/qdbus/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbus/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:25:04 -   1.4
+++ metadata.xml17 Jun 2015 15:19:27 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.13 dev-qt/qdbus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 May 2015 10:46:30 -  1.12
+++ ChangeLog   17 Jun 2015 15:19:27 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qdbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v 1.12 2015/05/16 
10:46:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v 1.13 2015/06/17 
15:19:27 pesa Exp $
+
+*qdbus-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qdbus-5.4.2.ebuild,
+  -qdbus-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qdbus-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qdbus-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/qdbus/qdbus-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:27 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Interface to Qt applications communicating over D-Bus"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtdbus-${PV}:5
>=dev-qt/qtxml-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qdbus/qdbus
)






[gentoo-commits] gentoo-x86 commit in dev-qt/pixeltool: metadata.xml pixeltool-5.4.2.ebuild ChangeLog pixeltool-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:20

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

Revision  ChangesPath
1.5  dev-qt/pixeltool/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:27:53 -   1.4
+++ metadata.xml17 Jun 2015 15:19:19 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.33 dev-qt/pixeltool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   30 May 2015 11:04:04 -  1.32
+++ ChangeLog   17 Jun 2015 15:19:19 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/pixeltool
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/ChangeLog,v 1.32 
2015/05/30 11:04:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/ChangeLog,v 1.33 
2015/06/17 15:19:19 pesa Exp $
+
+*pixeltool-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +pixeltool-5.4.2.ebuild,
+  -pixeltool-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  pixeltool-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: pixeltool-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/pixeltool/pixeltool-5.4.2.ebuild,v 
1.1 2015/06/17 15:19:19 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Qt screen magnifier"

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

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/pixeltool
)






[gentoo-commits] gentoo-x86 commit in dev-qt/linguist: metadata.xml linguist-5.4.2.ebuild ChangeLog linguist-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:00

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

Revision  ChangesPath
1.5  dev-qt/linguist/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:31:05 -   1.4
+++ metadata.xml17 Jun 2015 15:19:00 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.32 dev-qt/linguist/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   30 May 2015 11:03:36 -  1.31
+++ ChangeLog   17 Jun 2015 15:19:00 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/linguist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.31 2015/05/30 
11:03:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.32 2015/06/17 
15:19:00 pesa Exp $
+
+*linguist-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +linguist-5.4.2.ebuild,
+  -linguist-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  linguist-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: linguist-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/linguist/linguist-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:00 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Graphical tool for translating Qt applications"

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

IUSE=""

DEPEND="
>=dev-qt/designer-${PV}:5
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtprintsupport-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
>=dev-qt/qtxml-${PV}:5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/linguist/linguist
)






[gentoo-commits] gentoo-x86 commit in dev-qt/assistant: assistant-5.4.2.ebuild metadata.xml ChangeLog assistant-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:18:12

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

Revision  ChangesPath
1.5  dev-qt/assistant/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/assistant/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:30:26 -   1.4
+++ metadata.xml17 Jun 2015 15:18:12 -  1.5
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.31 dev-qt/assistant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   30 May 2015 10:57:07 -  1.30
+++ ChangeLog   17 Jun 2015 15:18:12 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.30 
2015/05/30 10:57:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.31 
2015/06/17 15:18:12 pesa Exp $
+
+*assistant-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +assistant-5.4.2.ebuild,
+  -assistant-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  assistant-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: assistant-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/assistant/assistant-5.4.2.ebuild,v 
1.1 2015/06/17 15:18:12 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"

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

IUSE="webkit"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qthelp-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtprintsupport-${PV}:5
>=dev-qt/qtsql-${PV}:5[sqlite]
>=dev-qt/qtwidgets-${PV}:5
webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/assistant/assistant
)

src_prepare() {
qt_use_disable_mod webkit webkitwidgets \
src/assistant/assistant/assistant.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative/files: qtdeclarative-5.4.0-stack-direction.patch

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:32

  Removed:  qtdeclarative-5.4.0-stack-direction.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtgraphicaleffects: qtgraphicaleffects-5.4.2.ebuild metadata.xml ChangeLog qtgraphicaleffects-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:46

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

Revision  ChangesPath
1.5  dev-qt/qtgraphicaleffects/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgraphicaleffects/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:26:28 -   1.4
+++ metadata.xml17 Jun 2015 15:20:46 -  1.5
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.14 dev-qt/qtgraphicaleffects/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgraphicaleffects/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 May 2015 11:05:18 -  1.13
+++ ChangeLog   17 Jun 2015 15:20:46 -  1.14
@@ -1,6 +1,13 @@
 # ChangeLog for dev-qt/qtgraphicaleffects
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgraphicaleffects/ChangeLog,v 1.13 
2015/05/16 11:05:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgraphicaleffects/ChangeLog,v 1.14 
2015/06/17 15:20:46 pesa Exp $
+
+*qtgraphicaleffects-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento 
+  +qtgraphicaleffects-5.4.2.ebuild, -qtgraphicaleffects-5.4.1.ebuild,
+  metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  
qtgraphicaleffects-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtgraphicaleffects-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/qtgraphicaleffects/qtgraphicaleffects-5.4.2.ebuild,v
 1.1 2015/06/17 15:20:46 pesa Exp $

EAPI=5
inherit qt5-build virtualx

DESCRIPTION="Set of QML types for adding visual effects to user interfaces"

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

IUSE=""

RDEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtdeclarative-${PV}:5
>=dev-qt/qtxmlpatterns-${PV}:5
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtgui-${PV}:5 )
"

src_test() {
local VIRTUALX_COMMAND="qt5-build_src_test"
virtualmake
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdiag: metadata.xml qtdiag-5.4.2.ebuild ChangeLog qtdiag-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:39

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

Revision  ChangesPath
1.3  dev-qt/qtdiag/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:24:44 -   1.2
+++ metadata.xml17 Jun 2015 15:20:39 -  1.3
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.11 dev-qt/qtdiag/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 May 2015 11:07:05 -  1.10
+++ ChangeLog   17 Jun 2015 15:20:39 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtdiag
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v 1.10 2015/05/16 
11:07:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v 1.11 2015/06/17 
15:20:39 pesa Exp $
+
+*qtdiag-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtdiag-5.4.2.ebuild,
+  -qtdiag-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qtdiag-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qtdiag-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/qtdiag/qtdiag-5.4.2.ebuild,v 1.1 
2015/06/17 15:20:39 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Tool for reporting diagnostic information about Qt and its 
environment"

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

IUSE="+ssl"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5[ssl=]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qtdiag
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdbus: metadata.xml qtdbus-5.4.2.ebuild ChangeLog qtdbus-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:18

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

Revision  ChangesPath
1.6  dev-qt/qtdbus/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml8 Jan 2015 22:24:25 -   1.5
+++ metadata.xml17 Jun 2015 15:20:18 -  1.6
@@ -8,6 +8,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.33 dev-qt/qtdbus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   30 May 2015 10:54:12 -  1.32
+++ ChangeLog   17 Jun 2015 15:20:18 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtdbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.32 2015/05/30 
10:54:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.33 2015/06/17 
15:20:18 pesa Exp $
+
+*qtdbus-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtdbus-5.4.2.ebuild,
+  -qtdbus-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtdbus-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: qtdbus-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/qtdbus/qtdbus-5.4.2.ebuild,v 1.1 
2015/06/17 15:20:18 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="The D-Bus module for the Qt5 framework"

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

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}
>=sys-apps/dbus-1.4.20
>=sys-libs/zlib-1.2.5
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
)

QT5_GENTOO_CONFIG=(
:dbus
:dbus-linked:
)

src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qdoc: metadata.xml qdoc-5.4.2.ebuild ChangeLog qdoc-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:46

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

Revision  ChangesPath
1.3  dev-qt/qdoc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdoc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml8 Jan 2015 22:26:52 -   1.2
+++ metadata.xml17 Jun 2015 15:19:46 -  1.3
@@ -4,6 +4,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.11 dev-qt/qdoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdoc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 May 2015 10:48:02 -  1.10
+++ ChangeLog   17 Jun 2015 15:19:46 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qdoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdoc/ChangeLog,v 1.10 2015/05/16 
10:48:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdoc/ChangeLog,v 1.11 2015/06/17 
15:19:46 pesa Exp $
+
+*qdoc-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qdoc-5.4.2.ebuild,
+  -qdoc-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  qdoc-5.4.1.ebuild:
   Mark ~ppc64 too.



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

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

Index: qdoc-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/qdoc/qdoc-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:46 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="Qt documentation generator"

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

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtxml-${PV}
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/tools/qdoc
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: metadata.xml qtcore-5.4.2.ebuild ChangeLog qtcore-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:20:06

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

Revision  ChangesPath
1.5  dev-qt/qtcore/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:30:41 -   1.4
+++ metadata.xml17 Jun 2015 15:20:06 -  1.5
@@ -11,6 +11,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.81 dev-qt/qtcore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   30 May 2015 10:52:45 -  1.80
+++ ChangeLog   17 Jun 2015 15:20:06 -  1.81
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtcore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.80 2015/05/30 
10:52:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.81 2015/06/17 
15:20:06 pesa Exp $
+
+*qtcore-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qtcore-5.4.2.ebuild,
+  -qtcore-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  qtcore-4.8.6-r2.ebuild:
   arm stable, bug #530238



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

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

Index: qtcore-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/qtcore/qtcore-5.4.2.ebuild,v 1.1 
2015/06/17 15:20:06 pesa Exp $

EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build

DESCRIPTION="Cross-platform application development framework"

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

IUSE="icu systemd"

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

QT5_TARGET_SUBDIRS=(
src/tools/bootstrap
src/tools/moc
src/tools/rcc
src/corelib
src/tools/qlalr
)

src_configure() {
local myconf=(
$(qt_use icu)
$(qt_use systemd journald)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/linguist-tools: metadata.xml linguist-tools-5.4.2.ebuild ChangeLog linguist-tools-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:19:07

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

Revision  ChangesPath
1.5  dev-qt/linguist-tools/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:26:02 -   1.4
+++ metadata.xml17 Jun 2015 15:19:07 -  1.5
@@ -7,6 +7,6 @@
qt

https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.14 dev-qt/linguist-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 May 2015 10:59:08 -  1.13
+++ ChangeLog   17 Jun 2015 15:19:07 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/linguist-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v 1.13 
2015/05/16 10:59:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v 1.14 
2015/06/17 15:19:07 pesa Exp $
+
+*linguist-tools-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +linguist-tools-5.4.2.ebuild,
+  -linguist-tools-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   16 May 2015; Jeroen Roovers  linguist-tools-5.4.1.ebuild:
   Mark ~ppc64 too.



1.1  dev-qt/linguist-tools/linguist-tools-5.4.2.ebuild

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

Index: linguist-tools-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/linguist-tools/linguist-tools-5.4.2.ebuild,v 1.1 
2015/06/17 15:19:07 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="Tools for working with Qt translation data files"

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

IUSE="qml"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtxml-${PV}:5
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/linguist
)

src_prepare() {
sed -i -e '/SUBDIRS += linguist/d' \
src/linguist/linguist.pro || die

qt_use_disable_mod qml qmldevtools-private \
src/linguist/lupdate/lupdate.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/designer: designer-5.4.2.ebuild metadata.xml ChangeLog designer-5.4.1.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 15:18:47

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

Revision  ChangesPath
1.5  dev-qt/designer/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/designer/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 Jan 2015 22:31:31 -   1.4
+++ metadata.xml17 Jun 2015 15:18:46 -  1.5
@@ -12,6 +12,6 @@


https://bugreports.qt.io/
-   http://qt-project.org/doc/
+   http://doc.qt.io/

 



1.37 dev-qt/designer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   30 May 2015 11:03:08 -  1.36
+++ ChangeLog   17 Jun 2015 15:18:46 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/designer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.36 2015/05/30 
11:03:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.37 2015/06/17 
15:18:46 pesa Exp $
+
+*designer-5.4.2 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +designer-5.4.2.ebuild,
+  -designer-5.4.1.ebuild, metadata.xml:
+  Version bump.
 
   30 May 2015; Markus Meier  designer-4.8.6-r1.ebuild:
   arm stable, bug #530238



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

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

Index: designer-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/designer/designer-5.4.2.ebuild,v 1.1 
2015/06/17 15:18:46 pesa Exp $

EAPI=5
QT5_MODULE="qttools"
inherit qt5-build

DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"

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

IUSE="declarative webkit"

DEPEND="
>=dev-qt/qtcore-${PV}:5
>=dev-qt/qtgui-${PV}:5
>=dev-qt/qtnetwork-${PV}:5
>=dev-qt/qtprintsupport-${PV}:5
>=dev-qt/qtwidgets-${PV}:5
>=dev-qt/qtxml-${PV}:5
declarative? ( >=dev-qt/qtdeclarative-${PV}:5[widgets] )
webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/designer
)

src_prepare() {
qt_use_disable_mod declarative quickwidgets \
src/designer/src/plugins/plugins.pro

qt_use_disable_mod webkit webkitwidgets \
src/designer/src/plugins/plugins.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: qt-docs-5.4.2_p0.ebuild metadata.xml ChangeLog qt-docs-5.4.1_p0.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 13:46:28

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

Revision  ChangesPath
1.2  dev-qt/qt-docs/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml15 Mar 2015 02:26:52 -  1.1
+++ metadata.xml17 Jun 2015 13:46:28 -  1.2
@@ -4,6 +4,6 @@
   qt
   
 https://bugreports.qt.io/
-http://qt-project.org/doc/
+http://doc.qt.io/
   
 



1.4  dev-qt/qt-docs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   1 Apr 2015 20:44:49 -   1.3
+++ ChangeLog   17 Jun 2015 13:46:28 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qt-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.3 2015/04/01 
20:44:49 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.4 2015/06/17 
13:46:28 pesa Exp $
+
+*qt-docs-5.4.2_p0 (17 Jun 2015)
+
+  17 Jun 2015; Davide Pesavento  +qt-docs-5.4.2_p0.ebuild,
+  -qt-docs-5.4.1_p0.ebuild, metadata.xml:
+  Version bump.
 
 *qt-docs-5.4.1_p0 (01 Apr 2015)
 



1.1  dev-qt/qt-docs/qt-docs-5.4.2_p0.ebuild

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

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

EAPI=5

inherit versionator

MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)

DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
HOMEPAGE="https://www.qt.io/";
SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV/_p/-}qt5_docs.7z";

LICENSE="FDL-1.3"
SLOT="5"
KEYWORDS="~amd64 ~x86"

DEPEND="app-arch/p7zip"

S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)

src_install() {
# remove global docs that conflict with qtcore
rm -rf global

# ${PV} instead of ${PF} is intentional
local dest=/usr/share/doc/qt-${PV%%_p*}
insinto "${dest}"
doins -r *
docompress -x "${dest}"
}






  1   2   3   4   5   6   7   8   >