pesa 14/11/15 02:37:51 Modified: ChangeLog Added: qtscript-4.8.6-r1.ebuild Log: Version bump (bug 510042). Add multilib support (bug 498010). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.19 dev-qt/qtscript/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 16 Sep 2014 14:46:48 -0000 1.18 +++ ChangeLog 15 Nov 2014 02:37:51 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/qtscript # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.18 2014/09/16 14:46:48 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.19 2014/11/15 02:37:51 pesa Exp $ + +*qtscript-4.8.6-r1 (15 Nov 2014) + + 15 Nov 2014; Davide Pesavento <[email protected]> +qtscript-4.8.6-r1.ebuild: + Version bump (bug 510042). Add multilib support (bug 498010). *qtscript-5.3.2 (16 Sep 2014) 1.1 dev-qt/qtscript/qtscript-4.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r1.ebuild?rev=1.1&content-type=text/plain Index: qtscript-4.8.6-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:37:51 pesa Exp $ EAPI=5 inherit qt4-build-multilib DESCRIPTION="The QtScript module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="iconv +jit" DEPEND=" ~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES="src/script" QCONFIG_ADD="script" QCONFIG_DEFINE="QT_SCRIPT" multilib_src_configure() { local 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_multilib_src_configure }
