chithanh 15/02/17 13:51:46 Modified: xauth-1.0.9-r1.ebuild ChangeLog Added: xauth-1.0.9-r2.ebuild Log: Restrict tests so 1.0.9-r1 can go stable, bug #511202. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.2 x11-apps/xauth/xauth-1.0.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild?r1=1.1&r2=1.2 Index: xauth-1.0.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xauth-1.0.9-r1.ebuild 28 Nov 2014 15:33:42 -0000 1.1 +++ xauth-1.0.9-r1.ebuild 17 Feb 2015 13:51:46 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.1 2014/11/28 15:33:42 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.2 2015/02/17 13:51:46 chithanh Exp $ EAPI=4 @@ -17,6 +17,7 @@ x11-libs/libXmu" DEPEND="${RDEPEND}" +RESTRICT="test" # Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202. # test? ( dev-util/cmdtest ) 1.102 x11-apps/xauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 28 Nov 2014 15:35:15 -0000 1.101 +++ ChangeLog 17 Feb 2015 13:51:46 -0000 1.102 @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xauth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.101 2014/11/28 15:35:15 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.102 2015/02/17 13:51:46 chithanh Exp $ + +*xauth-1.0.9-r2 (17 Feb 2015) + + 17 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + +xauth-1.0.9-r2.ebuild, xauth-1.0.9-r1.ebuild: + Restrict tests so 1.0.9-r1 can go stable, bug #511202. *xauth-1.0.9-r1 (28 Nov 2014) 1.1 x11-apps/xauth/xauth-1.0.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r2.ebuild?rev=1.1&content-type=text/plain Index: xauth-1.0.9-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r2.ebuild,v 1.1 2015/02/17 13:51:46 chithanh Exp $ EAPI=4 inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" RDEPEND="x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXmu" DEPEND="${RDEPEND}" # Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202. # test? ( dev-util/cmdtest ) src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) ) xorg-2_src_configure } src_test() { # Address sandbox failure, bug #527574 addwrite /proc/self/comm autotools-utils_src_test }
