mrueg 15/04/16 23:21:34 Modified: ChangeLog Added: haml-4.0.6.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.99 dev-ruby/haml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 12 Mar 2015 06:51:25 -0000 1.98 +++ ChangeLog 16 Apr 2015 23:21:34 -0000 1.99 @@ -1,6 +1,11 @@ # 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.98 2015/03/12 06:51:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.99 2015/04/16 23:21:34 mrueg Exp $ + +*haml-4.0.6 (16 Apr 2015) + + 16 Apr 2015; Manuel RĂ¼ger <[email protected]> +haml-4.0.6.ebuild: + Version bump. 12 Mar 2015; Hans de Graaff <[email protected]> -haml-3.1.8-r1.ebuild: Cleanup. 1.1 dev-ruby/haml/haml-4.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.6.ebuild?rev=1.1&content-type=text/plain Index: haml-4.0.6.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.ebuild,v 1.1 2015/04/16 23:21:34 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" 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:0 dev-ruby/nokogiri dev-ruby/rails:3.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", "~>4.0"/'\ -e '1igem "actionpack", "~>3.2"'\ -e '1igem "activesupport", "~>3.2"'\ -e '1igem "railties", "~>3.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 }
