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 6A6E0138CC4 for ; Sun, 29 Mar 2015 14:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B5B6E091F; Sun, 29 Mar 2015 14:01:39 +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 951EAE091F for ; Sun, 29 Mar 2015 14:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5607340AAA for ; Sun, 29 Mar 2015 14:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A42E14C73 for ; Sun, 29 Mar 2015 14:01:35 +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: <1427637682.9195dc50a31f0ded4b40f10c22fda362ec72c40f.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qt-creator/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9195dc50a31f0ded4b40f10c22fda362ec72c40f X-VCS-Branch: master Date: Sun, 29 Mar 2015 14:01:35 +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: 23425b42-ed6a-478f-b8d8-0da894078e68 X-Archives-Hash: 7fd743af0cd9a5f9fcd6567155b76b96 commit: 9195dc50a31f0ded4b40f10c22fda362ec72c40f Author: Davide Pesavento gentoo org> AuthorDate: Sun Mar 29 14:01:22 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Mar 29 14:01:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9195dc50 [dev-qt/qt-creator] Sync. Package-Manager: portage-2.2.18 dev-qt/qt-creator/qt-creator-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 489b2ba..25ac392 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.3.1.ebuild,v 1.1 2015/02/24 17:54:24 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.3.2.ebuild,v 1.3 2015/03/29 13:57:41 pesa Exp $ EAPI=5 @@ -15,8 +15,8 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )" if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI=( - "git://gitorious.org/${PN}/${PN}.git" - "https://git.gitorious.org/${PN}/${PN}.git" + "git://code.qt.io/${PN}/${PN}.git" + "https://code.qt.io/git/${PN}/${PN}.git" ) else MY_PV=${PV/_/-} @@ -57,7 +57,7 @@ RDEPEND=" >=dev-qt/qtxml-${QT_PV} >=sys-devel/gdb-7.4[client(+),python] clang? ( >=sys-devel/clang-3.2:= ) - qbs? ( >=dev-util/qbs-1.3.3[qt5] ) + qbs? ( >=dev-util/qbs-1.3.4 ) " DEPEND="${RDEPEND} >=dev-qt/linguist-tools-${QT_PV}