From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SkW6x-0000BX-FP for garchives@archives.gentoo.org; Fri, 29 Jun 2012 07:59:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98BA7E0484; Fri, 29 Jun 2012 07:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5433DE0484 for ; Fri, 29 Jun 2012 07:59:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F2611B4024 for ; Fri, 29 Jun 2012 07:59:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id 354582004B; Fri, 29 Jun 2012 07:59:18 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-core: rspec-core-2.10.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rspec-core-2.10.1.ebuild ChangeLog X-VCS-Directories: dev-ruby/rspec-core X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Message-Id: <20120629075918.354582004B@flycatcher.gentoo.org> Date: Fri, 29 Jun 2012 07:59:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: df1a0046-f3aa-4d78-96a5-42fa14c3269b X-Archives-Hash: 20e5daf6563c32d4857f05b61a686bf0 graaff 12/06/29 07:59:18 Modified: rspec-core-2.10.1.ebuild ChangeLog Log: Avoid dependency on git. Add dependency on yard to build documentation = since that is what is actually used. Avoid Rakefile with all its dependen= cies when building documentation, fixing bug 421669. =20 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.2 dev-ruby/rspec-core/rspec-core-2.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/rspec-core-2.10.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/rspec-core-2.10.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/rspec-core-2.10.1.ebuild?r1=3D1.1&r2=3D1.2 Index: rspec-core-2.10.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.10.1.e= build,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rspec-core-2.10.1.ebuild 10 Jun 2012 06:50:20 -0000 1.1 +++ rspec-core-2.10.1.ebuild 29 Jun 2012 07:59:18 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.10.1= .ebuild,v 1.1 2012/06/10 06:50:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.10.1= .ebuild,v 1.2 2012/06/29 07:59:18 graaff Exp $ =20 EAPI=3D4 USE_RUBY=3D"ruby18 ree18 ruby19 jruby" @@ -37,6 +37,7 @@ dev-ruby/rspec-expectations:2 dev-ruby/rspec-mocks:2 )" +ruby_add_bdepend "doc? ( dev-ruby/yard )" =20 # >=3Ddev-ruby/cucumber-0.5.3 # >=3Ddev-ruby/autotest-4.2.9 -> zentest-4.4.1 @@ -60,6 +61,9 @@ # also depends on this and fixing that is going to be fragile. This # way we can at least install proper bin scripts. cp -R exe bin || die + + # Avoid unneeded dependency on git. + sed -i -e '/git ls-files/ s:^:#:' rspec-core.gemspec || die } =20 each_ruby_prepare() { @@ -76,7 +80,7 @@ =20 all_ruby_compile() { if use doc ; then - RUBYLIB=3D"${S}/lib" rake rdoc || die "Unable to create documentation.= " + yardoc || die fi } =20 1.26 dev-ruby/rspec-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/ChangeLog?rev=3D1.26&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/ChangeLog?rev=3D1.26&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-cor= e/ChangeLog?r1=3D1.25&r2=3D1.26 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 10 Jun 2012 06:50:20 -0000 1.25 +++ ChangeLog 29 Jun 2012 07:59:18 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rspec-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.25 = 2012/06/10 06:50:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.26 = 2012/06/29 07:59:18 graaff Exp $ + + 29 Jun 2012; Hans de Graaff rspec-core-2.10.1.ebui= ld: + Avoid dependency on git. Add dependency on yard to build documentation= since + that is what is actually used. Avoid Rakefile with all its dependencie= s when + building documentation, fixing bug 421669. =20 *rspec-core-2.10.1 (10 Jun 2012) =20