]> Pileus Git - ~andy/sunrise/commitdiff
dev-ruby/ruby-gd2: Use RUBY_PATCHES instead of all_ruby_prepare().
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Thu, 14 Oct 2010 13:34:55 +0000 (13:34 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Thu, 14 Oct 2010 13:34:55 +0000 (13:34 +0000)
(Portage version: 2.2_rc90-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=11423

dev-ruby/ruby-gd2/ChangeLog
dev-ruby/ruby-gd2/ruby-gd2-1.1.1-r1.ebuild

index af86dd0e8ac85b1c765d21188806e37ebe433599..62e0abc268582e5b4dcaad0d270f446d30905181 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Oct 2010; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
+  ruby-gd2-1.1.1-r1.ebuild:
+  Use RUBY_PATCHES instead of all_ruby_prepare().
+
   11 Oct 2010; Nathan Phillip Brink (ohnobinki)
   <ohnobinki@ohnopublishing.net> ruby-gd2-1.1.1-r1.ebuild:
   Fix installation of documentation.
index 35ba0ed0f9ec70c176c3ebc98747907780ceee59..02af0c59130b65dc277789eac80810070864dfdd 100644 (file)
@@ -23,6 +23,4 @@ RDEPEND="media-libs/gd[truetype]"
 
 ruby_add_bdepend "doc? ( virtual/ruby-rdoc )"
 
-all_ruby_prepare() {
-       epatch "${FILESDIR}"/${P}-raketasks.patch
-}
+RUBY_PATCHES=( ${P}-raketasks.patch )