Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Thu, 01 Nov 2012 08:26:38
Message-Id: 1351758313.f87e8be9fae4bdd3b88e8c19fcd1550df1c717d2.pesa@gentoo
1 commit: f87e8be9fae4bdd3b88e8c19fcd1550df1c717d2
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 1 08:25:13 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 08:25:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f87e8be9
7
8 Update Qt homepage (s/nokia/digia/).
9
10 ---
11 eclass/qt4-build.eclass | 2 +-
12 eclass/qt5-build.eclass | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
16 index df37b64..ed50795 100644
17 --- a/eclass/qt4-build.eclass
18 +++ b/eclass/qt4-build.eclass
19 @@ -23,7 +23,7 @@ else
20 QT4_BUILD_TYPE="release"
21 fi
22
23 -HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/"
24 +HOMEPAGE="http://qt-project.org/ http://qt.digia.com/"
25 LICENSE="|| ( LGPL-2.1 GPL-3 )"
26
27 MY_PV=${PV/_/-}
28
29 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
30 index ae704f2..738e70d 100644
31 --- a/eclass/qt5-build.eclass
32 +++ b/eclass/qt5-build.eclass
33 @@ -26,7 +26,7 @@ fi
34
35 EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postinst pkg_postrm
36
37 -HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/"
38 +HOMEPAGE="http://qt-project.org/ http://qt.digia.com/"
39 LICENSE="|| ( LGPL-2.1 GPL-3 )"
40 SLOT="5"