summaryrefslogtreecommitdiff
path: root/dev-ruby/tty-which
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-ruby/tty-which
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ruby/tty-which')
-rw-r--r--dev-ruby/tty-which/Manifest4
-rw-r--r--dev-ruby/tty-which/tty-which-0.4.2.ebuild35
-rw-r--r--dev-ruby/tty-which/tty-which-0.5.0.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-ruby/tty-which/Manifest b/dev-ruby/tty-which/Manifest
index a7822b4aa62f..061b577a6f39 100644
--- a/dev-ruby/tty-which/Manifest
+++ b/dev-ruby/tty-which/Manifest
@@ -1,5 +1,3 @@
-DIST tty-which-0.4.2.tar.gz 9820 BLAKE2B 07ac2aa7a3e42127f456045fbdb92db2ea9834b08e0fccbe81767e01817ec2bf7304fb8a41408b0c4da8ecba3caf8bc236de9cb5637c6f197fe3835d0e9b231e SHA512 573b4ed1bfd4dd66dc3337d076a6559bda57b76c95c75f1aeef8bb6d4e0c81ef72057f5ef0521a10afb2a550b8850e6311aaa56ef2499146221f33403621ee54
DIST tty-which-0.5.0.tar.gz 11560 BLAKE2B 0b8d821168759ff744ded5a5d7b0864303ed71510dd233b39b6f12fe42f044c4fb48da8f9b0cb16875ae9cce5c66060af8cff858aaa88bdaddfc971886f2ce8b SHA512 a5be30dc857eed2aa8ce81f1c62467451760482b1f51f1c0654c57001a9ab828d31b22b35cd9e37ea2fe91a7514a1a15107b5fc948a561a2ee4e58e0748bacd3
-EBUILD tty-which-0.4.2.ebuild 1063 BLAKE2B eecd3cdc80b1ce80e9113fad77381b0d4df8c3c3e54f92f82e72383a4578e98ee60c3d552c51355a126193774623de5c24cb2caeaba503e9ac6c51b689c48a5a SHA512 3c580330845686950781a25c42ebca1c2ae5e0e5fad7eb3ffa15dbdbe743fb61eee7ea9d899210731b6813f74b1125561aed40a0e32e83b04dd3e1c6b45352d3
-EBUILD tty-which-0.5.0.ebuild 1063 BLAKE2B 9945b14c5f4220c4c32b11562f1e5abe6cf577af84f60b4f521c44d3e70325039bf50852c0d0ef2f8f8cfb34f5606dfc61fc626684dd1c8e2255bca6ddbdd6f8 SHA512 2885579a35df456a185edbc7509108e0aeb82cdd5da2b36b148b0148c7204d8c1fe182c49797b62ecda4af7b9f17ca111bceaae88a9f8fbeb3f21a2781362021
+EBUILD tty-which-0.5.0.ebuild 1070 BLAKE2B fd109d80990cdfa76c5212e7ce23bda92e792f71747884615bdb4b4c62e587736ccc702af20bdde72938d964aabd873550690a9a1a1c31529d80f9a69fe7c515 SHA512 bdfd8f375818c5521c64e56a9d7acfc1e9fb0126d569545088a660d89ffdc31cfe3e61f3ee7e19dc7c207765c9bf956b4da26ed27f6e26719159dcea2ac87ab7
MISC metadata.xml 338 BLAKE2B 84c071b128f45437b99263f4ef44815f4cc720ee3558387f0e4e37b28e3f187d40e9269725d9fc8c084d934aa1970144bf0f9ff4497069b179f10aae27ec4f6c SHA512 3f06f102c75759a7f3e4b5c4077e9bfdd00e13ba711842f4f22f0d86c4e13ad48220322798d7592ca64cd13a10d16a8462a609f14c82cd2be1a8da7d2a2f1051
diff --git a/dev-ruby/tty-which/tty-which-0.4.2.ebuild b/dev-ruby/tty-which/tty-which-0.4.2.ebuild
deleted file mode 100644
index 73775797dcca..000000000000
--- a/dev-ruby/tty-which/tty-which-0.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tty-which.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Platform independent implementation of Unix which command"
-HOMEPAGE="https://github.com/piotrmurach/tty-which"
-SRC_URI="https://github.com/piotrmurach/tty-which/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- echo '-rspec_helper' > .rspec || die
- sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Fix running specs without bundler, fixed upstream
- sed -e 's/receive(:join)$/receive(:join).and_call_original/' \
- -e '96iallow(::File).to receive(:join).and_call_original' \
- -e '115iallow(::File).to receive(:join).and_call_original' \
- -i spec/unit/which_spec.rb || die
- sed -e '5iallow(::File).to receive(:join).and_call_original' \
- -i spec/unit/executable_file_spec.rb || die
-}
diff --git a/dev-ruby/tty-which/tty-which-0.5.0.ebuild b/dev-ruby/tty-which/tty-which-0.5.0.ebuild
index f09b9e2955ad..b4021869b1a5 100644
--- a/dev-ruby/tty-which/tty-which-0.5.0.ebuild
+++ b/dev-ruby/tty-which/tty-which-0.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"