p8952 14/05/26 14:23:17 Modified: ChangeLog Added: slim-2.0.2-r1.ebuild Log: Fix tests by adding tilt dependency, add ruby20 and ruby21 targets (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-ruby/slim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 13 Dec 2013 02:35:57 -0000 1.1 +++ ChangeLog 26 May 2014 14:23:16 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/slim -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.1 2013/12/13 02:35:57 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.2 2014/05/26 14:23:16 p8952 Exp $ + +*slim-2.0.2-r1 (26 May 2014) + + 26 May 2014; Peter Wilmott <[email protected]> +slim-2.0.2-r1.ebuild: + Fix tests by adding tilt dependency, add ruby20 and ruby21 targets *slim-2.0.2 (13 Dec 2013) 1.1 dev-ruby/slim/slim-2.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain Index: slim-2.0.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.2-r1.ebuild,v 1.1 2014/05/26 14:23:16 p8952 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_TASK_DOC="yard" inherit ruby-fakegem DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic" HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="doc" ruby_add_rdepend "dev-ruby/kramdown dev-ruby/sass dev-ruby/temple dev-ruby/tilt" ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )" all_ruby_prepare() { # This sinatra code expects tests to be installed but we strip those. sed -i -e "s/require 'sinatra'/require 'bogussinatra'/" Rakefile || die # Avoid tests for things we don't have. sed -i -e '/test_wip_render_with_asciidoc/,/^ end/ s:^:#:' \ -e '/test_render_with_wiki/,/^ end/ s:^:#:' \ -e '/test_render_with_creole/,/^ end/ s:^:#:' \ -e '/test_render_with_org/,/^ end/ s:^:#:' test/core/test_embedded_engines.rb || die }
