diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:19:01 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:19:01 +0000 |
commit | 382c5218103e60c810546771bb84bd26bc7144f5 (patch) | |
tree | 89c9ea72e7a6c3e6da6fbaf80c583c634c1322dc /x11-libs/qt-script | |
parent | Qt 4.5.0_rc1 version bump (diff) | |
download | gentoo-2-382c5218103e60c810546771bb84bd26bc7144f5.tar.gz gentoo-2-382c5218103e60c810546771bb84bd26bc7144f5.tar.bz2 gentoo-2-382c5218103e60c810546771bb84bd26bc7144f5.zip |
Qt 4.5.0_rc1 version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-script')
-rw-r--r-- | x11-libs/qt-script/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog index ec65affa4c0f..666fe23921ef 100644 --- a/x11-libs/qt-script/ChangeLog +++ b/x11-libs/qt-script/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-script # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.20 2009/02/06 16:20:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.21 2009/02/11 23:19:01 yngwin Exp $ + +*qt-script-4.5.0_rc1 (11 Feb 2009) + + 11 Feb 2009; Ben de Groot <yngwin@gentoo.org> +qt-script-4.5.0_rc1.ebuild: + Version bump 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-script-4.4.2.ebuild: ia64/sparc stable wrt #248038 diff --git a/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild b/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild new file mode 100644 index 000000000000..7e35e343186b --- /dev/null +++ b/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 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.5.0_rc1.ebuild,v 1.1 2009/02/11 23:19:01 yngwin Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The ECMAScript module for the Qt toolkit" +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="~x11-libs/qt-core-${PV}[debug=]" +RDEPEND="${DEPEND}" + +QT4_TARGET_DIRECTORIES="src/script/" +QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} +include/Qt/ +include/QtCore/ +include/QtScript/ +src/corelib/" + +src_configure() { + myconf="${myconf} -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 -iconv -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 +} |