ssuominen 14/07/20 19:26:04 Modified: libvdpau-0.8.ebuild ChangeLog Log: Use virtualx.eclass for the testsuite wrt #517604 by Nikoli (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 x11-libs/libvdpau/libvdpau-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild?r1=1.1&r2=1.2 Index: libvdpau-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libvdpau-0.8.ebuild 20 Jul 2014 15:31:24 -0000 1.1 +++ libvdpau-0.8.ebuild 20 Jul 2014 19:26:04 -0000 1.2 @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild,v 1.1 2014/07/20 15:31:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.8.ebuild,v 1.2 2014/07/20 19:26:04 ssuominen Exp $ EAPI=5 -inherit autotools-multilib +VIRTUALX_REQUIRED="test" +inherit autotools-multilib virtualx DESCRIPTION="VDPAU wrapper and trace libraries" HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" @@ -39,6 +40,10 @@ autotools-multilib_src_configure } +multilib_src_test() { + Xemake check +} + src_install() { autotools-multilib_src_install prune_libtool_files --modules 1.35 x11-libs/libvdpau/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 20 Jul 2014 15:31:24 -0000 1.34 +++ ChangeLog 20 Jul 2014 19:26:04 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.34 2014/07/20 15:31:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.35 2014/07/20 19:26:04 ssuominen Exp $ + + 20 Jul 2014; Samuli Suominen <[email protected]> libvdpau-0.8.ebuild: + Use virtualx.eclass for the testsuite wrt #517604 by Nikoli *libvdpau-0.8 (20 Jul 2014)
