Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 92050

Summary: app-text/acroread/acroread-7.0ebuild fails with USE cjk
Product: Gentoo Linux Reporter: david somers <dsomers>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description david somers 2005-05-09 15:00:41 UTC
When emerge acroread-7.0, if USE=cjk is set, there is a PDEPEND on the asianfont pack... 

The asianfonts (and some for central europe too) appear to be available by jumping through a bunch of hoops via: http://www.adobe.com/products/acrobat/acrrasianfontpack.html.


Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-09 15:29:59 UTC
What is the point of this bug? 

acroread-asianfonts-7.0.20020815.ebuild

<snip>
BASE_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/"

DESCRIPTION="Asian font packs for Adobe Acrobat Reader"
HOMEPAGE="http://www.adobe.com/products/acrobat/acrrasianfontpack.html"
SRC_URI="linguas_zh_CN? ( ${BASE_URI}/chsfont.tar.gz )
        linguas_zh_TW? ( ${BASE_URI}/chtfont.tar.gz )
        linguas_ja? ( ${BASE_URI}/jpnfont.tar.gz )
        linguas_ko? ( ${BASE_URI}/korfont.tar.gz )"
</snip>

It does not work for you? Some error messages? Reopen if you are able to clarify. Thanks.