From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B87C6138208 for ; Thu, 28 Apr 2016 13:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1070E0845; Thu, 28 Apr 2016 13:25:38 +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 F0303E0855 for ; Thu, 28 Apr 2016 13:25:37 +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 1EDBF340B53 for ; Thu, 28 Apr 2016 13:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BAB334 for ; Thu, 28 Apr 2016 13:25:32 +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: <1461826636.0b8bfb5b38a4984566cf24381a8ba4b73db95d98.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/ X-VCS-Repository: proj/qt X-VCS-Files: www-client/qupzilla/qupzilla-9999.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 0b8bfb5b38a4984566cf24381a8ba4b73db95d98 X-VCS-Branch: master Date: Thu, 28 Apr 2016 13:25:32 +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-Archives-Salt: 06710497-1112-42a9-8dce-da35ed0174c9 X-Archives-Hash: e06f9fc01a297488fab5a00d45086b11 commit: 0b8bfb5b38a4984566cf24381a8ba4b73db95d98 Author: Jimi Huotari gentoo org> AuthorDate: Tue Apr 26 20:49:46 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Apr 28 06:57:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b8bfb5b www-client/qupzilla: Update description. Package-Manager: portage-2.2.28 www-client/qupzilla/qupzilla-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild index 10ccc6e..388d308 100644 --- a/www-client/qupzilla/qupzilla-9999.ebuild +++ b/www-client/qupzilla/qupzilla-9999.ebuild @@ -23,7 +23,7 @@ PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older arc inherit eutils l10n multilib qmake-utils ${VCS_ECLASS} -DESCRIPTION="Qt WebKit web browser" +DESCRIPTION="A cross-platform web browser using Qt WebEngine" HOMEPAGE="http://www.qupzilla.com/" SRC_URI+="https://github.com/${MY_PN}/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"