diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-12-09 10:21:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-12-09 10:21:24 +0000 |
commit | 97f2babeb1037024da6f576a8d489a3ec48f59de (patch) | |
tree | eca688384e683eef8b66103c80a7c22efe15fdb3 /dev-ruby/stomp | |
parent | Remove old version. (diff) | |
download | gentoo-2-97f2babeb1037024da6f576a8d489a3ec48f59de.tar.gz gentoo-2-97f2babeb1037024da6f576a8d489a3ec48f59de.tar.bz2 gentoo-2-97f2babeb1037024da6f576a8d489a3ec48f59de.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.7.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 37a9a88c0b23..d04676cf8e63 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.17 2012/12/09 10:19:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.18 2012/12/09 10:21:24 graaff Exp $ + +*stomp-1.2.7 (09 Dec 2012) + + 09 Dec 2012; Hans de Graaff <graaff@gentoo.org> +stomp-1.2.7.ebuild: + Version bump. 09 Dec 2012; Hans de Graaff <graaff@gentoo.org> -stomp-1.1.7.ebuild: Remove old version. diff --git a/dev-ruby/stomp/stomp-1.2.7.ebuild b/dev-ruby/stomp/stomp-1.2.7.ebuild new file mode 100644 index 000000000000..6ca09c3679bb --- /dev/null +++ b/dev-ruby/stomp/stomp-1.2.7.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.7.ebuild,v 1.1 2012/12/09 10:21:24 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby18 ruby19 ree18 jruby" + +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="~amd64 ~x86" +IUSE="" |