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: Sat, 22 Dec 2007 16:29:11
Message-Id: E1J67Dg-0006vf-HU@stork.gentoo.org
1 caleb 07/12/22 16:29:00
2
3 Modified: qt4-build.eclass
4 Log:
5 Some new functions
6
7 Revision Changes Path
8 1.4 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.3&r2=1.4
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- qt4-build.eclass 21 Dec 2007 21:44:03 -0000 1.3
21 +++ qt4-build.eclass 22 Dec 2007 16:28:59 -0000 1.4
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.3 2007/12/21 21:44:03 caleb Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.4 2007/12/22 16:28:59 caleb Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -52,6 +52,11 @@
31 fi
32 }
33
34 +qt4-build_src_install() {
35 + install_directories "${QT4_TARGET_DIRECTORIES}"
36 + fix_library_files
37 +}
38 +
39 standard_configure_options() {
40 local myconf=""
41
42 @@ -75,6 +80,10 @@
43 echo "${myconf}"
44 }
45
46 +build_target_directories() {
47 + build_directories "${QT4_TARGET_DIRECTORIES}"
48 +}
49 +
50 build_directories() {
51 local dirs="$@"
52 for x in ${dirs}; do
53 @@ -176,4 +185,4 @@
54 echo "${spec}"
55 }
56
57 -EXPORT_FUNCTIONS pkg_setup src-unpack
58 +EXPORT_FUNCTIONS pkg_setup src_unpack src_install
59
60
61
62 --
63 gentoo-commits@g.o mailing list