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 4F68D138CCA for ; Mon, 30 Mar 2015 15:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89A2E08D2; Mon, 30 Mar 2015 15:37: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 67201E08BA for ; Mon, 30 Mar 2015 15:37:57 +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 3AC99340AE3 for ; Mon, 30 Mar 2015 15:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF3314DAF for ; Mon, 30 Mar 2015 15:37:52 +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: <1427729860.2f9fb5123552ebc27eda3f29d22c4ac87cfe1b2a.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/qmf/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/qmf/qmf-9999.ebuild X-VCS-Directories: net-libs/qmf/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 2f9fb5123552ebc27eda3f29d22c4ac87cfe1b2a X-VCS-Branch: master Date: Mon, 30 Mar 2015 15:37:52 +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: abe4bcea-9958-4456-aaed-59759fe49b8c X-Archives-Hash: a7d6835f4051e420199b410eb000251a commit: 2f9fb5123552ebc27eda3f29d22c4ac87cfe1b2a Author: Davide Pesavento gentoo org> AuthorDate: Mon Mar 30 15:37:40 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Mar 30 15:37:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2f9fb512 [net-libs/qmf] Sync. Package-Manager: portage-2.2.18 net-libs/qmf/qmf-9999.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild index 1585667..2eb8cb9 100644 --- a/net-libs/qmf/qmf-9999.ebuild +++ b/net-libs/qmf/qmf-9999.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.1 2013/08/11 23:35:41 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.6 2015/03/30 15:34:56 pesa Exp $ EAPI=5 inherit qt4-r2 -if [[ ${PV} == *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://gitorious.org/qt-labs/messagingframework.git - https://git.gitorious.org/qt-labs/messagingframework.git" +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI=( + "git://code.qt.io/qt-labs/messagingframework.git" + "https://code.qt.io/git/qt-labs/messagingframework.git" + ) else SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz" S=${WORKDIR}/qt-labs-messagingframework fi DESCRIPTION="The Qt Messaging Framework" -HOMEPAGE="http://qt.gitorious.org/qt-labs/messagingframework" +HOMEPAGE="https://code.qt.io/cgit/qt-labs/messagingframework.git/" LICENSE="LGPL-2.1" SLOT="0"