diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 10:15:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 10:15:31 +0000 |
commit | 71efd574f7745ccc91e6c4333ec26da599a1e0a2 (patch) | |
tree | 6f51920c1d04e3d7a2a85c09fa90cbe3def1734f /app-text/acroread | |
parent | fixes in spades. see changelog (diff) | |
download | historical-71efd574f7745ccc91e6c4333ec26da599a1e0a2.tar.gz historical-71efd574f7745ccc91e6c4333ec26da599a1e0a2.tar.bz2 historical-71efd574f7745ccc91e6c4333ec26da599a1e0a2.zip |
Mozilla recognises acroread plug-in
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/acroread/acroread-4.05-r3.ebuild | 52 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-4.05-r3 | 1 |
3 files changed, 62 insertions, 1 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 4438a7fd856b..f7f6bebb42db 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/acroread # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.1 2002/02/01 21:53:09 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.2 2002/04/03 10:15:31 seemant Exp $ + +*acroread-4.05-r3 (3 Apr 2002) + + 3 Apr 2002; Seemant Kulleen <seemant@gentoo.org> acroread-4.05-r3.ebuild : + + If mozilla is in USE, then a symlink to the mozilla libs allows acroread to + be a mozilla plug-in. Fix submitted by: m3thos@netcabo.pt + (Miguel Sousa Filipe) *acroread-4.05-r2 (1 Feb 2002) diff --git a/app-text/acroread/acroread-4.05-r3.ebuild b/app-text/acroread/acroread-4.05-r3.ebuild new file mode 100644 index 000000000000..ad4e3519b6b8 --- /dev/null +++ b/app-text/acroread/acroread-4.05-r3.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: system@gentoo.org +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-4.05-r3.ebuild,v 1.1 2002/04/03 10:15:31 seemant Exp $ + +MY_P=linux-ar-405 +S=${WORKDIR}/ILINXR.install +DESCRIPTION="Adobe's PDF reader" +SRC_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/${MY_P}.tar.gz" +HOMEPAGE="http://www.adobe.com/products/acrobat/" + +DEPEND="virtual/glibc" +RDEPEND="virtual/x11" + +src_unpack() { + + unpack ${A} + cd ${S} + tar xvf ILINXR.TAR + tar xvf READ.TAR +} + +src_compile () { + + tar xvf ILINXR.TAR + tar xvf READ.TAR + + sed -e "s:REPLACE_ME:/opt/Acrobat4/Reader:" \ + bin/acroread.sh > acroread +} + +src_install () { + + dodir /opt/Acrobat4 + for i in Browsers Reader Resource + do + cp -a ${S}/${i} ${D}/opt/Acrobat4 + done + exeinto /opt/Acrobat4 + doexe acroread + dodoc ReadMe LICREAD.TXT + into /opt/netscape/plugins + dosym /opt/Acrobat4/Browsers/intellinux/nppdf.so /opt/netscape/plugins + insinto /etc/env.d + doins ${FILESDIR}/10acroread + + #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe) + use mozilla && \ + dosym \ + /opt/Acrobat4/Browsers/intellinux/nppdf.so \ + /usr/lib/mozilla/plugins/nppdf.so +} diff --git a/app-text/acroread/files/digest-acroread-4.05-r3 b/app-text/acroread/files/digest-acroread-4.05-r3 new file mode 100644 index 000000000000..65196a98e2d3 --- /dev/null +++ b/app-text/acroread/files/digest-acroread-4.05-r3 @@ -0,0 +1 @@ +MD5 ad40572f1f9972d2b91d01217a2b0f23 linux-ar-405.tar.gz 6144813 |