aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGert Van Gool2013-02-18 16:15:50 +0100
committerJack Nagel2013-02-18 13:23:04 -0600
commit27d52772304f19ff09d4799c064f29bca2461598 (patch)
treeb2a22dc93a40f0b68cd0922eb51ed59780318c50 /Library/Formula
parent34c3da2de8d1d9710a9c9695f96a0dcf287ae8fa (diff)
downloadhomebrew-27d52772304f19ff09d4799c064f29bca2461598.tar.bz2
ledger: remove upstreamed patch
This removes the time-colon patch since it was included in upstream on January 29th 2013 (https://github.com/ledger/ledger/pull/107/) Closes #17926. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ledger.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index abc611a94..56d51ad9b 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -9,7 +9,6 @@ class Ledger < Formula
option 'debug', 'Build with debugging symbols enabled'
option 'python', 'Enable Python support'
- option 'time-colon', 'Apply time-colon patch'
depends_on 'gettext'
depends_on 'boost'
@@ -20,12 +19,6 @@ class Ledger < Formula
depends_on 'cmake' if build.head?
depends_on 'libofx' => :optional unless build.head?
- def patches
- p = {:p1 => []}
- p[:p1] << 'https://raw.github.com/gist/856799/66158f9f3b732d658f5d0784407ec63a0be33746/ledger_time_colon.patch' if build.include? 'time-colon'
- p
- end
-
def install
# find Homebrew's libpcre
ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib"