Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qmake-utils.eclass
Date: Sun, 31 May 2015 12:51:10
Message-Id: 20150531125107.92586A10@oystercatcher.gentoo.org
1 pesa 15/05/31 12:51:07
2
3 Modified: qmake-utils.eclass
4 Log:
5 Add comment.
6
7 Revision Changes Path
8 1.9 eclass/qmake-utils.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qmake-utils.eclass?r1=1.8&r2=1.9
13
14 Index: qmake-utils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- qmake-utils.eclass 10 May 2015 15:24:30 -0000 1.8
21 +++ qmake-utils.eclass 31 May 2015 12:51:07 -0000 1.9
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.8 2015/05/10 15:24:30 pesa Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qmake-utils.eclass,v 1.9 2015/05/31 12:51:07 pesa Exp $
27
28 # @ECLASS: qmake-utils.eclass
29 # @MAINTAINER:
30 @@ -10,6 +10,9 @@
31 # @BLURB: Common functions for qmake-based packages.
32 # @DESCRIPTION:
33 # Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
34 +#
35 +# This eclass does not set any metadata variables nor export any phase
36 +# functions. It can be inherited safely.
37
38 if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
39 _QMAKE_UTILS_ECLASS=1