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 3BA1113829C for ; Fri, 10 Jun 2016 01:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338E9141C9; Fri, 10 Jun 2016 01:45:11 +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 B492D254025 for ; Fri, 10 Jun 2016 01:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91F83340961 for ; Fri, 10 Jun 2016 01:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EDA7CFE for ; Fri, 10 Jun 2016 01:45:05 +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: <1465523098.b702c020c0bc03268469db9c0f332cf3be262e83.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/qbs/qbs-1.4.5.ebuild dev-util/qbs/qbs-1.5.1.ebuild X-VCS-Directories: dev-util/qbs/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: b702c020c0bc03268469db9c0f332cf3be262e83 X-VCS-Branch: master Date: Fri, 10 Jun 2016 01:45:05 +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: ddc218ee-da12-407b-b77a-a9c7dfa1d2eb X-Archives-Hash: 1a3d4db1e8454406af537557dd068068 commit: b702c020c0bc03268469db9c0f332cf3be262e83 Author: Davide Pesavento gentoo org> AuthorDate: Fri Jun 10 01:10:50 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jun 10 01:44:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b702c020 dev-util/qbs: update DESCRIPTION; use https in HOMEPAGE Package-Manager: portage-2.3.0_rc1 dev-util/qbs/qbs-1.4.5.ebuild | 4 ++-- dev-util/qbs/qbs-1.5.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/qbs/qbs-1.4.5.ebuild b/dev-util/qbs/qbs-1.4.5.ebuild index f789f54..48dd8e1 100644 --- a/dev-util/qbs/qbs-1.4.5.ebuild +++ b/dev-util/qbs/qbs-1.4.5.ebuild @@ -8,8 +8,8 @@ inherit qmake-utils MY_P=${PN}-src-${PV} -DESCRIPTION="Qt Build Suite" -HOMEPAGE="http://wiki.qt.io/Qbs" +DESCRIPTION="Cross-platform build tool" +HOMEPAGE="https://wiki.qt.io/Qbs" SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" diff --git a/dev-util/qbs/qbs-1.5.1.ebuild b/dev-util/qbs/qbs-1.5.1.ebuild index 0f9c5e4..c5c4488 100644 --- a/dev-util/qbs/qbs-1.5.1.ebuild +++ b/dev-util/qbs/qbs-1.5.1.ebuild @@ -8,8 +8,8 @@ inherit qmake-utils MY_P=${PN}-src-${PV} -DESCRIPTION="Qt Build Suite" -HOMEPAGE="http://wiki.qt.io/Qbs" +DESCRIPTION="Cross-platform build tool" +HOMEPAGE="https://wiki.qt.io/Qbs" SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )"