graaff      14/04/22 19:11:08

  Modified:             ChangeLog tilt-1.4.1.ebuild
  Added:                tilt-1.4.1-r1.ebuild
  Log:
  Create stable candidate without ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.32                 dev-ruby/tilt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   20 Apr 2014 05:57:18 -0000      1.31
+++ ChangeLog   22 Apr 2014 19:11:08 -0000      1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/tilt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.31 2014/04/20 
05:57:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.32 2014/04/22 
19:11:08 graaff Exp $
+
+*tilt-1.4.1-r1 (22 Apr 2014)
+
+  22 Apr 2014; Hans de Graaff <[email protected]> tilt-1.4.1.ebuild,
+  +tilt-1.4.1-r1.ebuild:
+  Create stable candidate without ruby21.
 
   20 Apr 2014; Hans de Graaff <[email protected]> tilt-1.4.1.ebuild:
   Add ruby21. Avoid kramdown tests due to differences in quoting.



1.6                  dev-ruby/tilt/tilt-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?r1=1.5&r2=1.6

Index: tilt-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tilt-1.4.1.ebuild   20 Apr 2014 05:57:18 -0000      1.5
+++ tilt-1.4.1.ebuild   22 Apr 2014 19:11:08 -0000      1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.5 
2014/04/20 05:57:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.6 
2014/04/22 19:11:08 graaff Exp $
 
 EAPI=5
 
 # jruby fails tests
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"



1.1                  dev-ruby/tilt/tilt-1.4.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: tilt-1.4.1-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/tilt/tilt-1.4.1-r1.ebuild,v 1.1 
2014/04/22 19:11:08 graaff Exp $

EAPI=5

# jruby fails tests
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"

inherit ruby-fakegem

DESCRIPTION="A thin interface over a Ruby template engines to make their usage 
as generic as possible."
HOMEPAGE="http://github.com/rtomayko/tilt";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_bdepend "test? (
        dev-ruby/bluecloth
        dev-ruby/coffee-script
        dev-ruby/erubis
        dev-ruby/nokogiri
        dev-ruby/radius )"

# Most dependencies are optional: skip haml for ruby20 and ruby21
# because haml depends on rails.
USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"

ruby_add_rdepend ">=dev-ruby/builder-2.0.0"

all_ruby_prepare() {
        # Recent kramdown versions handle quoting differently.
        rm test/tilt_kramdown_test.rb || die
}




Reply via email to