diff options
author | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2010-10-13 01:55:37 +0000 |
---|---|---|
committer | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2010-10-13 01:55:37 +0000 |
commit | b522a4b2a5d10af5877c031723fff1bc76ea0513 (patch) | |
tree | 7e273bd50f47f8f067e567772678404968d6e17a /dev-ruby | |
parent | dev-ruby/grit: New ebuild grit-2.3.0 for bug 340623. This is the recommended ... (diff) | |
download | sunrise-b522a4b2a5d10af5877c031723fff1bc76ea0513.tar.gz sunrise-b522a4b2a5d10af5877c031723fff1bc76ea0513.tar.bz2 sunrise-b522a4b2a5d10af5877c031723fff1bc76ea0513.zip |
dev-ruby/grit: Replace all_ruby_prepare() with RUBY_PATCHES.
(Portage version: 2.2_rc88-r1/svn/Linux x86_64)
svn path=/sunrise/; revision=11419
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/grit/ChangeLog | 4 | ||||
-rw-r--r-- | dev-ruby/grit/grit-2.3.0.ebuild | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/grit/ChangeLog b/dev-ruby/grit/ChangeLog index 878c48837..9772745db 100644 --- a/dev-ruby/grit/ChangeLog +++ b/dev-ruby/grit/ChangeLog @@ -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) diff --git a/dev-ruby/grit/grit-2.3.0.ebuild b/dev-ruby/grit/grit-2.3.0.ebuild index 10e536b69..5d07c3520 100644 --- a/dev-ruby/grit/grit-2.3.0.ebuild +++ b/dev-ruby/grit/grit-2.3.0.ebuild @@ -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) |