Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn/files: prawn-0.4.1-gentoo.patch
Date: Thu, 16 Jul 2009 13:25:09
Message-Id: E1MRQxN-00062U-QH@stork.gentoo.org
1 flameeyes 09/07/16 13:25:05
2
3 Added: prawn-0.4.1-gentoo.patch
4 Log:
5 Make sure to install the needed datafiles, and patch the code to find it in our correct layout.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/prawn/files/prawn-0.4.1-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn/files/prawn-0.4.1-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn/files/prawn-0.4.1-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: prawn-0.4.1-gentoo.patch
15 ===================================================================
16 Index: sandal-prawn-c5c1ddba07efa45fd4b10085ab5ca255a43269be/lib/prawn.rb
17 ===================================================================
18 --- sandal-prawn-c5c1ddba07efa45fd4b10085ab5ca255a43269be.orig/lib/prawn.rb
19 +++ sandal-prawn-c5c1ddba07efa45fd4b10085ab5ca255a43269be/lib/prawn.rb
20 @@ -18,7 +18,7 @@ module Prawn
21 dir = File.dirname(file)
22
23 # The base source directory for Prawn as installed on the system
24 - BASEDIR = File.expand_path(File.join(dir, '..'))
25 + BASEDIR = "/usr/share/prawn"
26
27 VERSION = "0.4.1"