From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-ruby/stomp/Manifest | 1 + dev-ruby/stomp/metadata.xml | 12 ++++++++++++ dev-ruby/stomp/stomp-1.4.9.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-ruby/stomp/Manifest create mode 100644 dev-ruby/stomp/metadata.xml create mode 100644 dev-ruby/stomp/stomp-1.4.9.ebuild (limited to 'dev-ruby/stomp') diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest new file mode 100644 index 000000000000..f4c87745f652 --- /dev/null +++ b/dev-ruby/stomp/Manifest @@ -0,0 +1 @@ +DIST stomp-1.4.9.gem 99328 BLAKE2B 9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69 SHA512 e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86 diff --git a/dev-ruby/stomp/metadata.xml b/dev-ruby/stomp/metadata.xml new file mode 100644 index 000000000000..0899558797c3 --- /dev/null +++ b/dev-ruby/stomp/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + stompgem/stomp + + gentoo-staging + diff --git a/dev-ruby/stomp/stomp-1.4.9.ebuild b/dev-ruby/stomp/stomp-1.4.9.ebuild new file mode 100644 index 000000000000..cd1e6a88a687 --- /dev/null +++ b/dev-ruby/stomp/stomp-1.4.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Ruby bindings for the stomp messaging protocol" +HOMEPAGE="https://github.com/stompgem/stomp" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +all_ruby_prepare() { + # Skip specs that hang the test run indefinitely, most likely + # because of rspec-mocks deprecation output + rm -f spec/connection_spec.rb || die +} -- cgit v1.3.1