]> Pileus Git - ~andy/sunrise/commitdiff
dev-ruby/grit: Replace all_ruby_prepare() with RUBY_PATCHES.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Wed, 13 Oct 2010 01:55:37 +0000 (01:55 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Wed, 13 Oct 2010 01:55:37 +0000 (01:55 +0000)
(Portage version: 2.2_rc88-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=11419

dev-ruby/grit/ChangeLog
dev-ruby/grit/grit-2.3.0.ebuild

index 878c4883726dd003c2c46e9ba536a8af16af2fc2..9772745dbb7314dff3092da3fa439590317141cc 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Oct 2010; Nathan Phillip Brink (ohnobinki)
+  <ohnobinki@ohnopublishing.net> grit-2.3.0.ebuild:
+  Replace all_ruby_prepare() with RUBY_PATCHES.
+
 *grit-2.3.0 (12 Oct 2010)
 
   12 Oct 2010; Nathan Phillip Brink (ohnobinki)
index 10e536b69fc26b528f943eff4b6053cc1c320c90..5d07c35203431e4a500b82df8d93689fbc935ef8 100644 (file)
@@ -29,7 +29,4 @@ ruby_add_bdepend "doc? ( virtual/ruby-rdoc )
 ruby_add_rdepend "dev-ruby/mime-types
        dev-ruby/diff-lcs"
 
-all_ruby_prepare() {
-       # http://github.com/mojombo/grit/issues/issue/34
-       epatch "${FILESDIR}"/${P}-sorted-refs.patch
-}
+RUBY_PATCHES=(${P}-sorted-refs.patch)