pesa 15/05/26 18:13:52 Modified: ChangeLog Added: qtopenvg-4.8.7.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.13 dev-qt/qtopenvg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopenvg/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopenvg/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopenvg/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 May 2015 11:30:11 -0000 1.12 +++ ChangeLog 26 May 2015 18:13:52 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/qtopenvg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.12 2015/05/16 11:30:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.13 2015/05/26 18:13:52 pesa Exp $ + +*qtopenvg-4.8.7 (26 May 2015) + + 26 May 2015; Davide Pesavento <[email protected]> +qtopenvg-4.8.7.ebuild: + Version bump. 16 May 2015; Pacho Ramos <[email protected]> qtopenvg-4.8.6-r1.ebuild: ppc stable wrt bug #530238 1.1 dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild?rev=1.1&content-type=text/plain Index: qtopenvg-4.8.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild,v 1.1 2015/05/26 18:13:52 pesa Exp $ EAPI=5 inherit qt4-build-multilib DESCRIPTION="The OpenVG module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="qt3support" DEPEND=" ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}] ~dev-qt/qtgui-${PV}[aqua=,debug=,egl,qt3support=,${MULTILIB_USEDEP}] media-libs/mesa[egl,openvg,${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES=" src/openvg src/plugins/graphicssystems/openvg" QCONFIG_ADD="openvg" QCONFIG_DEFINE="QT_OPENVG" multilib_src_configure() { local myconf=( -openvg -egl $(qt_use qt3support) ) qt4_multilib_src_configure } multilib_src_install_all() { qt4_multilib_src_install_all dodir /usr/share/qt4/graphicssystems echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/openvg || die }
