diff options
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 037391f8dc5f..c23a50beb8eb 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/redcloth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.97 2014/12/19 13:23:19 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.98 2015/02/21 09:31:22 graaff Exp $ + + 21 Feb 2015; Hans de Graaff <graaff@gentoo.org> redcloth-4.2.9-r2.ebuild: + Add ruby22. 19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild: Stable for sparc, wrt bug #513430 diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild index 75cc45d46f49..9330bf02c6c2 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild,v 1.3 2014/08/13 18:39:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r2.ebuild,v 1.4 2015/02/21 09:31:22 graaff Exp $ EAPI=5 -# jruby → tests still fail with UTF-8 characters -# http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_NAME="RedCloth" |