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 E525913838B for ; Mon, 22 Sep 2014 00:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BBAE0A10; Mon, 22 Sep 2014 00:09:10 +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 86A27E0A10 for ; Mon, 22 Sep 2014 00:09:09 +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 A42013401B3 for ; Mon, 22 Sep 2014 00:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613EBCAB for ; Mon, 22 Sep 2014 00:09:07 +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: <1411344526.9e6cc0d84df50c5998eb05b053e35fc12fdf318b.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass eclass/qt4-build.eclass eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9e6cc0d84df50c5998eb05b053e35fc12fdf318b X-VCS-Branch: master Date: Mon, 22 Sep 2014 00:09:07 +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: 31364e0e-db27-49b2-8941-8034df8dc24f X-Archives-Hash: 0628741f6c32b7e96f6445b8af10e073 commit: 9e6cc0d84df50c5998eb05b053e35fc12fdf318b Author: Davide Pesavento gentoo org> AuthorDate: Mon Sep 22 00:08:46 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Sep 22 00:08:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9e6cc0d8 [eclass] Fix SRC_URI (bug 523408) and update HOMEPAGE. --- eclass/qt4-build-multilib.eclass | 4 ++-- eclass/qt4-build.eclass | 4 ++-- eclass/qt5-build.eclass | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 7693930..876eb94 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -19,7 +19,7 @@ esac inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs -HOMEPAGE="http://qt-project.org/ http://qt.digia.com/" +HOMEPAGE="https://www.qt.io/ https://qt-project.org/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="4" @@ -36,7 +36,7 @@ case ${PV} in *) QT4_BUILD_TYPE="release" MY_P=qt-everywhere-opensource-src-${PV/_/-} - SRC_URI="http://download.qt-project.org/official_releases/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" + SRC_URI="http://download.qt-project.org/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} ;; esac diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index a2a0126..107d186 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -23,7 +23,7 @@ else QT4_BUILD_TYPE="release" fi -HOMEPAGE="http://qt-project.org/ http://qt.digia.com/" +HOMEPAGE="https://www.qt.io/ https://qt-project.org/" LICENSE="|| ( LGPL-2.1 GPL-3 )" case ${QT4_BUILD_TYPE} in @@ -36,7 +36,7 @@ case ${QT4_BUILD_TYPE} in ;; release) MY_P=qt-everywhere-opensource-src-${PV/_/-} - SRC_URI="http://download.qt-project.org/official_releases/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" + SRC_URI="http://download.qt-project.org/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} ;; esac diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 3607fc7..c160911 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -22,7 +22,7 @@ inherit eutils flag-o-matic multilib toolchain-funcs virtualx QT5_MINOR_VERSION=${PV#*.} QT5_MINOR_VERSION=${QT5_MINOR_VERSION%%.*} -HOMEPAGE="https://qt-project.org/" +HOMEPAGE="https://www.qt.io/ https://qt-project.org/" if [[ ${QT5_MINOR_VERSION} -ge 4 ]]; then LICENSE="|| ( LGPL-2.1 LGPL-3 )" else @@ -58,7 +58,7 @@ case ${PV} in # official stable releases QT5_BUILD_TYPE="release" MY_P=${QT5_MODULE}-opensource-src-${PV} - SRC_URI="http://download.qt-project.org/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" + SRC_URI="http://download.qt-project.org/archive/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} ;; esac