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 ED2A5138010 for ; Thu, 1 Nov 2012 08:26:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42EB121C0D1; Thu, 1 Nov 2012 08:26:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8F7E21C0D1 for ; Thu, 1 Nov 2012 08:26:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF25433D9A1 for ; Thu, 1 Nov 2012 08:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 677A4E5436 for ; Thu, 1 Nov 2012 08:26:21 +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: <1351758313.f87e8be9fae4bdd3b88e8c19fcd1550df1c717d2.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: 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: f87e8be9fae4bdd3b88e8c19fcd1550df1c717d2 X-VCS-Branch: master Date: Thu, 1 Nov 2012 08:26:21 +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: a029723d-5abf-4f9e-9d04-834a3c04bb82 X-Archives-Hash: 1073b71e5362ace58c32f122b5da9cea commit: f87e8be9fae4bdd3b88e8c19fcd1550df1c717d2 Author: Davide Pesavento gmail com> AuthorDate: Thu Nov 1 08:25:13 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Nov 1 08:25:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f87e8be9 Update Qt homepage (s/nokia/digia/). --- eclass/qt4-build.eclass | 2 +- eclass/qt5-build.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index df37b64..ed50795 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.nokia.com/" +HOMEPAGE="http://qt-project.org/ http://qt.digia.com/" LICENSE="|| ( LGPL-2.1 GPL-3 )" MY_PV=${PV/_/-} diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index ae704f2..738e70d 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -26,7 +26,7 @@ fi EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postinst pkg_postrm -HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/" +HOMEPAGE="http://qt-project.org/ http://qt.digia.com/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="5"