summaryrefslogtreecommitdiff
path: root/dev-ruby/bcat
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-09-16 08:17:49 +0200
committerHans de Graaff <graaff@gentoo.org>2020-09-16 08:17:49 +0200
commitf679292ceccde17aad69fc33b659042d45bcbf6c (patch)
tree9f67d282d8b3fd978b93bae2801ccd2b14b905a5 /dev-ruby/bcat
parent865d9b906fcf742e4346c58c7d21b1989a5cadc6 (diff)
downloadgentoo-f679292ceccde17aad69fc33b659042d45bcbf6c.tar.gz
gentoo-f679292ceccde17aad69fc33b659042d45bcbf6c.tar.bz2
gentoo-f679292ceccde17aad69fc33b659042d45bcbf6c.zip
dev-ruby/bcat: remove masked package
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bcat')
-rw-r--r--dev-ruby/bcat/Manifest1
-rw-r--r--dev-ruby/bcat/bcat-0.6.2-r3.ebuild43
-rw-r--r--dev-ruby/bcat/metadata.xml11
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-ruby/bcat/Manifest b/dev-ruby/bcat/Manifest
deleted file mode 100644
index 3df437c5ea75..000000000000
--- a/dev-ruby/bcat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bcat-0.6.2.gem 22016 BLAKE2B abfaec6d9db25990838019d0e9f4dde918f260c01340e34ab272f8a2e02155674ca38bf91843925df31102982cba02ada69abbf7e9ec4b91d4f2cb87b27be339 SHA512 142f853ca0931e5ba300276b1db0977fa275b9b13602940fbaca2c5d32ff881fe753dee25632526a348d71cf71eb6e390aed821b4ba1f48e380d6369ad87ead7
diff --git a/dev-ruby/bcat/bcat-0.6.2-r3.ebuild b/dev-ruby/bcat/bcat-0.6.2-r3.ebuild
deleted file mode 100644
index 3a40db62ad72..000000000000
--- a/dev-ruby/bcat/bcat-0.6.2-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC="man"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pipe to browser utility for use at the shell and within editors"
-HOMEPAGE="https://github.com/rtomayko/bcat"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 s390 sparc x86"
-IUSE=""
-
-# Collides on /usr/bin/bcat, bug 418301
-RDEPEND="${RDEPEND} !!<app-accessibility/speech-tools-2.1-r3"
-
-ruby_add_bdepend "doc? ( app-text/ronn )
- test? ( dev-ruby/test-unit:2 )"
-
-ruby_add_rdepend "=dev-ruby/rack-1*:*"
-
-each_ruby_prepare() {
- sed -i -e "s/a2h/#{ENV['RUBY']} -S a2h/" test/test_bcat_a2h.rb || die
-}
-
-each_ruby_test() {
- # The Rakefile uses weird trickery with load path that causes gems
- # not to be found. Run tests directly instead and do the trickery
- # here to support popen calls for the bins in this package.
- RUBY=${RUBY} RUBYLIB=lib:${RUBYLIB} PATH=bin:${PATH} ${RUBY} -S testrb-2 test/test_*.rb || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/*.1
-}
diff --git a/dev-ruby/bcat/metadata.xml b/dev-ruby/bcat/metadata.xml
deleted file mode 100644
index 644bab734fa8..000000000000
--- a/dev-ruby/bcat/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">rtomayko/bcat</remote-id>
- </upstream>
-</pkgmetadata>