graaff      15/06/10 05:41:36

  Modified:             ChangeLog slim-2.0.3.ebuild
  Log:
  Use correct SLOT. Add missing sass test dependency.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/slim/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   24 Dec 2014 10:54:58 -0000      1.4
+++ ChangeLog   10 Jun 2015 05:41:36 -0000      1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/slim
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.4 2014/12/24 
10:54:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/ChangeLog,v 1.5 2015/06/10 
05:41:36 graaff Exp $
+
+  10 Jun 2015; Hans de Graaff <[email protected]> slim-2.0.3.ebuild:
+  Use correct SLOT. Add missing sass test dependency.
 
   24 Dec 2014; Manuel RĂ¼ger <[email protected]> -slim-2.0.2-r1.ebuild,
   -slim-2.0.2.ebuild:



1.2                  dev-ruby/slim/slim-2.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild?r1=1.1&r2=1.2

Index: slim-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slim-2.0.3.ebuild   28 Jul 2014 06:22:07 -0000      1.1
+++ slim-2.0.3.ebuild   10 Jun 2015 05:41:36 -0000      1.2
@@ -1,6 +1,6 @@
-# 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/slim/slim-2.0.3.ebuild,v 1.1 
2014/07/28 06:22:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slim/slim-2.0.3.ebuild,v 1.2 
2015/06/10 05:41:36 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -21,10 +21,12 @@
 IUSE="doc"
 
 ruby_add_rdepend ">=dev-ruby/tilt-1.3.3:0
-       >=dev-ruby/temple-0.6.6 =dev-ruby/temple-0.6*"
+       >=dev-ruby/temple-0.6.6:0"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"
 
+ruby_add_bdepend "test? ( dev-ruby/sass )"
+
 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




Reply via email to