2015-04-19 22:17:39 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-09-14 17:32:48 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-09-14 17:32:48 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2015-04-19 22:17:39 +03:00
|
|
|
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
|
2013-09-14 17:32:48 +04:00
|
|
|
|
|
|
|
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"
|
2015-04-19 22:17:39 +03:00
|
|
|
HOMEPAGE="https://github.com/stompgem/stomp"
|
2013-09-14 17:32:48 +04:00
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
2016-03-07 19:10:20 +03:00
|
|
|
KEYWORDS="amd64 ~x86"
|
2013-09-14 17:32:48 +04:00
|
|
|
IUSE=""
|