From 822a054dd1bab7f8080ccd486398034b4ff0b97d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Mar 2023 15:53:38 +0100 Subject: gentoo auto-resync : 29:03:2023 - 15:53:38 --- dev-ruby/listen/listen-3.7.1.ebuild | 47 ------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 dev-ruby/listen/listen-3.7.1.ebuild (limited to 'dev-ruby/listen/listen-3.7.1.ebuild') diff --git a/dev-ruby/listen/listen-3.7.1.ebuild b/dev-ruby/listen/listen-3.7.1.ebuild deleted file mode 100644 index 7f058645a111..000000000000 --- a/dev-ruby/listen/listen-3.7.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Listens to file modifications and notifies you about the changes" -HOMEPAGE="https://github.com/guard/listen" - -LICENSE="MIT" -SLOT="3" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" - -# Block on other packages trying to install a /usr/bin/listen -RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.10" - -ruby_add_bdepend "test? ( dev-ruby/thor )" - -all_ruby_prepare() { - rm -f Gemfile || die - sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die - sed -i -e "/rb-fsevent/d" lib/listen/adapter/darwin.rb || die - rm -rf spec/lib/listen/adapter/darwin_spec.rb || die -} - -each_ruby_prepare() { - mkdir spec/.fixtures || die -} - -each_ruby_test() { - RSPEC_VERSION=3 ruby-ng_rspec - rm -rf spec/.fixtures || die -} -- cgit v1.2.3