diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-04 06:46:46 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-04 08:24:49 +0100 |
commit | 20b61633165b917b97b97553829ca82b69e42c97 (patch) | |
tree | 0889004cc2ec911008c7de36ba42ec10d0bd06d3 /dev-ruby/stomp | |
parent | x11-apps/x11perf: Keyword 1.6.0 for ~arm64 (diff) | |
download | gentoo-20b61633165b917b97b97553829ca82b69e42c97.tar.gz gentoo-20b61633165b917b97b97553829ca82b69e42c97.tar.bz2 gentoo-20b61633165b917b97b97553829ca82b69e42c97.zip |
dev-ruby/stomp: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/stomp-1.3.2-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild b/dev-ruby/stomp/stomp-1.3.2-r1.ebuild deleted file mode 100644 index 7a0b39bc9689..000000000000 --- a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -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="" |