From: Hans de Graaff Date: Wed, 12 Oct 2011 17:51:40 +0000 (+0000) Subject: Add missing dependency on rspec-core with USE=doc, bug 386857. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92787b1f0add097abe5aedfeda3259e7f8528ecf;p=gentoo.git Add missing dependency on rspec-core with USE=doc, bug 386857. Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index a7ad673a33b1..76b097394058 100644 --- a/dev-ruby/rspec-expectations/ChangeLog +++ b/dev-ruby/rspec-expectations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-expectations # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.17 2011/10/02 17:02:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.18 2011/10/12 17:51:40 graaff Exp $ + + 12 Oct 2011; Hans de Graaff + rspec-expectations-2.6.0.ebuild: + Add missing dependency on rspec-core with USE=doc, bug 386857. 02 Oct 2011; Raúl Porcel rspec-expectations-2.6.0.ebuild: diff --git a/dev-ruby/rspec-expectations/Manifest b/dev-ruby/rspec-expectations/Manifest index 4000ffb873d1..85d94ebb6c4a 100644 --- a/dev-ruby/rspec-expectations/Manifest +++ b/dev-ruby/rspec-expectations/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 +Hash: SHA256 DIST rspec-expectations-2.6.0.gem 61952 RMD160 e4bf87b3ef24d82f29ee3865e01be5576d32bc3b SHA1 b74a64ef47081367d7537c18bbd77443e3251d69 SHA256 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1 -EBUILD rspec-expectations-2.6.0.ebuild 1252 RMD160 f2a9ba44109b3975e6560d03ab0defb09610ce5c SHA1 6874728ba1cf2ca15acfb648c8ea4350d340081d SHA256 0917987a583332dd42067be116e9d670f3d8d7d25c0b4b876cfed82a51fe9d93 -MISC ChangeLog 2398 RMD160 69e31dd6dfa4ea62507579753fc47491498df12d SHA1 4547ce1beb22e588868f83f39f6afde9a8b01e9d SHA256 6bca93442071cce7fd5d2ed56148d522ea99f2312a0b35efaad7dd959a1ce749 +EBUILD rspec-expectations-2.6.0.ebuild 1302 RMD160 97c624a030302998cd790c707fc6ab19b4f61918 SHA1 30f454f2c71dceb9ceeee2e9ad5da102fb74d839 SHA256 f5631dd2458d6803c4678541bd58aad3f236f522fb7d6f67f4d92ec9b3b41dec +MISC ChangeLog 2548 RMD160 1f6785343a0d279fdd5f965394514cf1bb31383f SHA1 43ced84b02140315a7cd09634a523097dc752b41 SHA256 47b3beefb32b41aa9307749e3aa002574581ffcd8625d3e390e7f63972036b39 MISC metadata.xml 158 RMD160 097f8145a9994f98be4971b43b23b9e5e8bccb66 SHA1 7ac646714b1ab83fda98f3ccdd8b48a31c148b27 SHA256 70b396ab3c7a63a81cb895b7728bd9eccdc9770afdb9919f2c54694b685f7032 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) -iEYEARECAAYFAk6ImUEACgkQuQc30/atMkDusACcCvN1clZoyI5H8Z5TUIy6wKvZ -iqUAn26YY+q0BPN6HBOBTjX2DhBAx1Sx -=naDE +iF4EAREIAAYFAk6V07EACgkQiIP6VqMIqNfg4gEAj05eW1sIl4d9cXGTMhqBfRll +Nqf9amfKIcNnkEeCaFgA/RhUNaimsGi71kU0CBh0E4DaOnNjNHwzssZQLwO1Oowc +=99wu -----END PGP SIGNATURE----- diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild index ef52fc7eea00..2e5e482db244 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v 1.8 2011/10/02 17:02:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v 1.9 2011/10/12 17:51:40 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -26,6 +26,8 @@ ruby_add_bdepend "test? ( dev-ruby/rspec-mocks:2 )" +ruby_add_bdepend "doc? ( dev-ruby/rspec-core:2 )" + # Not clear yet to what extend we need those (now) # >=dev-ruby/cucumber-0.6.2 # >=dev-ruby/aruba-0.1.1"