diff options
author | 2014-10-29 19:32:46 +0000 | |
---|---|---|
committer | 2014-10-29 19:32:46 +0000 | |
commit | bef2eb506bbece1d96fa6c3623a800b59569d008 (patch) | |
tree | da8b6170bd7dcc4ddd2ede0447f3645ec8110571 /dev-ruby/yard | |
parent | Drop jruby target. Cleanup old. (diff) | |
download | gentoo-2-bef2eb506bbece1d96fa6c3623a800b59569d008.tar.gz gentoo-2-bef2eb506bbece1d96fa6c3623a800b59569d008.tar.bz2 gentoo-2-bef2eb506bbece1d96fa6c3623a800b59569d008.zip |
Drop jruby target. Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/yard')
-rw-r--r-- | dev-ruby/yard/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/yard/files/yard-0.8.2.1-test-failures.patch | 21 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.3-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.4.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.5.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.8.7.6.ebuild | 4 |
8 files changed, 13 insertions, 142 deletions
diff --git a/dev-ruby/yard/ChangeLog b/dev-ruby/yard/ChangeLog index 99fa543538c0..abf86dc4306d 100644 --- a/dev-ruby/yard/ChangeLog +++ b/dev-ruby/yard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/yard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.90 2014/10/27 17:44:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.91 2014/10/29 19:32:46 mrueg Exp $ + + 29 Oct 2014; Manuel Rüger <mrueg@gentoo.org> + -files/yard-0.8.2.1-test-failures.patch, -yard-0.8.7.3-r1.ebuild, + -yard-0.8.7.4.ebuild, -yard-0.8.7.5.ebuild, yard-0.8.7.2.ebuild, + yard-0.8.7.3.ebuild, yard-0.8.7.6.ebuild: + Drop jruby target. Cleanup old. *yard-0.8.7.6 (27 Oct 2014) diff --git a/dev-ruby/yard/files/yard-0.8.2.1-test-failures.patch b/dev-ruby/yard/files/yard-0.8.2.1-test-failures.patch deleted file mode 100644 index 3c0fb0eb336a..000000000000 --- a/dev-ruby/yard/files/yard-0.8.2.1-test-failures.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit c479f5cfe93eaefae36654c499e0e06fecb70724 -Author: Loren Segal <lsegal@soen.ca> -Date: Mon Aug 6 16:50:41 2012 -0400 - - Fix test failures in server specs - - Fixes #576 - -diff --git a/spec/cli/server_spec.rb b/spec/cli/server_spec.rb -index 6a33b55..c63e145 100644 ---- a/spec/cli/server_spec.rb -+++ b/spec/cli/server_spec.rb -@@ -32,7 +32,7 @@ describe YARD::CLI::Server do - @libraries = {library.name => [library]} - end - unless @no_verify_libraries -- @libraries.values.each {|libs| libs.each {|lib| File.should_receive(:exist?).at_least(1).times.with(File.expand_path(lib.yardoc_file)).and_return(true) } } -+ @libraries.values.each {|libs| libs.each {|lib| File.stub!(:exist?).with(File.expand_path(lib.yardoc_file)).and_return(true) } } - end - unless @no_adapter_mock - @cli.stub!(:adapter).and_return(@adapter) diff --git a/dev-ruby/yard/yard-0.8.7.2.ebuild b/dev-ruby/yard/yard-0.8.7.2.ebuild index 07c1866b48ab..33d47cda6239 100644 --- a/dev-ruby/yard/yard-0.8.7.2.ebuild +++ b/dev-ruby/yard/yard-0.8.7.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.2.ebuild,v 1.11 2014/04/12 23:37:53 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.2.ebuild,v 1.12 2014/10/29 19:32:46 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 jruby" +USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="yard" diff --git a/dev-ruby/yard/yard-0.8.7.3-r1.ebuild b/dev-ruby/yard/yard-0.8.7.3-r1.ebuild deleted file mode 100644 index 0c2416c3451e..000000000000 --- a/dev-ruby/yard/yard-0.8.7.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3-r1.ebuild,v 1.7 2014/08/13 18:34:30 armin76 Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 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 ) ) - test? ( dev-ruby/rack )" - -USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" - -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 -} diff --git a/dev-ruby/yard/yard-0.8.7.3.ebuild b/dev-ruby/yard/yard-0.8.7.3.ebuild index b985926de42a..daa773cb7f79 100644 --- a/dev-ruby/yard/yard-0.8.7.3.ebuild +++ b/dev-ruby/yard/yard-0.8.7.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3.ebuild,v 1.12 2014/08/25 16:00:14 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3.ebuild,v 1.13 2014/10/29 19:32:46 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="yard" diff --git a/dev-ruby/yard/yard-0.8.7.4.ebuild b/dev-ruby/yard/yard-0.8.7.4.ebuild deleted file mode 100644 index 7ce0cc004bda..000000000000 --- a/dev-ruby/yard/yard-0.8.7.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.4.ebuild,v 1.3 2014/08/13 18:34:30 armin76 Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 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/v${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 ) ) - test? ( dev-ruby/rack )" - -USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" - -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 -} diff --git a/dev-ruby/yard/yard-0.8.7.5.ebuild b/dev-ruby/yard/yard-0.8.7.5.ebuild deleted file mode 100644 index 0e641dad9caa..000000000000 --- a/dev-ruby/yard/yard-0.8.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.5.ebuild,v 1.1 2014/10/26 20:12:01 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 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/v${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 ) ) - test? ( dev-ruby/rack )" - -USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" - -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 -} diff --git a/dev-ruby/yard/yard-0.8.7.6.ebuild b/dev-ruby/yard/yard-0.8.7.6.ebuild index 2ef8cfaf7b00..487acc187647 100644 --- a/dev-ruby/yard/yard-0.8.7.6.ebuild +++ b/dev-ruby/yard/yard-0.8.7.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.1 2014/10/27 17:44:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.2 2014/10/29 19:32:46 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="yard" |