diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-03-30 15:34:56 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-03-30 15:34:56 +0000 |
commit | b0b6debc74166a0d75ce4119d56dc0bca8f03a5c (patch) | |
tree | 4039a88ffa2bcbda037ffb74fbf8176d3d550564 /net-libs | |
parent | dev-vcs/svn2git: Use off-Gitorious mirror for tarballs (bug #544844) (diff) | |
download | gentoo-2-b0b6debc74166a0d75ce4119d56dc0bca8f03a5c.tar.gz gentoo-2-b0b6debc74166a0d75ce4119d56dc0bca8f03a5c.tar.bz2 gentoo-2-b0b6debc74166a0d75ce4119d56dc0bca8f03a5c.zip |
Switch to code.qt.io (bug 544860) and to git-r3 eclass.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/qmf/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/qmf/qmf-4.0.3.ebuild | 16 |
2 files changed, 14 insertions, 9 deletions
diff --git a/net-libs/qmf/ChangeLog b/net-libs/qmf/ChangeLog index 6877c734b956..04a6ab5ce2cb 100644 --- a/net-libs/qmf/ChangeLog +++ b/net-libs/qmf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/qmf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/ChangeLog,v 1.14 2014/10/12 13:01:32 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/ChangeLog,v 1.15 2015/03/30 15:34:56 pesa Exp $ + + 30 Mar 2015; Davide Pesavento <pesa@gentoo.org> qmf-4.0.3.ebuild: + Switch to code.qt.io (bug 544860) and to git-r3 eclass. 12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> qmf-4.0.3.ebuild: Add ~ppc64 keyword wrt bug #507896 diff --git a/net-libs/qmf/qmf-4.0.3.ebuild b/net-libs/qmf/qmf-4.0.3.ebuild index f0e7a344fee0..283ec7c735ff 100644 --- a/net-libs/qmf/qmf-4.0.3.ebuild +++ b/net-libs/qmf/qmf-4.0.3.ebuild @@ -1,22 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.5 2014/10/12 13:01:32 zlogene 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" |