graaff 15/01/05 19:31:29 Modified: bson-1.6.2-r1.ebuild ChangeLog bson-2.3.0.ebuild Log: Depend on dev-ruby/rdoc since virtual/ruby-rdoc is a noop these days. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.4 dev-ruby/bson/bson-1.6.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild?r1=1.3&r2=1.4 Index: bson-1.6.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bson-1.6.2-r1.ebuild 13 Aug 2014 02:08:03 -0000 1.3 +++ bson-1.6.2-r1.ebuild 5 Jan 2015 19:31:29 -0000 1.4 @@ -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/dev-ruby/bson/bson-1.6.2-r1.ebuild,v 1.3 2014/08/13 02:08:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild,v 1.4 2015/01/05 19:31:29 graaff Exp $ EAPI=5 # jruby → support needs to be written properly @@ -34,7 +34,7 @@ dev-ruby/mocha dev-ruby/test-unit:2 ) - doc? ( virtual/ruby-rdoc )" + doc? ( dev-ruby/rdoc )" all_ruby_prepare() { # remove the stuff that is actually part of dev-ruby/mongo 1.15 dev-ruby/bson/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 13 Aug 2014 02:08:03 -0000 1.14 +++ ChangeLog 5 Jan 2015 19:31:29 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bson -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.14 2014/08/13 02:08:03 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.15 2015/01/05 19:31:29 graaff Exp $ + + 05 Jan 2015; Hans de Graaff <[email protected]> bson-1.6.2-r1.ebuild, + bson-2.3.0.ebuild: + Depend on dev-ruby/rdoc since virtual/ruby-rdoc is a noop these days. 13 Aug 2014; Manuel Rüger <[email protected]> bson-1.6.2-r1.ebuild: Add ruby21 target. 1.2 dev-ruby/bson/bson-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild?r1=1.1&r2=1.2 Index: bson-2.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bson-2.3.0.ebuild 16 Jun 2014 14:22:16 -0000 1.1 +++ bson-2.3.0.ebuild 5 Jan 2015 19:31:29 -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/dev-ruby/bson/bson-2.3.0.ebuild,v 1.1 2014/06/16 14:22:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-2.3.0.ebuild,v 1.2 2015/01/05 19:31:29 graaff Exp $ EAPI=5 # jruby → support needs to be written properly @@ -35,7 +35,7 @@ dev-ruby/mocha dev-ruby/test-unit:2 ) - doc? ( virtual/ruby-rdoc )" + doc? ( dev-ruby/rdoc )" all_ruby_prepare() { # Remove bundler support
