diff options
author | 2020-06-15 19:30:58 +0200 | |
---|---|---|
committer | 2020-06-15 19:36:11 +0200 | |
commit | d8891d8e4f074b6c3a96fb07b2aa3944bad8cd48 (patch) | |
tree | 0efd2d31a95cdcc19f6ea6562b248ac2f5eb473b /dev-ruby/stomp | |
parent | dev-ruby/rgen: cleanup (diff) | |
download | gentoo-d8891d8e4f074b6c3a96fb07b2aa3944bad8cd48.tar.gz gentoo-d8891d8e4f074b6c3a96fb07b2aa3944bad8cd48.tar.bz2 gentoo-d8891d8e4f074b6c3a96fb07b2aa3944bad8cd48.zip |
dev-ruby/stomp: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.4.4.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest index 302a78d2f238..f4c87745f652 100644 --- a/dev-ruby/stomp/Manifest +++ b/dev-ruby/stomp/Manifest @@ -1,2 +1 @@ -DIST stomp-1.4.4.gem 93696 BLAKE2B c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7 SHA512 77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673 DIST stomp-1.4.9.gem 99328 BLAKE2B 9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69 SHA512 e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86 diff --git a/dev-ruby/stomp/stomp-1.4.4.ebuild b/dev-ruby/stomp/stomp-1.4.4.ebuild deleted file mode 100644 index cf57278dc9fe..000000000000 --- a/dev-ruby/stomp/stomp-1.4.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25" - -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="" |