Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92699
Collapse All | Expand All

(-)acroread-7.0.0.2.ebuild.orig (-2 / +6 lines)
Lines 6-12 Link Here
6
6
7
DESCRIPTION="Adobe's PDF reader"
7
DESCRIPTION="Adobe's PDF reader"
8
HOMEPAGE="http://www.adobe.com/products/acrobat/"
8
HOMEPAGE="http://www.adobe.com/products/acrobat/"
9
SRC_URI="ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdobeReader_enu-$(replace_version_separator 3 "-").i386.rpm"
9
SRC_HEAD="ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0"
10
SRC_FOOT="-$(replace_version_separator 3 "-").i386.rpm"
11
SRC_URI="			linguas_de? ( ${SRC_HEAD}/deu/AdobeReader_deu${SRC_FOOT} )
12
	!linguas_de? (  linguas_fr? ( ${SRC_HEAD}/fra/AdobeReader_fra${SRC_FOOT} ))
13
	!linguas_de? ( !linguas_fr? ( ${SRC_HEAD}/enu/AdobeReader_enu${SRC_FOOT} ))"
10
LICENSE="Adobe"
14
LICENSE="Adobe"
11
SLOT="0"
15
SLOT="0"
12
KEYWORDS="-* ~x86 ~amd64"
16
KEYWORDS="-* ~x86 ~amd64"
Lines 46-52 Link Here
46
50
47
	exeinto ${INSTALLDIR}
51
	exeinto ${INSTALLDIR}
48
	doexe bin/acroread || die "doexe failed"
52
	doexe bin/acroread || die "doexe failed"
49
	dodoc README LICREAD.TXT Browser/Browser_Plugin_HowTo.txt
53
	dodoc Browser/Browser_Plugin_HowTo.txt
50
54
51
	if ! use noplugin ; then
55
	if ! use noplugin ; then
52
		exeinto /opt/netscape/plugins
56
		exeinto /opt/netscape/plugins

Return to bug 92699