diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-28 10:09:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-28 10:09:05 +0000 |
commit | d3c7cf4f55ebe52080fd58e19d60250ba9b9a81a (patch) | |
tree | da53d14a5c3bc3d26b3c680ceb06983a53411e66 /dev-ruby/coderay | |
parent | Revision bump to drop ruby19 and create a stable candidate. Add ree18. (diff) | |
download | gentoo-2-d3c7cf4f55ebe52080fd58e19d60250ba9b9a81a.tar.gz gentoo-2-d3c7cf4f55ebe52080fd58e19d60250ba9b9a81a.tar.bz2 gentoo-2-d3c7cf4f55ebe52080fd58e19d60250ba9b9a81a.zip |
Drop ruby19 to create new stable candidate.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.9.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 49cb8104e75a..af6423f0e4ec 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.28 2011/01/16 08:23:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.29 2011/01/28 10:09:05 graaff Exp $ + + 28 Jan 2011; Hans de Graaff <graaff@gentoo.org> coderay-0.9.6.ebuild: + Drop ruby19 to create new stable candidate. *coderay-0.9.7 (16 Jan 2011) diff --git a/dev-ruby/coderay/coderay-0.9.6.ebuild b/dev-ruby/coderay/coderay-0.9.6.ebuild index dca14457df99..0792c27a6152 100644 --- a/dev-ruby/coderay/coderay-0.9.6.ebuild +++ b/dev-ruby/coderay/coderay-0.9.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.2 2010/12/04 16:10:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.3 2011/01/28 10:09:05 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" |