public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakeweb/
Date: Sat, 10 Apr 2021 06:17:29 +0000 (UTC)	[thread overview]
Message-ID: <1618035222.706e6ade9f236f7ab3ba2363195ac89b92d6e868.graaff@gentoo> (raw)

commit:     706e6ade9f236f7ab3ba2363195ac89b92d6e868
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:13:42 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:13:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e6ade

dev-ruby/fakeweb: remove masked package

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/fakeweb/Manifest                      |  1 -
 dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild | 52 --------------------------
 dev-ruby/fakeweb/metadata.xml                  | 11 ------
 3 files changed, 64 deletions(-)

diff --git a/dev-ruby/fakeweb/Manifest b/dev-ruby/fakeweb/Manifest
deleted file mode 100644
index f8497592ebe..00000000000
--- a/dev-ruby/fakeweb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fakeweb-1.3.0.20170806.tar.gz 61449 BLAKE2B f015f95897383e0b65ada5a7833f7bd3fd61ae77f4ab38bf6bb47f2eecef0c778928090302e46157ae4e2fc6c3df4559e9f5c8004a6474ad8852d157aa3af6da SHA512 1871b7c9f2e4f12cd1c434ef4f760828187078a951517fe3f7a6ca5c5d6f08e3056cae2bb012eca1ba556c2f4d369cb2716c637fefee67eb723428195c482edf

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild
deleted file mode 100644
index 99dd3e6ce4b..00000000000
--- a/dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ruby26: not compatible
-USE_RUBY="ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-COMMIT=2b08c1ff2714ec13a12f3497d67fcefce95c2cbe
-
-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="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-	test? (
-		dev-ruby/mocha
-		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
-
-	# 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
-
-	# Avoid tests that require a network connection
-	sed -i -e '/test_real_https_request/aomit "requires network"' test/test_fake_web.rb || die
-}

diff --git a/dev-ruby/fakeweb/metadata.xml b/dev-ruby/fakeweb/metadata.xml
deleted file mode 100644
index d7fdd1dd499..00000000000
--- a/dev-ruby/fakeweb/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">chrisk/fakeweb</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2021-04-10  6:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10  6:17 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-23  5:28 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakeweb/ Hans de Graaff
2019-02-01 11:46 Hans de Graaff
2018-11-13  6:11 Hans de Graaff
2018-06-27  5:23 Hans de Graaff
2018-04-25  5:23 Hans de Graaff
2017-07-30  6:10 Hans de Graaff
2017-06-26 18:39 Hans de Graaff
2017-04-29 20:13 Jeroen Roovers
2017-04-17  6:45 Hans de Graaff
2016-11-14  6:39 Hans de Graaff
2016-11-13  9:16 Hans de Graaff
2016-09-28  8:17 Tobias Klausmann
2016-04-03 21:44 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618035222.706e6ade9f236f7ab3ba2363195ac89b92d6e868.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox