diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-10 16:19:15 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-10 16:19:15 +0000 |
commit | d7ab85b65cfc9cd15ef5a4921f2a98b102590ec7 (patch) | |
tree | 24aa8c69e4a498aee43c6edc1a3b3f0d23c3c21e /dev-ruby/yard | |
parent | Stop forcing USE="consolekit systemd" for sys-auth/pambase in PDEPEND because... (diff) | |
download | gentoo-2-d7ab85b65cfc9cd15ef5a4921f2a98b102590ec7.tar.gz gentoo-2-d7ab85b65cfc9cd15ef5a4921f2a98b102590ec7.tar.bz2 gentoo-2-d7ab85b65cfc9cd15ef5a4921f2a98b102590ec7.zip |
Cleanup old.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/yard')
-rw-r--r-- | dev-ruby/yard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/yard/files/yard-0.6.4-config-file-feature.patch | 19 | ||||
-rw-r--r-- | dev-ruby/yard/files/yard-0.6.4-yaml.patch | 30 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.6.2.ebuild | 37 |
4 files changed, 6 insertions, 87 deletions
diff --git a/dev-ruby/yard/ChangeLog b/dev-ruby/yard/ChangeLog index 39586900e70b..e91c0ba3c3e6 100644 --- a/dev-ruby/yard/ChangeLog +++ b/dev-ruby/yard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/yard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.53 2013/07/31 07:12:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.54 2013/09/10 16:19:15 mrueg Exp $ + + 10 Sep 2013; Manuel Rüger <mrueg@gentoo.org> + -files/yard-0.6.4-config-file-feature.patch, -files/yard-0.6.4-yaml.patch, + -yard-0.8.6.2.ebuild: + Cleanup old. 31 Jul 2013; Manuel Rüger <mrueg@gentoo.org> yard-0.8.7.ebuild: Drop dependency on <rspec-2.14, as tests are working again with rspec- diff --git a/dev-ruby/yard/files/yard-0.6.4-config-file-feature.patch b/dev-ruby/yard/files/yard-0.6.4-config-file-feature.patch deleted file mode 100644 index df2c5d92bdac..000000000000 --- a/dev-ruby/yard/files/yard-0.6.4-config-file-feature.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e1cafe5d2123631cdff8c115de15575bc6643677 -Author: Loren Segal <lsegal@soen.ca> -Date: Sun Jan 23 04:05:41 2011 -0500 - - Fix failing spec when ~/.yard/ignored_plugins does not exist - -diff --git a/spec/config_spec.rb b/spec/config_spec.rb -index 8aea427..5bcaa60 100644 ---- a/spec/config_spec.rb -+++ b/spec/config_spec.rb -@@ -17,7 +17,7 @@ describe YARD::Config do - - it "should overwrite options with data in ~/.yard/config" do - File.should_receive(:file?).with(YARD::Config::CONFIG_FILE).and_return(true) -- File.should_receive(:file?).with(YARD::Config::IGNORED_PLUGINS).and_return(true) -+ File.should_receive(:file?).with(YARD::Config::IGNORED_PLUGINS).and_return(false) - YAML.should_receive(:load_file).with(YARD::Config::CONFIG_FILE).and_return({'test' => true}) - YARD::Config.load - YARD::Config.options[:test].should be_true diff --git a/dev-ruby/yard/files/yard-0.6.4-yaml.patch b/dev-ruby/yard/files/yard-0.6.4-yaml.patch deleted file mode 100644 index 2bdf8ef7ee01..000000000000 --- a/dev-ruby/yard/files/yard-0.6.4-yaml.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 5557352a7793975bcaedf5f18b4e2c2883245f5b -Author: Akzhan Abdulin <akzhan.abdulin@gmail.com> -Date: Mon Jan 17 22:20:47 2011 +0300 - - Fix uninitialized constant RSpec::Core::ExampleGroup::Nested_2::Nested_1::YAML error - -diff --git a/spec/cli/config_spec.rb b/spec/cli/config_spec.rb -index 1ad52f4..4a5288e 100644 ---- a/spec/cli/config_spec.rb -+++ b/spec/cli/config_spec.rb -@@ -1,5 +1,7 @@ - require File.dirname(__FILE__) + '/../spec_helper' - -+require 'yaml' -+ - describe YARD::CLI::Config do - before do - @config = YARD::CLI::Config.new -diff --git a/spec/config_spec.rb b/spec/config_spec.rb -index 6e578fc..316d7b8 100644 ---- a/spec/config_spec.rb -+++ b/spec/config_spec.rb -@@ -1,5 +1,7 @@ - require File.join(File.dirname(__FILE__), "spec_helper") - -+require 'yaml' -+ - describe YARD::Config do - describe '.load' do - before do diff --git a/dev-ruby/yard/yard-0.8.6.2.ebuild b/dev-ruby/yard/yard-0.8.6.2.ebuild deleted file mode 100644 index e1d26e4325ac..000000000000 --- a/dev-ruby/yard/yard-0.8.6.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.6.2.ebuild,v 1.1 2013/07/10 12:34:32 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="yard" - -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_DOCDIR="doc docs" - -RUBY_FAKEGEM_EXTRAINSTALL="templates" - -inherit ruby-fakegem - -DESCRIPTION="Documentation generation tool for the Ruby programming language" -HOMEPAGE="http://yardoc.org/" - -# The gem lakes the gemspec file needed to pass tests. -SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) )" - -ruby_add_bdepend "test? ( dev-ruby/ruby-gettext )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die - sed -i -e "s/require 'bundler'; rescue LoadError//" spec/cli/server_spec.rb || die -} |