graaff      14/06/24 06:04:18

  Modified:             ChangeLog shoulda-3.5.0-r1.ebuild
  Log:
  Avoid build-time dependency on git, fixing bug 514840. Add ruby20.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.32                 dev-ruby/shoulda/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   4 Jun 2014 18:50:43 -0000       1.31
+++ ChangeLog   24 Jun 2014 06:04:18 -0000      1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shoulda
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.31 
2014/06/04 18:50:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.32 
2014/06/24 06:04:18 graaff Exp $
+
+  24 Jun 2014; Hans de Graaff <gra...@gentoo.org> shoulda-3.5.0-r1.ebuild:
+  Avoid build-time dependency on git, fixing bug 514840. Add ruby20.
 
   04 Jun 2014; Hans de Graaff <gra...@gentoo.org> shoulda-2.11.3-r1.ebuild:
   Use our own documentation recipe instead of the Rakefile with deprecated code



1.3                  dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild

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

Index: shoulda-3.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shoulda-3.5.0-r1.ebuild     5 Mar 2014 21:20:54 -0000       1.2
+++ shoulda-3.5.0-r1.ebuild     24 Jun 2014 06:04:18 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild,v 
1.2 2014/03/05 21:20:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild,v 
1.3 2014/06/24 06:04:18 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -28,3 +28,7 @@
 
 ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
        >=dev-ruby/shoulda-matchers-1.4.1"
+
+all_ruby_prepare() {
+       sed -e '/git ls-files/d' -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}




Reply via email to