summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-12-31 19:25:02 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-12-31 19:31:05 +0100
commit4841cefb1fa9663ae1b1d2a43a0cb392dda4bf29 (patch)
tree6868d87224b89061cd24c0b787985a8d5d4514ef /dev-util/protobuf-cucumber
parentdev-util/aruba: drop 1.0.3-r1, 1.1.2-r1 (diff)
downloadgentoo-4841cefb1fa9663ae1b1d2a43a0cb392dda4bf29.tar.gz
gentoo-4841cefb1fa9663ae1b1d2a43a0cb392dda4bf29.tar.bz2
gentoo-4841cefb1fa9663ae1b1d2a43a0cb392dda4bf29.zip
dev-util/protobuf-cucumber: treeclean
Closes: https://bugs.gentoo.org/868198 Closes: https://bugs.gentoo.org/826926 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/protobuf-cucumber')
-rw-r--r--dev-util/protobuf-cucumber/Manifest1
-rw-r--r--dev-util/protobuf-cucumber/metadata.xml10
-rw-r--r--dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild39
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/protobuf-cucumber/Manifest b/dev-util/protobuf-cucumber/Manifest
deleted file mode 100644
index 5f3d93032b9d..000000000000
--- a/dev-util/protobuf-cucumber/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST protobuf-cucumber-3.10.8.gem 236544 BLAKE2B e81636fc06fbed54dc67def3d4d1c445a971d861e3dcd99aa406e137b858734d995100c76d33a6d00b6ec9584d8dbb8f1d05424e73d0f35a3d196cfb70ffc561 SHA512 904b3b6f0564a9db61c1b8e3aef10fe666dd602cf09c43c32241e908695b2f144be5e9ee094a21a07c43354ecaa3c9006ff62aa0e6f6ad2688b72bb9a40538a9
diff --git a/dev-util/protobuf-cucumber/metadata.xml b/dev-util/protobuf-cucumber/metadata.xml
deleted file mode 100644
index 388add16003d..000000000000
--- a/dev-util/protobuf-cucumber/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>graaff@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">ruby-protobuf/protobuf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
deleted file mode 100644
index 52f124e5f5fd..000000000000
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Google Protocol Buffers serialization and RPC implementation for Ruby"
-HOMEPAGE="https://github.com/ruby-protobuf/protobuf"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/activesupport-3.2:*
- dev-ruby/middleware
- dev-ruby/thor:*
- dev-ruby/thread_safe
-"
-
-ruby_add_bdepend "test? (
- dev-ruby/timecop
-)"
-
-all_ruby_prepare() {
- sed -i -e '/\(bundler\|pry\)/I s:^:#:' Rakefile spec/spec_helper.rb || die
-
- # Avoid unpackaged optional dependency
- rm -f spec/lib/protobuf/rpc/connectors/{ping,zmq}_spec.rb spec/functional/zmq_server_spec.rb || die
- rm -rf spec/lib/protobuf/rpc/servers/zmq || die
- sed -i -e '/context .zmq/,/^ end/ s:^:#:' spec/lib/protobuf/cli_spec.rb || die
-}