Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: qt-core-4.4.0_rc1.ebuild
Date: Sun, 23 Dec 2007 20:49:04
Message-Id: E1J6Xko-000814-C6@stork.gentoo.org
1 caleb 07/12/23 20:48:58
2
3 Modified: qt-core-4.4.0_rc1.ebuild
4 Log:
5 Add doc flag and install htmldocs
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.5 x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild?r1=1.4&r2=1.5
14
15 Index: qt-core-4.4.0_rc1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- qt-core-4.4.0_rc1.ebuild 22 Dec 2007 16:35:34 -0000 1.4
22 +++ qt-core-4.4.0_rc1.ebuild 23 Dec 2007 20:48:57 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.4 2007/12/22 16:35:34 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.5 2007/12/23 20:48:57 caleb Exp $
28
29 EAPI=1
30
31 @@ -19,7 +19,7 @@
32 SLOT="4"
33 KEYWORDS="~x86"
34
35 -IUSE="glib qt3support ssl"
36 +IUSE="doc glib qt3support ssl"
37
38 RDEPEND="ssl? ( dev-libs/openssl )
39 sys-libs/zlib
40 @@ -65,6 +65,8 @@
41 # TODO: don't override qconfig.pri when a new fresh set of options if there are some already installed on the system
42 cd "${S}" && emake INSTALL_ROOT="${D}" install_mkspecs || die
43
44 + use doc && emake INSTALL_ROOT="${D}" install_htmldocs
45 +
46 fix_library_files
47
48 # List all the multilib libdirs
49
50
51
52 --
53 gentoo-commits@g.o mailing list