From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-849030-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 E57C81384B4
	for <garchives@archives.gentoo.org>; Fri, 27 Nov 2015 23:42:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F82221C045;
	Fri, 27 Nov 2015 23:42:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D2B2B21C02E
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Nov 2015 23:42:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9949434063E
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Nov 2015 23:42:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A5CE54
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Nov 2015 23:42:52 +0000 (UTC)
From: "Davide Pesavento" <pesa@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, "Davide Pesavento" <pesa@gentoo.org>
Message-ID: <1448667468.d5566c31f69f706b0ffabe7ff41425be370da903.pesa@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebchannel/
X-VCS-Repository: proj/qt
X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild
X-VCS-Directories: dev-qt/qtwebchannel/
X-VCS-Committer: pesa
X-VCS-Committer-Name: Davide Pesavento
X-VCS-Revision: d5566c31f69f706b0ffabe7ff41425be370da903
X-VCS-Branch: master
Date: Fri, 27 Nov 2015 23:42:52 +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: a030a8f6-f375-4a01-b199-2d3f189f13d9
X-Archives-Hash: ce84563540c9075d4b79d7ec946dca13

commit:     d5566c31f69f706b0ffabe7ff41425be370da903
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 23:37:48 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 23:37:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d5566c31

dev-qt/qtwebchannel: shorten DESCRIPTION to make repoman happy

Package-Manager: portage-2.2.26

 dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild | 2 +-
 dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild | 2 +-
 dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild
index b05fc25..6056495 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit qt5-build
 
-DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients"
+DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~x86"

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild
index b05fc25..6056495 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.6.9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit qt5-build
 
-DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients"
+DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~x86"

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild
index b05fc25..6056495 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit qt5-build
 
-DESCRIPTION="Qt5 framework module for integrating C++ and QML applications with HTML/JavaScript clients"
+DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~x86"