From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5737D1396D0 for ; Sat, 23 Sep 2017 07:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A927E1FC1C4; Sat, 23 Sep 2017 07:51:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 786E81FC1C4 for ; Sat, 23 Sep 2017 07:51:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804ED33C27B for ; Sat, 23 Sep 2017 07:51:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2423B906C for ; Sat, 23 Sep 2017 07:51:16 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1506153054.b88db2b4981891004d5822e554c8d3ed943a9ca0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/best_in_place/Manifest dev-ruby/best_in_place/best_in_place-3.1.0.ebuild X-VCS-Directories: dev-ruby/best_in_place/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b88db2b4981891004d5822e554c8d3ed943a9ca0 X-VCS-Branch: master Date: Sat, 23 Sep 2017 07:51:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 379240da-839e-4499-ada6-614362bd3d77 X-Archives-Hash: 6bd82c890348c8eb42b9df01d5d18337 commit: b88db2b4981891004d5822e554c8d3ed943a9ca0 Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 23 06:39:06 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Sep 23 07:50:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88db2b4 dev-ruby/best_in_place: cleanup Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-ruby/best_in_place/Manifest | 1 - dev-ruby/best_in_place/best_in_place-3.1.0.ebuild | 65 ----------------------- 2 files changed, 66 deletions(-) diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest index 89a68fde282..b725d0f4ca7 100644 --- a/dev-ruby/best_in_place/Manifest +++ b/dev-ruby/best_in_place/Manifest @@ -1,2 +1 @@ -DIST best_in_place-3.1.0.gem 73728 SHA256 4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 5296392d2534e8eb7c01eeee36530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd WHIRLPOOL 84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317 DIST best_in_place-3.1.1.gem 75264 SHA256 5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765 SHA512 f6a26590769f8d6ab6b6bf9ef955e2c26b6116ab82ccaf3bc26cfae435cb0bc594facae6dcb052bafdaaeb5806f7091eb9ad21e51940030eadd437ae342f1d33 WHIRLPOOL b3f4549b4ba2219376b759858637ccc4f3dbf277f0fc31e50d8c92506c35429fb07e2ac7d6d10c4f004ac45eec91bdb125b44afc5dc551da976b5293581c4c12 diff --git a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild deleted file mode 100644 index 40a701276a5..00000000000 --- a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22" - -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 3" -HOMEPAGE="https://github.com/bernat/best_in_place" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/actionpack-3.2:* - >=dev-ruby/railties-3.2:* -" - -ruby_add_bdepend " - test? ( - dev-ruby/rdiscount - dev-ruby/rspec-rails:3 - >=dev-ruby/nokogiri-1.5.0 - >=dev-ruby/capybara-1.1.2:0 - >=dev-ruby/rails-3.2 - >=dev-ruby/sqlite3-1.3.4-r1 - dev-ruby/bundler - )" - -all_ruby_prepare() { - sed -i \ - -e '/git ls-files/d' \ - ${RUBY_FAKEGEM_GEMSPEC} || die - - # Tweak Gemfile so we can use it to run specs but can avoid missing - # dependencies. Also use packaged versions of jquery and jquery-ui. - sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \ - -e '2agem "rspec", "~>3.0"' \ - -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \ - -e '/byebug/ s:^:#:' \ - -e '/\(launchy\|poltergeist\)/d' \ - Gemfile - sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' spec/rails_helper.rb || die - - # Remove integration tests. They fail to run and depend on obsolete - # poltergeist/phantomjs. - rm -rf spec/integration || die -} - -each_ruby_test() { - ${RUBY} -S bundle exec rspec-3 spec || die -}