Merge pull request #135288 from Mic92/bcat

This commit is contained in:
Sandro 2021-08-22 18:32:59 +02:00 committed by GitHub
commit edc410374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 59 deletions

View File

@ -1,2 +0,0 @@
source 'https://rubygems.org'
gem 'bcat'

View File

@ -1,15 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
bcat (0.6.2)
rack (~> 1.0)
rack (1.6.11)
PLATFORMS
ruby
DEPENDENCIES
bcat
BUNDLED WITH
2.1.4

View File

@ -1,17 +0,0 @@
{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "bcat";
gemdir = ./.;
exes = [ "bcat" "btee" "a2h" ];
passthru.updateScript = bundlerUpdateScript "bcat";
meta = with lib; {
description = "Pipe to browser utility";
homepage = "http://rtomayko.github.com/bcat/";
license = licenses.mit;
maintainers = with maintainers; [ jraygauthier nicknovitski ];
platforms = platforms.unix;
};
}

View File

@ -1,23 +0,0 @@
{
bcat = {
dependencies = ["rack"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0w2wwlngcs7f4lmvifixrb89bjkw2lx8z0nn72w360hz394ic651";
type = "gem";
};
version = "0.6.2";
};
rack = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem";
};
version = "1.6.11";
};
}

View File

@ -69,6 +69,7 @@ mapAliases ({
batti = throw "batti has been removed from nixpkgs, as it was unmaintained"; # added 2019-12-10
bazaar = throw "bazaar has been deprecated by breezy."; # added 2020-04-19
bazaarTools = throw "bazaar has been deprecated by breezy."; # added 2020-04-19
bcat = throw "bcat has been removed because upstream is dead"; # added 2021-08-22
beegfs = throw "beegfs has been removed."; # added 2019-11-24
bluezFull = bluez; # Added 2019-12-03
bpftool = bpftools; # Added 2021-05-03

View File

@ -1920,8 +1920,6 @@ with pkgs;
bdf2sfd = callPackage ../tools/misc/bdf2sfd { };
bcat = callPackage ../tools/text/bcat {};
bcache-tools = callPackage ../tools/filesystems/bcache-tools { };
bchunk = callPackage ../tools/cd-dvd/bchunk { };