Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.4.1.ebuild
Date: Mon, 11 Aug 2008 13:08:17
Message-Id: E1KSX86-00020i-JD@stork.gentoo.org
1 yngwin 08/08/11 13:08:10
2
3 Modified: ChangeLog
4 Added: qt-script-4.4.1.ebuild
5 Log:
6 Version bump to 4.4.1
7 (Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686)
8
9 Revision Changes Path
10 1.11 x11-libs/qt-script/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 13 Jun 2008 23:23:58 -0000 1.10
23 +++ ChangeLog 11 Aug 2008 13:08:10 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt-script
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.10 2008/06/13 23:23:58 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.11 2008/08/11 13:08:10 yngwin Exp $
29 +
30 +*qt-script-4.4.1 (11 Aug 2008)
31 +
32 + 11 Aug 2008; Ben de Groot <yngwin@g.o> +qt-script-4.4.1.ebuild:
33 + Version bump
34
35 13 Jun 2008; Ingmar Vanhassel <ingmar@g.o> qt-script-4.4.0.ebuild:
36 Make all split Qt4 ebuilds block the old monolithic ebuild.
37
38
39
40 1.1 x11-libs/qt-script/qt-script-4.4.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.4.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.4.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-script-4.4.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.4.1.ebuild,v 1.1 2008/08/11 13:08:10 yngwin Exp $
50
51 EAPI="1"
52 inherit qt4-build
53
54 DESCRIPTION="The ECMAScript module for the Qt toolkit"
55 HOMEPAGE="http://www.trolltech.com/"
56
57 LICENSE="|| ( GPL-3 GPL-2 )"
58 SLOT="4"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="~x11-libs/qt-core-${PV}
63 !<=x11-libs/qt-4.4.0_alpha:${SLOT}"
64 RDEPEND="${DEPEND}"
65
66 QT4_TARGET_DIRECTORIES="src/script/"
67 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
68 include/Qt/
69 include/QtCore/
70 include/QtScript/
71 src/corelib/global/
72 src/corelib/kernel/
73 src/corelib/plugin/"
74
75 src_compile() {
76 local myconf
77 myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr
78 -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
79 -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
80 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
81 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
82 -no-fontconfig -no-glib -no-opengl -no-svg"
83
84 qt4-build_src_compile
85 }