diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-05 20:24:44 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-05 20:37:39 +0200 |
commit | bd6649d01ade4bd72d3f08aa7fcc93ed4cd99f5e (patch) | |
tree | caad8991b49dba04fb78e68b5f338062cd7ce6e7 /dev-ruby/stomp | |
parent | dev-ruby/rspec-core: stable 3.6.0 for hppa (diff) | |
download | gentoo-bd6649d01ade4bd72d3f08aa7fcc93ed4cd99f5e.tar.gz gentoo-bd6649d01ade4bd72d3f08aa7fcc93ed4cd99f5e.tar.bz2 gentoo-bd6649d01ade4bd72d3f08aa7fcc93ed4cd99f5e.zip |
dev-ruby/stomp: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.4.3.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest index f15d6583ad17..ee75769007f5 100644 --- a/dev-ruby/stomp/Manifest +++ b/dev-ruby/stomp/Manifest @@ -1,2 +1 @@ -DIST stomp-1.4.3.gem 91136 BLAKE2B 249752ab204401ab91660461c8e45c3c1677c008cbea1abe027059d8b2dfbac9b8b5c8f3446f23e94b2c90dd4f35b3bf5de9837f3ca251579e94de0fcadda6dd SHA512 b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948 DIST stomp-1.4.4.gem 93696 BLAKE2B c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7 SHA512 77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673 diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild b/dev-ruby/stomp/stomp-1.4.3.ebuild deleted file mode 100644 index 0003bf613f06..000000000000 --- a/dev-ruby/stomp/stomp-1.4.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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="" |