diff options
Diffstat (limited to 'dev-ruby/tidy-ext')
-rw-r--r-- | dev-ruby/tidy-ext/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/tidy-ext/files/tidy-ext-0.1.10-gentoo.patch | 88 | ||||
-rw-r--r-- | dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild (renamed from dev-ruby/tidy-ext/tidy-ext-0.1.10.ebuild) | 4 |
3 files changed, 9 insertions, 92 deletions
diff --git a/dev-ruby/tidy-ext/ChangeLog b/dev-ruby/tidy-ext/ChangeLog index 76c6d0a48470..068fc99811aa 100644 --- a/dev-ruby/tidy-ext/ChangeLog +++ b/dev-ruby/tidy-ext/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/tidy-ext # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.2 2011/02/15 22:15:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.3 2011/02/16 10:30:33 flameeyes Exp $ + +*tidy-ext-0.1.11 (16 Feb 2011) + + 16 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> + -tidy-ext-0.1.10.ebuild, -files/tidy-ext-0.1.10-gentoo.patch, + +tidy-ext-0.1.11.ebuild: + Version bump; new version includes the patch applied yesterday. 15 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> tidy-ext-0.1.10.ebuild, +files/tidy-ext-0.1.10-gentoo.patch: diff --git a/dev-ruby/tidy-ext/files/tidy-ext-0.1.10-gentoo.patch b/dev-ruby/tidy-ext/files/tidy-ext-0.1.10-gentoo.patch deleted file mode 100644 index 83de729df4cf..000000000000 --- a/dev-ruby/tidy-ext/files/tidy-ext-0.1.10-gentoo.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff --git a/ruby/Rakefile b/ruby/Rakefile -index 031dfa2..ccd7c91 100644 ---- a/ruby/Rakefile -+++ b/ruby/Rakefile -@@ -1,6 +1,5 @@ - require 'rubygems' - require 'rake' --require 'rake/extensiontask' - - begin - require 'jeweler' -@@ -14,6 +13,8 @@ begin - gem.extensions = FileList["ext/**/extconf.rb"] - end - Jeweler::GemcutterTasks.new -+ -+ task :spec => :check_dependencies - rescue LoadError - puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" - end -@@ -23,6 +24,7 @@ task :console do - exec("irb -I lib -r tidy/alone") - end - -+begin - require 'spec/rake/spectask' - Spec::Rake::SpecTask.new(:spec) do |spec| - spec.libs << 'lib' << 'spec' -@@ -35,9 +37,10 @@ Spec::Rake::SpecTask.new(:rcov) do |spec| - spec.rcov = true - end - --task :spec => :check_dependencies -- - task :default => :spec -+rescue LoadError -+ puts "RSpec (or a dependency) not available. Install it with: gem install rspec" -+end - - require 'rake/rdoctask' - Rake::RDocTask.new do |rdoc| -@@ -49,11 +52,16 @@ Rake::RDocTask.new do |rdoc| - rdoc.rdoc_files.include('lib/**/*.rb') - end - -+begin -+ require 'rake/extensiontask' - Rake::ExtensionTask.new do |ext| - ext.name = 'tidy' - ext.ext_dir = 'ext/tidy' - ext.config_options << '--with-coverage' if ENV['COV'] - end -+rescue LoadError -+ puts "rake-compiler not available. Install it with: gem install rake-compiler" -+end - - namespace :gcov do - -diff --git a/ruby/spec/tidy/compat_spec.rb b/ruby/spec/tidy/compat_spec.rb -index 0bb1e77..63b285a 100644 ---- a/ruby/spec/tidy/compat_spec.rb -+++ b/ruby/spec/tidy/compat_spec.rb -@@ -1,4 +1,4 @@ --require File.join(File.dirname(__FILE__), "..", "spec_helper") -+require "spec_helper" - - describe "tidy compatibility methods" do - -diff --git a/ruby/spec/tidy/remote_uri_spec.rb b/ruby/spec/tidy/remote_uri_spec.rb -index 8426ab7..c3e0ba8 100644 ---- a/ruby/spec/tidy/remote_uri_spec.rb -+++ b/ruby/spec/tidy/remote_uri_spec.rb -@@ -1,4 +1,4 @@ --require File.join(File.dirname(__FILE__), "..", "spec_helper") -+require "spec_helper" - require 'open-uri' - - describe "tidy class methods" do -diff --git a/ruby/spec/tidy/tidy_spec.rb b/ruby/spec/tidy/tidy_spec.rb -index 2ad49e6..bb7ffc7 100644 ---- a/ruby/spec/tidy/tidy_spec.rb -+++ b/ruby/spec/tidy/tidy_spec.rb -@@ -1,4 +1,4 @@ --require File.join(File.dirname(__FILE__), "..", "spec_helper") -+require "spec_helper" - - describe "tidy class methods" do - diff --git a/dev-ruby/tidy-ext/tidy-ext-0.1.10.ebuild b/dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild index c02dffd87813..66480a915720 100644 --- a/dev-ruby/tidy-ext/tidy-ext-0.1.10.ebuild +++ b/dev-ruby/tidy-ext/tidy-ext-0.1.11.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/tidy-ext/tidy-ext-0.1.10.ebuild,v 1.2 2011/02/15 22:15:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild,v 1.1 2011/02/16 10:30:33 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18" @@ -21,8 +21,6 @@ IUSE="" ruby_add_bdepend "test? ( dev-ruby/rspec:0 )" -RUBY_PATCHES="${FILESDIR}/${P}-gentoo.patch" - each_ruby_prepare() { mkdir lib || die } |