commit: 2f9fb5123552ebc27eda3f29d22c4ac87cfe1b2a
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 15:37:40 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> 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"