graaff 15/04/04 06:51:23 Modified: webrobots-0.1.1-r1.ebuild ChangeLog Added: webrobots-0.1.1-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.5 dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?r1=1.4&r2=1.5 Index: webrobots-0.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- webrobots-0.1.1-r1.ebuild 5 Aug 2014 16:00:52 -0000 1.4 +++ webrobots-0.1.1-r1.ebuild 4 Apr 2015 06:51:23 -0000 1.5 @@ -1,9 +1,9 @@ -# 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/webrobots/webrobots-0.1.1-r1.ebuild,v 1.4 2014/08/05 16:00:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.5 2015/04/04 06:51:23 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="rdoc" 1.18 dev-ruby/webrobots/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 5 Aug 2014 16:00:52 -0000 1.17 +++ ChangeLog 4 Apr 2015 06:51:23 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/webrobots -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.17 2014/08/05 16:00:52 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.18 2015/04/04 06:51:23 graaff Exp $ + +*webrobots-0.1.1-r2 (04 Apr 2015) + + 04 Apr 2015; Hans de Graaff <[email protected]> webrobots-0.1.1-r1.ebuild, + +webrobots-0.1.1-r2.ebuild: + Create stable candidate. 05 Aug 2014; Manuel RĂ¼ger <[email protected]> webrobots-0.1.1-r1.ebuild, webrobots-0.1.1.ebuild: 1.1 dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild?rev=1.1&content-type=text/plain Index: webrobots-0.1.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild,v 1.1 2015/04/04 06:51:23 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" inherit ruby-fakegem DESCRIPTION="A library to help write robots.txt compliant web robots" HOMEPAGE="http://rubygems.org/gems/webrobots" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.4.4" ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/test-unit:2 )" all_ruby_prepare() { sed -i -e '/bundler/,/end/d' Rakefile test/helper.rb || die # Avoid tests for live websites requirering a network connection. sed -i -e '/robots.txt in the real world/,/^ end/ s:^:#:' test/test_webrobots.rb || die } each_ruby_test() { ruby-ng_testrb-2 -Ilib test/test_*.rb }
