diff options
author | 2011-05-27 06:10:05 +0000 | |
---|---|---|
committer | 2011-05-27 06:10:05 +0000 | |
commit | 6f1335fdbc089e45e35f2ac6ffdb636ceb25e165 (patch) | |
tree | 5d12b016729f42d40c967bcf54c53aecd1295ab5 /dev-ruby | |
parent | export CC variables and depend on pkgconfig (diff) | |
download | gentoo-2-6f1335fdbc089e45e35f2ac6ffdb636ceb25e165.tar.gz gentoo-2-6f1335fdbc089e45e35f2ac6ffdb636ceb25e165.tar.bz2 gentoo-2-6f1335fdbc089e45e35f2ac6ffdb636ceb25e165.zip |
Drop ruby19 to create a stable candidate for bug 368825.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index a3489f1c283d..9910f279c532 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.2 2011/03/18 05:15:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.3 2011/05/27 06:10:05 graaff Exp $ + + 27 May 2011; Hans de Graaff <graaff@gentoo.org> stomp-1.1.7.ebuild: + Drop ruby19 to create a stable candidate for bug 368825. *stomp-1.1.8 (18 Mar 2011) diff --git a/dev-ruby/stomp/stomp-1.1.7.ebuild b/dev-ruby/stomp/stomp-1.1.7.ebuild index 018c75739760..0bc1cc7e5ca0 100644 --- a/dev-ruby/stomp/stomp-1.1.7.ebuild +++ b/dev-ruby/stomp/stomp-1.1.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.1 2011/02/28 06:59:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.1.7.ebuild,v 1.2 2011/05/27 06:10:05 graaff Exp $ EAPI="2" -USE_RUBY="ruby18 ruby19 ree18" +USE_RUBY="ruby18 ree18" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |