diff options
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.5.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 6ac917bed2d2..5133f6365c72 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.11 2012/07/05 22:35:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.12 2012/08/13 00:14:02 flameeyes Exp $ + +*stomp-1.2.5 (13 Aug 2012) + + 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +stomp-1.2.5.ebuild: + Version bump. *stomp-1.2.4 (05 Jul 2012) diff --git a/dev-ruby/stomp/stomp-1.2.5.ebuild b/dev-ruby/stomp/stomp-1.2.5.ebuild new file mode 100644 index 000000000000..b4b17724eb83 --- /dev/null +++ b/dev-ruby/stomp/stomp-1.2.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.5.ebuild,v 1.1 2012/08/13 00:14:02 flameeyes Exp $ + +EAPI=4 + +USE_RUBY="ruby18 ruby19 ree18" + +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="http://rubyforge.org/projects/stomp/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" |