public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: metadata.xml ChangeLog qt-script-4.7.1-r1.ebuild qt-script-4.7.1.ebuild
@ 2010-11-19  3:25 TomAs Touceda (chiiph)
  0 siblings, 0 replies; only message in thread
From: TomAs Touceda (chiiph) @ 2010-11-19  3:25 UTC (permalink / raw
  To: gentoo-commits

chiiph      10/11/19 03:25:40

  Modified:             metadata.xml ChangeLog
  Added:                qt-script-4.7.1-r1.ebuild
  Removed:              qt-script-4.7.1.ebuild
  Log:
  Revbump: Adds jit useflag wrt bug 338243
  
  (Portage version: 2.2_rc90/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-libs/qt-script/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	21 Sep 2010 15:01:32 -0000	1.3
+++ metadata.xml	19 Nov 2010 03:25:40 -0000	1.4
@@ -7,5 +7,6 @@
 			inside the event loop (recommended by Nokia)</flag>
 		<flag name="private-headers">Install Qt declarative private headers
 			required by Qt-creator QmlDesigner and QmlInspector plugins"</flag>
+		<flag name="jit">Enables JIT for Javascript usage inside Qt</flag>
 	</use>
 </pkgmetadata>



1.84                 x11-libs/qt-script/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	9 Nov 2010 15:48:49 -0000	1.83
+++ ChangeLog	19 Nov 2010 03:25:40 -0000	1.84
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/qt-script
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.83 2010/11/09 15:48:49 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.84 2010/11/19 03:25:40 chiiph Exp $
+
+*qt-script-4.7.1-r1 (19 Nov 2010)
+
+  19 Nov 2010; Tomas Touceda <chiiph@gentoo.org> -qt-script-4.7.1.ebuild,
+  +qt-script-4.7.1-r1.ebuild, metadata.xml:
+  Revbump: Adds jit useflag wrt bug 338243
 
 *qt-script-4.7.1 (09 Nov 2010)
 



1.1                  x11-libs/qt-script/qt-script-4.7.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.7.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.7.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: qt-script-4.7.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.7.1-r1.ebuild,v 1.1 2010/11/19 03:25:40 chiiph Exp $

EAPI="3"
inherit qt4-build

DESCRIPTION="The ECMAScript module for the Qt toolkit"
SLOT="4"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="iconv +jit private-headers"

DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="src/script/"
	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
		include/Qt/
		include/QtCore/
		include/QtScript/
		src/3rdparty/javascriptcore/
		src/corelib/"

	qt4-build_pkg_setup
}

src_configure() {
	myconf="${myconf} $(qt_use iconv) $(qt_use jit javascript-jit) -no-xkb
		-no-fontconfig -no-xrender -no-xrandr -no-xfixes -no-xcursor -no-xinerama
		-no-xshape -no-sm -no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif
		-no-libpng -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
		-no-accessibility -no-fontconfig -no-glib -no-opengl -no-svg
		-no-gtkstyle"
	qt4-build_src_configure
}

src_install() {
	qt4-build_src_install
	#install private headers
	if use private-headers; then
		insinto "${QTHEADERDIR#${EPREFIX}}"/QtScript/private
		find "${S}"/src/script -type f -name "*_p.h" -exec doins {} \;
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-19  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19  3:25 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: metadata.xml ChangeLog qt-script-4.7.1-r1.ebuild qt-script-4.7.1.ebuild TomAs Touceda (chiiph)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox