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 634DD139696 for ; Mon, 26 Jun 2017 18:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F68F21C06D; Mon, 26 Jun 2017 18:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 158A121C06D for ; Mon, 26 Jun 2017 18:39:54 +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 992A03417AD for ; Mon, 26 Jun 2017 18:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D2597499 for ; Mon, 26 Jun 2017 18:39:51 +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: <1498502381.4d15fbe6f8a8a45be6024df9dd18fe4a6ef84431.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakeweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fakeweb/Manifest dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild dev-ruby/fakeweb/fakeweb-1.3.0.20131201.ebuild X-VCS-Directories: dev-ruby/fakeweb/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4d15fbe6f8a8a45be6024df9dd18fe4a6ef84431 X-VCS-Branch: master Date: Mon, 26 Jun 2017 18:39:51 +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: f4525acd-b680-4b12-8901-0c01ce448834 X-Archives-Hash: df9194e909abf528539bf679ab965847 commit: 4d15fbe6f8a8a45be6024df9dd18fe4a6ef84431 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 26 05:16:44 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 26 18:39:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d15fbe6 dev-ruby/fakeweb: cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/fakeweb/Manifest | 1 - dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild | 53 -------------------------- dev-ruby/fakeweb/fakeweb-1.3.0.20131201.ebuild | 53 -------------------------- 3 files changed, 107 deletions(-) diff --git a/dev-ruby/fakeweb/Manifest b/dev-ruby/fakeweb/Manifest index d85007e3bdf..7693720647d 100644 --- a/dev-ruby/fakeweb/Manifest +++ b/dev-ruby/fakeweb/Manifest @@ -1,2 +1 @@ DIST fakeweb-1.3.0.20131201.tar.gz 60162 SHA256 44f599eb76b4996c53a3f047b3f37c72d93bac967893dcb1da18e5f8270b4f14 SHA512 f3bd40680b7eefe90d3fee67f5282dbe4c67d46a1f1040d0d0d62c978b69d08987581a53495bb56e32ebcc6679c84f03c2e26c51d2bd98daa80554d3424c6603 WHIRLPOOL 5cdb5faf3932614838fb9e1bb5f01a115c087af396df6bbecab421ea0d97f24377c06ab41f1919b339f76137d4c1ea1186a4269052163f0942cd9ee9ca1f8900 -DIST fakeweb-1.3.0.gem 58368 SHA256 1ec996be13020a00b3464560c09180b424477c698f59f82edf2b99b16cfa09a8 SHA512 5785bf8e17f9b9b73a9fd2b581c6c5dcf466a5d68c2dbea593bca7cd5d385b5b1315ca777c39bce2a8077ccab6d5df7f031435c9227931c3d2a84512da9cb423 WHIRLPOOL 976e48b1e66e951a22fa28970356c3e85927027fd7262242a50ecac55771fc2ed7c1830d4dcc0566f479fa5c844a0d59b2b268ebd26ba87988f543b982e51214 diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild deleted file mode 100644 index c45c5ea6054..00000000000 --- a/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22 -> not compatible with new net/http implementation -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Helper for faking web requests in Ruby" -HOMEPAGE="https://github.com/chrisk/fakeweb" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.14 - dev-ruby/test-unit - dev-ruby/samuel - dev-ruby/right_http_connection - )" - -all_ruby_prepare() { - # The package bundles samuel and right_http_connection, remove - # them and use the packages instead. - rm -r test/vendor || die "failed to remove bundled gems" - - # We don't package sdoc and we don't have the direct template. - sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die - - # Require an old enough version of mocha - sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die - - # Use the test-unit gem to make jruby compatible with newer mocha. - sed -i -e '1igem "test-unit"' test/test_helper.rb || die -} - -each_ruby_prepare() { - case ${RUBY} in - *ruby2[01]) - # Tests fail on mocking of TCPSocket, but fakeweb itself - # actually works as evidenced by the thor test suite. - rm test/test_fake_web_open_uri.rb test/test_allow_net_connect.rb test/test_fake_web.rb || die - ;; - esac -} diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201.ebuild deleted file mode 100644 index a74e9845224..00000000000 --- a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -COMMIT=48208f9bf053577befe5723746b6ff35b99b45d0 - -inherit ruby-fakegem - -DESCRIPTION="Helper for faking web requests in Ruby" -HOMEPAGE="https://github.com/chrisk/fakeweb" -SRC_URI="https://github.com/chrisk/fakeweb/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -RUBY_S="${PN}-${COMMIT}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_PATCHES=( fakeweb-ruby22.patch ) - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.14 - dev-ruby/test-unit - )" - -all_ruby_prepare() { - # The package bundles samuel and right_http_connection, remove - # them - rm -r test/vendor || die "failed to remove bundled gems" - - # We don't package sdoc and we don't have the direct template. - sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die - - # Require an old enough version of mocha - sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die - - # Use the test-unit gem to make jruby compatible with newer mocha. - sed -i -e '1igem "test-unit"' \ - -e '/bundler/I s:^:#:' \ - -e '/simplecov/ s:^:#:' test/test_helper.rb || die - - # Avoid test dependencies on unmaintained packages that no longer work - rm test/test_other_net_http_libraries.rb || die - - sed -i -e '/test:preflight/ s:^:#:' Rakefile || die -}