diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-08 02:06:25 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-08 02:06:25 +0000 |
commit | bc068f20f613eea1bd841643126a957a09edb07d (patch) | |
tree | 0c4899fd5fa489ef6cbe8b4c98ab30279c9a6058 /dev-ruby/best_in_place | |
parent | Cleanup old. (diff) | |
download | gentoo-2-bc068f20f613eea1bd841643126a957a09edb07d.tar.gz gentoo-2-bc068f20f613eea1bd841643126a957a09edb07d.tar.bz2 gentoo-2-bc068f20f613eea1bd841643126a957a09edb07d.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/best_in_place')
-rw-r--r-- | dev-ruby/best_in_place/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/best_in_place/best_in_place-1.1.3.ebuild | 60 |
2 files changed, 5 insertions, 62 deletions
diff --git a/dev-ruby/best_in_place/ChangeLog b/dev-ruby/best_in_place/ChangeLog index d672026eac59..0fe6c594c60a 100644 --- a/dev-ruby/best_in_place/ChangeLog +++ b/dev-ruby/best_in_place/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/best_in_place -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.12 2013/02/24 12:53:37 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.13 2014/03/08 02:06:24 mrueg Exp $ + + 08 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -best_in_place-1.1.3.ebuild: + Cleanup old. *best_in_place-2.1.0 (24 Feb 2013) diff --git a/dev-ruby/best_in_place/best_in_place-1.1.3.ebuild b/dev-ruby/best_in_place/best_in_place-1.1.3.ebuild deleted file mode 100644 index 5268ef810939..000000000000 --- a/dev-ruby/best_in_place/best_in_place-1.1.3.ebuild +++ /dev/null @@ -1,60 +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/best_in_place/best_in_place-1.1.3.ebuild,v 1.1 2012/12/14 16:31:11 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ree18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -# if ever needed -#GITHUB_USER="bernat" -#GITHUB_PROJECT="${PN}" -#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*" - -inherit virtualx ruby-fakegem - -DESCRIPTION="In-place editor helper for Rails 3o" -HOMEPAGE="http://github.com/bernat/best_in_place" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rails-3.1 - dev-ruby/jquery-rails" - -ruby_add_bdepend " - test? ( - dev-ruby/rspec-rails - >=dev-ruby/nokogiri-1.5.0 - >=dev-ruby/capybara-1.0.1 - dev-ruby/rails:3.2 - >=dev-ruby/sqlite3-1.3.4-r1 - dev-ruby/kramdown - )" - -DEPEND+=" test? ( www-client/firefox dev-ruby/bundler )" - -all_ruby_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.0-kramdown.patch - - sed -i \ - -e '/git ls-files/d' \ - -e '/rspec-rails/s:,.*::' \ - ${RUBY_FAKEGEM_GEMSPEC} || die - - sed -i \ - -e '/gem .rails/s:3.2: ~> 3.2.0:' \ - -e '/group :assets/,/^end/ d' \ - test_app/Gemfile || die -} - -each_ruby_test() { - RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed" - VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec spec || die "Specs failed" -} |