Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 232813 Details for
Bug 318233
dev-python/reportlab-2.4 tries to download standard T1 font curves
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reportlab-2.4.ebuild.diff
reportlab-2.4.ebuild.diff (text/plain), 822 bytes, created by
Denilson Sá Maia
on 2010-05-25 04:04:32 UTC
(
hide
)
Description:
reportlab-2.4.ebuild.diff
Filename:
MIME Type:
Creator:
Denilson Sá Maia
Created:
2010-05-25 04:04:32 UTC
Size:
822 bytes
patch
obsolete
>--- /gentoo/portage/dev-python/reportlab/reportlab-2.4.ebuild 2010-05-11 19:37:31.000000000 -0300 >+++ reportlab-2.4.ebuild 2010-05-25 00:53:43.000000000 -0300 >@@ -12,7 +12,8 @@ > > DESCRIPTION="Tools for generating printable PDF documents from any data source." > HOMEPAGE="http://www.reportlab.org/ http://pypi.python.org/pypi/reportlab" >-SRC_URI="http://www.reportlab.org/ftp/${MY_PN}_${MY_PV}.tar.gz" >+SRC_URI="http://www.reportlab.org/ftp/${MY_PN}_${MY_PV}.tar.gz >+ http://www.reportlab.com/ftp/fonts/pfbfer.zip" > > LICENSE="BSD" > SLOT="0" >@@ -28,6 +29,12 @@ > > S="${WORKDIR}/${MY_PN}_${MY_PV}" > >+src_unpack() { >+ unpack "${MY_PN}_${MY_PV}.tar.gz" >+ cd "${S}/src/reportlab/fonts" || die >+ unpack pfbfer.zip >+} >+ > src_prepare() { > sed -i \ > -e 's|/usr/lib/X11/fonts/TrueType/|/usr/share/fonts/ttf-bitstream-vera/|' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318233
:
230099
|
230101
| 232813