diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-29 19:05:03 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-29 19:05:03 +0200 |
commit | 72a9462562ba73a00ba29bb974d43c0a34ab0681 (patch) | |
tree | 59e8abd2969a18d6da4eb3d4d7112fab1b90af2e /dev-ruby/libusb | |
parent | dev-ruby/loofah: drop 2.19.1, 2.20.0, 2.21.1, 2.21.2 (diff) | |
download | gentoo-72a9462562ba73a00ba29bb974d43c0a34ab0681.tar.gz gentoo-72a9462562ba73a00ba29bb974d43c0a34ab0681.tar.bz2 gentoo-72a9462562ba73a00ba29bb974d43c0a34ab0681.zip |
dev-ruby/libusb: drop 0.6.4-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/libusb')
-rw-r--r-- | dev-ruby/libusb/libusb-0.6.4-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/libusb/libusb-0.6.4-r1.ebuild b/dev-ruby/libusb/libusb-0.6.4-r1.ebuild deleted file mode 100644 index 8c021b4b7f91..000000000000 --- a/dev-ruby/libusb/libusb-0.6.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="History.md README.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="binding that gives Ruby programmers access to arbitrary USB devices" -HOMEPAGE="https://github.com/larskanis/libusb" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND+="virtual/libusb:1" -RDEPEND+="${DEPEND}" - -ruby_add_rdepend "dev-ruby/ffi:0" -ruby_add_bdepend "test? ( dev-ruby/eventmachine )" - -all_ruby_prepare() { - sed -e '/mini_portile2/d' \ - -e 's/git ls-files --/find/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid tests that try to open devices or depend on specific hardware - rm -f test/test_libusb_{bos,descriptors}.rb || die -} - -each_ruby_test() { - ${RUBY} -I.:lib -e "Dir['test/test_*.rb'].each{|f| require f}" || die -} |