From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7AA2B1381FA for ; Wed, 14 May 2014 00:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C0CE08D1; Wed, 14 May 2014 00:17:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A6ADE08D1 for ; Wed, 14 May 2014 00:17:52 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7F6433FEEF for ; Wed, 14 May 2014 00:17:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id 935432004C; Wed, 14 May 2014 00:17:49 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/cvs: cvs-1.12.13.1-r1.ebuild cvs-1.12.12-r6.ebuild cvs-1.12.12-r8.ebuild cvs-1.12.13.1.ebuild cvs-1.12.12-r10.ebuild cvs-1.11.23.ebuild cvs-1.12.12-r7.ebuild cvs-1.12.13-r1.ebuild cvs-1.12.12-r9.ebuild cvs-1.12.13.1-r2.ebuild cvs-1.12.13-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cvs-1.12.13.1-r1.ebuild cvs-1.12.12-r6.ebuild cvs-1.12.12-r8.ebuild cvs-1.12.13.1.ebuild cvs-1.12.12-r10.ebuild cvs-1.11.23.ebuild cvs-1.12.12-r7.ebuild cvs-1.12.13-r1.ebuild cvs-1.12.12-r9.ebuild cvs-1.12.13.1-r2.ebuild cvs-1.12.13-r2.ebuild ChangeLog X-VCS-Directories: dev-vcs/cvs X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140514001749.935432004C@flycatcher.gentoo.org> Date: Wed, 14 May 2014 00:17:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4577a4b8-116d-4d84-a323-b802cfad59af X-Archives-Hash: 77b6954dd42ad0e020cd0c32321f7c1f robbat2 14/05/14 00:17:49 Modified: cvs-1.12.13.1-r1.ebuild cvs-1.12.12-r6.ebuild cvs-1.12.12-r8.ebuild cvs-1.12.13.1.ebuild cvs-1.12.12-r10.ebuild cvs-1.11.23.ebuild cvs-1.12.12-r7.ebuild cvs-1.12.13-r1.ebuild cvs-1.12.12-r9.ebuild cvs-1.12.13.1-r2.ebuild cvs-1.12.13-r2.ebuild ChangeLog Log: Convert "has test $FEATURES" to "use test", and replace old src_test blocking with RESTRICT=test. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.5 dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild?r1=1.4&r2=1.5 Index: cvs-1.12.13.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -p -w -b -B -u -u -r1.4 -r1.5 --- cvs-1.12.13.1-r1.ebuild 19 Jan 2014 10:30:16 -0000 1.4 +++ cvs-1.12.13.1-r1.ebuild 14 May 2014 00:17:49 -0000 1.5 @@ -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/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v 1.4 2014/01/19 10:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild,v 1.5 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -64,7 +64,7 @@ src_prepare() { src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy" 1.6 dev-vcs/cvs/cvs-1.12.12-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r6.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r6.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r6.ebuild?r1=1.5&r2=1.6 Index: cvs-1.12.12-r6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r6.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -p -w -b -B -u -u -r1.5 -r1.6 --- cvs-1.12.12-r6.ebuild 13 May 2014 19:26:46 -0000 1.5 +++ cvs-1.12.12-r6.ebuild 14 May 2014 00:17:49 -0000 1.6 @@ -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/dev-vcs/cvs/cvs-1.12.12-r6.ebuild,v 1.5 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r6.ebuild,v 1.6 2014/05/14 00:17:49 robbat2 Exp $ inherit eutils pam toolchain-funcs @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -79,7 +80,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.5 dev-vcs/cvs/cvs-1.12.12-r8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild?r1=1.4&r2=1.5 Index: cvs-1.12.12-r8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -p -w -b -B -u -u -r1.4 -r1.5 --- cvs-1.12.12-r8.ebuild 13 May 2014 19:26:46 -0000 1.4 +++ cvs-1.12.12-r8.ebuild 14 May 2014 00:17:49 -0000 1.5 @@ -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/dev-vcs/cvs/cvs-1.12.12-r8.ebuild,v 1.4 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r8.ebuild,v 1.5 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -81,7 +82,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.4 dev-vcs/cvs/cvs-1.12.13.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1.ebuild?r1=1.3&r2=1.4 Index: cvs-1.12.13.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -p -w -b -B -u -u -r1.3 -r1.4 --- cvs-1.12.13.1.ebuild 19 Jan 2014 10:30:16 -0000 1.3 +++ cvs-1.12.13.1.ebuild 14 May 2014 00:17:49 -0000 1.4 @@ -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/dev-vcs/cvs/cvs-1.12.13.1.ebuild,v 1.3 2014/01/19 10:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1.ebuild,v 1.4 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy" 1.8 dev-vcs/cvs/cvs-1.12.12-r10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild?r1=1.7&r2=1.8 Index: cvs-1.12.12-r10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -p -w -b -B -u -u -r1.7 -r1.8 --- cvs-1.12.12-r10.ebuild 13 May 2014 20:06:35 -0000 1.7 +++ cvs-1.12.12-r10.ebuild 14 May 2014 00:17:49 -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/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.7 2014/05/13 20:06:35 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.8 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -87,7 +88,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.6 dev-vcs/cvs/cvs-1.11.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild?r1=1.5&r2=1.6 Index: cvs-1.11.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -p -w -b -B -u -u -r1.5 -r1.6 --- cvs-1.11.23.ebuild 13 May 2014 19:26:46 -0000 1.5 +++ cvs-1.11.23.ebuild 14 May 2014 00:17:49 -0000 1.6 @@ -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/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.5 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.6 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -18,6 +18,7 @@ SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" KEYWORDS="~arm64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4" @@ -59,7 +60,3 @@ src_install() { ln -s cvs.html index.html fi } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.5 dev-vcs/cvs/cvs-1.12.12-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r7.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r7.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r7.ebuild?r1=1.4&r2=1.5 Index: cvs-1.12.12-r7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r7.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -p -w -b -B -u -u -r1.4 -r1.5 --- cvs-1.12.12-r7.ebuild 13 May 2014 19:26:46 -0000 1.4 +++ cvs-1.12.12-r7.ebuild 14 May 2014 00:17:49 -0000 1.5 @@ -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/dev-vcs/cvs/cvs-1.12.12-r7.ebuild,v 1.4 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r7.ebuild,v 1.5 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -80,7 +81,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.4 dev-vcs/cvs/cvs-1.12.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r1.ebuild?r1=1.3&r2=1.4 Index: cvs-1.12.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -p -w -b -B -u -u -r1.3 -r1.4 --- cvs-1.12.13-r1.ebuild 19 Jan 2014 10:30:16 -0000 1.3 +++ cvs-1.12.13-r1.ebuild 14 May 2014 00:17:49 -0000 1.4 @@ -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/dev-vcs/cvs/cvs-1.12.13-r1.ebuild,v 1.3 2014/01/19 10:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r1.ebuild,v 1.4 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -45,7 +45,7 @@ src_prepare() { src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy" 1.7 dev-vcs/cvs/cvs-1.12.12-r9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r9.ebuild?r1=1.6&r2=1.7 Index: cvs-1.12.12-r9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -p -w -b -B -u -u -r1.6 -r1.7 --- cvs-1.12.12-r9.ebuild 13 May 2014 19:26:46 -0000 1.6 +++ cvs-1.12.12-r9.ebuild 14 May 2014 00:17:49 -0000 1.7 @@ -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/dev-vcs/cvs/cvs-1.12.12-r9.ebuild,v 1.6 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r9.ebuild,v 1.7 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -19,6 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" +RESTRICT='test' DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) @@ -86,7 +87,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -src_test() { - einfo "FEATURES=\"test\" has been disabled for dev-vcs/cvs" -} 1.5 dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?r1=1.4&r2=1.5 Index: cvs-1.12.13.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -p -w -b -B -u -u -r1.4 -r1.5 --- cvs-1.12.13.1-r2.ebuild 30 Jan 2014 15:25:23 -0000 1.4 +++ cvs-1.12.13.1-r2.ebuild 14 May 2014 00:17:49 -0000 1.5 @@ -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/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v 1.4 2014/01/30 15:25:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v 1.5 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -65,7 +65,7 @@ src_prepare() { src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy" 1.4 dev-vcs/cvs/cvs-1.12.13-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?r1=1.3&r2=1.4 Index: cvs-1.12.13-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -p -w -b -B -u -u -r1.3 -r1.4 --- cvs-1.12.13-r2.ebuild 19 Jan 2014 10:30:16 -0000 1.3 +++ cvs-1.12.13-r2.ebuild 14 May 2014 00:17:49 -0000 1.4 @@ -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/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v 1.3 2014/01/19 10:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v 1.4 2014/05/14 00:17:49 robbat2 Exp $ EAPI=3 @@ -46,7 +46,7 @@ src_prepare() { src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy" 1.19 dev-vcs/cvs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -p -w -b -B -u -u -r1.18 -r1.19 --- ChangeLog 13 May 2014 20:06:35 -0000 1.18 +++ ChangeLog 14 May 2014 00:17:49 -0000 1.19 @@ -1,6 +1,14 @@ # ChangeLog for dev-vcs/cvs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.18 2014/05/13 20:06:35 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.19 2014/05/14 00:17:49 robbat2 Exp $ + + 14 May 2014; Robin H. Johnson cvs-1.11.23.ebuild, + cvs-1.12.12-r10.ebuild, cvs-1.12.12-r6.ebuild, cvs-1.12.12-r7.ebuild, + cvs-1.12.12-r8.ebuild, cvs-1.12.12-r9.ebuild, cvs-1.12.13-r1.ebuild, + cvs-1.12.13-r2.ebuild, cvs-1.12.13.1-r1.ebuild, cvs-1.12.13.1-r2.ebuild, + cvs-1.12.13.1.ebuild: + Convert "has test $FEATURES" to "use test", and replace old src_test blocking + with RESTRICT=test. 13 May 2014; Mikle Kolyada cvs-1.12.12-r10.ebuild: x86 stable wrt byg #506080