diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-16 07:02:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-16 07:02:14 +0000 |
commit | fc7c4c4e7b30420c77f0d3999184d20abd6fdc47 (patch) | |
tree | 55fba0074b7e082333ea9ec188df31aafff77121 /dev-ruby | |
parent | Version bump. (diff) | |
download | historical-fc7c4c4e7b30420c77f0d3999184d20abd6fdc47.tar.gz historical-fc7c4c4e7b30420c77f0d3999184d20abd6fdc47.tar.bz2 historical-fc7c4c4e7b30420c77f0d3999184d20abd6fdc47.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-rails/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/rspec-rails/rspec-rails-2.6.0.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/rubigen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubigen/rubigen-1.5.7.ebuild | 55 |
5 files changed, 9 insertions, 129 deletions
diff --git a/dev-ruby/rspec-rails/ChangeLog b/dev-ruby/rspec-rails/ChangeLog index 186d84e0549f..a240f296ecf1 100644 --- a/dev-ruby/rspec-rails/ChangeLog +++ b/dev-ruby/rspec-rails/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-rails # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.57 2012/08/14 18:49:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.58 2012/09/16 07:01:27 graaff Exp $ + + 16 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rspec-rails-2.5.0.ebuild, + -rspec-rails-2.6.0.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. diff --git a/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild b/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild deleted file mode 100644 index 6302165a19f2..000000000000 --- a/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.5.0.ebuild,v 1.1 2011/02/19 11:35:51 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="History.md README.md Upgrade.md" - -RUBY_FAKEGEM_EXTRAINSTALL="templates" - -inherit ruby-fakegem - -DESCRIPTION="RSpec's official Ruby on Rails plugin" -HOMEPAGE="http://rspec.info/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/activesupport:3.0 - dev-ruby/actionpack:3.0 - dev-ruby/railties:3.0 - dev-ruby/rspec:2" - -each_ruby_test() { - ${RUBY} -S rspec spec || die "Tests failed." - - # There are also features but they require aruba which we don't have - # yet. -} diff --git a/dev-ruby/rspec-rails/rspec-rails-2.6.0.ebuild b/dev-ruby/rspec-rails/rspec-rails-2.6.0.ebuild deleted file mode 100644 index a24e520e41ff..000000000000 --- a/dev-ruby/rspec-rails/rspec-rails-2.6.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.6.0.ebuild,v 1.1 2011/05/13 06:48:45 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="History.md README.md Upgrade.md" - -RUBY_FAKEGEM_EXTRAINSTALL="templates" - -inherit ruby-fakegem - -DESCRIPTION="RSpec's official Ruby on Rails plugin" -HOMEPAGE="http://rspec.info/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/activesupport:3.0 - dev-ruby/actionpack:3.0 - dev-ruby/railties:3.0 - dev-ruby/rspec:2" - -each_ruby_test() { - ${RUBY} -S rspec spec || die "Tests failed." - - # There are also features but they require aruba which we don't have - # yet. -} diff --git a/dev-ruby/rubigen/ChangeLog b/dev-ruby/rubigen/ChangeLog index 3f17848fdbe8..f51ef7274924 100644 --- a/dev-ruby/rubigen/ChangeLog +++ b/dev-ruby/rubigen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubigen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.15 2012/08/14 18:50:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/ChangeLog,v 1.16 2012/09/16 07:02:14 graaff Exp $ + + 16 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rubigen-1.5.7.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. diff --git a/dev-ruby/rubigen/rubigen-1.5.7.ebuild b/dev-ruby/rubigen/rubigen-1.5.7.ebuild deleted file mode 100644 index 7d2a62fa1153..000000000000 --- a/dev-ruby/rubigen/rubigen-1.5.7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.7.ebuild,v 1.1 2012/01/01 08:47:38 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc Todo.txt" - -RUBY_FAKEGEM_EXTRAINSTALL="app_generators generators rubygems_generators script test_unit_generators" - -inherit ruby-fakegem - -DESCRIPTION="A framework to allow Ruby applications to generate file/folder stubs." -HOMEPAGE="https://github.com/drnic/rubigen" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -# The presence of a self-dependency is needed as per bug #320781; -# since this is a bad situation, don't close the bug, but try working -# it around. -ruby_add_bdepend "test? ( - >=dev-ruby/mocha-0.9.8 - >=dev-ruby/shoulda-2.10.3 - >=dev-util/cucumber-0.6.2 - >=dev-ruby/hoe-2.5.0 - =${CATEGORY}/${PF} -)" - -ruby_add_rdepend "=dev-ruby/activesupport-2.3*" - -all_ruby_prepare() { - # Remove newgem requirement from the Rakefile since it is not - # needed for our purposes and we don't have it in CVS. - sed -i '/newgem/d' Rakefile || die "Unable to remove unneeded newgem support." - - # Provide missing file for test_generate_builtin_application.rb - mkdir -p app_generators/ruby_app/templates/configs || die - touch app_generators/ruby_app/templates/configs/empty_log || die - - # Needs to be explicit, most likely due to changes in newer cucumber. - sed -i -e '2 i include Spec::Matchers' features/support/matchers.rb || die -} - -each_ruby_test() { - each_fakegem_test - - # Run all features not related to creating and distributing the gem itself - ${RUBY} -S cucumber features/help.feature features/rubigen_cli.feature || die "tests failed" -} |