Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Sun, 23 Dec 2007 20:48:40
Message-Id: E1J6XkM-00080K-NJ@stork.gentoo.org
1 caleb 07/12/23 20:48:30
2
3 Modified: qt4-build.eclass
4 Log:
5 Slightly change to doc dir
6
7 Revision Changes Path
8 1.6 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.5&r2=1.6
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- qt4-build.eclass 22 Dec 2007 17:32:55 -0000 1.5
21 +++ qt4-build.eclass 23 Dec 2007 20:48:30 -0000 1.6
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.5 2007/12/22 17:32:55 caleb Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.6 2007/12/23 20:48:30 caleb Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -23,7 +23,7 @@
31 QTLIBDIR=/usr/$(get_libdir)/qt4
32 QTPCDIR=/usr/$(get_libdir)/pkgconfig
33 QTDATADIR=/usr/share/qt4
34 - QTDOCDIR=/usr/share/doc/${PF}
35 + QTDOCDIR=/usr/share/doc/qt-${PV}
36 QTHEADERDIR=/usr/include/qt4
37 QTPLUGINDIR=${QTLIBDIR}/plugins
38 QTSYSCONFDIR=/etc/qt4
39
40
41
42 --
43 gentoo-commits@g.o mailing list