From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-880299-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 8A46513823A
	for <garchives@archives.gentoo.org>; Sat,  7 May 2016 09:29:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 433DFE0817;
	Sat,  7 May 2016 09:29:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 41B81E080E
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:29:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DA2CB340871
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:29:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D5195E
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:29:38 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1462613241.33e15f4ca19780de8721d34daca2f571eebc6d80.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 33e15f4ca19780de8721d34daca2f571eebc6d80
X-VCS-Branch: master
Date: Sat,  7 May 2016 09:29:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f60c5b4d-bf87-4f76-8db8-df09644b3e2d
X-Archives-Hash: 203b4151c00d717dcaa1d30574ada5d4

commit:     33e15f4ca19780de8721d34daca2f571eebc6d80
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 09:27:21 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May  7 09:27:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=33e15f4c

Merge remote-tracking branch 'github/master'

* github/master:
  use QT5 as default use-flag
  sci-visualization/mricrogl: this version will not compile with fpc 3
  sci-libs/vtk: new revision with qt5 useflag, updated ebuild to EAPI 6

 sci-libs/vtk/Manifest                              |   4 +
 sci-libs/vtk/files/vtk-6.1.0-freetype.patch        |  22 ++
 sci-libs/vtk/files/vtk-6.1.0-gdal2.patch           |  33 ++
 sci-libs/vtk/files/vtk-6.1.0-glext.patch           |  13 +
 sci-libs/vtk/files/vtk-6.1.0-install.patch         |  19 +
 sci-libs/vtk/files/vtk-6.1.0-memset.patch          | 147 ++++++++
 sci-libs/vtk/files/vtk-6.1.0-netcdf.patch          |  29 ++
 sci-libs/vtk/files/vtk-6.1.0-system.patch          |  27 ++
 sci-libs/vtk/files/vtk-6.1.0-web.patch             |  25 ++
 sci-libs/vtk/metadata.xml                          |  35 ++
 sci-libs/vtk/vtk-6.1.0-r3.ebuild                   | 420 +++++++++++++++++++++
 .../mricrogl/mricrogl-1.0.20151111.ebuild          |   2 +-
 12 files changed, 775 insertions(+), 1 deletion(-)