From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54D45138334 for ; Mon, 7 Jan 2019 19:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 175A7E0AC8; Mon, 7 Jan 2019 19:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0796E0AC8 for ; Mon, 7 Jan 2019 19:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF36335D11 for ; Mon, 7 Jan 2019 19:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D40384E3 for ; Mon, 7 Jan 2019 19:28:49 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1546889143.403859343e41e506fafe12c70f21392410c83049.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qt3d/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qt3d/qt3d-5.12.0.ebuild dev-qt/qt3d/qt3d-5.12.9999.ebuild dev-qt/qt3d/qt3d-5.9999.ebuild X-VCS-Directories: dev-qt/qt3d/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 403859343e41e506fafe12c70f21392410c83049 X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:28:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7612863f-a816-4a93-91a9-dac33ba186ba X-Archives-Hash: 93957ecf819b515ba8d0e691f4e5b13e commit: 403859343e41e506fafe12c70f21392410c83049 Author: Davide Pesavento gentoo org> AuthorDate: Mon Jan 7 19:25:43 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Jan 7 19:25:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=40385934 dev-qt/qt3d: tweak DESCRIPTION Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qt3d/qt3d-5.12.0.ebuild | 4 ++-- dev-qt/qt3d/qt3d-5.12.9999.ebuild | 4 ++-- dev-qt/qt3d/qt3d-5.9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-qt/qt3d/qt3d-5.12.0.ebuild b/dev-qt/qt3d/qt3d-5.12.0.ebuild index 40cf9458..875c47d5 100644 --- a/dev-qt/qt3d/qt3d-5.12.0.ebuild +++ b/dev-qt/qt3d/qt3d-5.12.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit qt5-build -DESCRIPTION="The 3D module for the Qt5 framework" +DESCRIPTION="3D rendering module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86" diff --git a/dev-qt/qt3d/qt3d-5.12.9999.ebuild b/dev-qt/qt3d/qt3d-5.12.9999.ebuild index e6563090..875c47d5 100644 --- a/dev-qt/qt3d/qt3d-5.12.9999.ebuild +++ b/dev-qt/qt3d/qt3d-5.12.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit qt5-build -DESCRIPTION="The 3D module for the Qt5 framework" +DESCRIPTION="3D rendering module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86" diff --git a/dev-qt/qt3d/qt3d-5.9999.ebuild b/dev-qt/qt3d/qt3d-5.9999.ebuild index e6563090..875c47d5 100644 --- a/dev-qt/qt3d/qt3d-5.9999.ebuild +++ b/dev-qt/qt3d/qt3d-5.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit qt5-build -DESCRIPTION="The 3D module for the Qt5 framework" +DESCRIPTION="3D rendering module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~x86"