pesa 14/11/15 02:35:13 Modified: ChangeLog Added: qdbusviewer-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.17 dev-qt/qdbusviewer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbusviewer/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbusviewer/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbusviewer/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 16 Sep 2014 14:44:32 -0000 1.16 +++ ChangeLog 15 Nov 2014 02:35:13 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/qdbusviewer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v 1.16 2014/09/16 14:44:32 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/ChangeLog,v 1.17 2014/11/15 02:35:13 pesa Exp $ + +*qdbusviewer-4.8.6-r1 (15 Nov 2014) + + 15 Nov 2014; Davide Pesavento <[email protected]> +qdbusviewer-4.8.6-r1.ebuild: + Version bump (bug 510042). Add multilib support (bug 498010). *qdbusviewer-5.3.2 (16 Sep 2014) 1.1 dev-qt/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild?rev=1.1&content-type=text/plain Index: qdbusviewer-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/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:35:13 pesa Exp $ EAPI=5 inherit eutils qt4-build-multilib DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages" 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="" DEPEND=" ~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ~dev-qt/qtdbus-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES="tools/qdbus/qdbusviewer" multilib_src_configure() { local myconf=( -system-libpng -system-libjpeg -system-zlib -no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2 -no-sql-odbc -sm -xshape -xsync -xcursor -xfixes -xrandr -xrender -mitshm -xinput -xkb -fontconfig -no-svg -no-webkit -no-phonon -no-opengl ) qt4_multilib_src_configure } multilib_src_install_all() { qt4_multilib_src_install_all newicon tools/qdbus/qdbusviewer/images/qdbusviewer-128.png qdbusviewer.png make_desktop_entry qdbusviewer QDBusViewer qdbusviewer 'Qt;Development' }
