zx2c4 14/04/23 17:09:08 Modified: pass-9999.ebuild ChangeLog Log: Turns out the default test phase worked fine. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Revision Changes Path 1.8 app-admin/pass/pass-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?r1=1.7&r2=1.8 Index: pass-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pass-9999.ebuild 23 Apr 2014 17:06:25 -0000 1.7 +++ pass-9999.ebuild 23 Apr 2014 17:09:08 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.7 2014/04/23 17:06:25 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.8 2014/04/23 17:09:08 zx2c4 Exp $ EAPI=4 @@ -50,7 +50,3 @@ use fish-completion && COMPS+=( "FORCE_FISHCOMP=1" ) emake DESTDIR="${D}" "${COMPS[@]}" install } - -src_test() { - emake test -} 1.12 app-admin/pass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 23 Apr 2014 17:06:25 -0000 1.11 +++ ChangeLog 23 Apr 2014 17:09:08 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for app-admin/pass # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.11 2014/04/23 17:06:25 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.12 2014/04/23 17:09:08 zx2c4 Exp $ + + 23 Apr 2014; Jason A. Donenfeld <[email protected]> pass-9999.ebuild: + Turns out the default test phase worked fine. 23 Apr 2014; Jason A. Donenfeld <[email protected]> pass-9999.ebuild: Add test phase
