mrueg 15/05/06 15:12:21 Modified: ChangeLog Added: haml-4.0.6-r1.ebuild Removed: haml-4.0.5.ebuild Log: Update test dependencies to rails:4.2. Add ruby21 support. Remove old. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.100 dev-ruby/haml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 16 Apr 2015 23:21:34 -0000 1.99 +++ ChangeLog 6 May 2015 15:12:21 -0000 1.100 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.99 2015/04/16 23:21:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.100 2015/05/06 15:12:21 mrueg Exp $ + +*haml-4.0.6-r1 (06 May 2015) + + 06 May 2015; Manuel RĂ¼ger <[email protected]> +haml-4.0.6-r1.ebuild, + -haml-4.0.5.ebuild: + Update test dependencies to rails:4.2. Add ruby21 support. Remove old. *haml-4.0.6 (16 Apr 2015) 1.1 dev-ruby/haml/haml-4.0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.6-r1.ebuild?rev=1.1&content-type=text/plain Index: haml-4.0.6-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-4.0.6-r1.ebuild,v 1.1 2015/05/06 15:12:21 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="-Ilib doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md" RUBY_FAKEGEM_DOCDIR="doc" inherit ruby-fakegem DESCRIPTION="A ruby web page templating engine" HOMEPAGE="http://haml-lang.com/" LICENSE="MIT" SLOT="4" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" RDEPEND="${RDEPEND} !!<dev-ruby/haml-3.1.8-r2" ruby_add_rdepend "dev-ruby/tilt" ruby_add_bdepend " test? ( dev-ruby/minitest:5 dev-ruby/nokogiri dev-ruby/rails:4.2 ) doc? ( dev-ruby/yard >=dev-ruby/maruku-0.7.2-r1 )" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' \ -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\ -e '1igem "actionpack", "~>4.2"'\ -e '1igem "activesupport", "~>4.2"'\ -e '1igem "railties", "~>4.2"'\ test/test_helper.rb || die # Remove test that fails when RedCloth is available sed -i -e "/should raise error when a Tilt filters dependencies are unavailable for extension/,+9 s/^/#/"\ test/filters_test.rb || die }
