diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 09:58:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 09:58:39 +0000 |
commit | 5d3283b945ccfb1d274a479163872f9cde3407a0 (patch) | |
tree | 5edff1c4864e61a7cf2410565a954e8309ff8e79 /app-text/acroread | |
parent | converted to gnome 2 eclass and gnome 1.4.x dep fix (diff) | |
download | gentoo-2-5d3283b945ccfb1d274a479163872f9cde3407a0.tar.gz gentoo-2-5d3283b945ccfb1d274a479163872f9cde3407a0.tar.bz2 gentoo-2-5d3283b945ccfb1d274a479163872f9cde3407a0.zip |
more fix0rs
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.05-r4.ebuild | 55 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.05-r4 | 1 |
3 files changed, 65 insertions, 1 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 5b39a00657c5..ccfc36159297 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.7 2002/06/03 11:53:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.8 2002/06/04 09:58:39 seemant Exp $ + +*acroread-5.05-r4 (4 Jun 2002) + + 4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> acroread-5.05-r4.ebuild + files/digest-acroread-5.05-r4 : + + More fixes. The symlinks from the last fix were not being created + properly. This closes bug #3260 again. *acroread-5.05-r3 (3 Jun 2002) diff --git a/app-text/acroread/acroread-5.05-r4.ebuild b/app-text/acroread/acroread-5.05-r4.ebuild new file mode 100644 index 000000000000..65cc15830ac0 --- /dev/null +++ b/app-text/acroread/acroread-5.05-r4.ebuild @@ -0,0 +1,55 @@ +# 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-5.05-r4.ebuild,v 1.1 2002/06/04 09:58:39 seemant Exp $ + +MY_P=linux-${PV/./} +S=${WORKDIR} +DESCRIPTION="Adobe's PDF reader" +SRC_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/${MY_P}.tar.gz" +HOMEPAGE="http://www.adobe.com/products/acrobat/" + +DEPEND="virtual/glibc" +RDEPEND="virtual/x11" + +LICENSE="Adobe" + +INSTALLDIR=/opt/Acrobat5 + +src_compile () { + + tar xvf LINUXRDR.TAR + tar xvf COMMON.TAR + + sed -e "s:REPLACE_ME:${INSTALLDIR}/Reader:" \ + bin/acroread.sh > acroread +} + +src_install () { + + dodir ${INSTALLDIR} + for i in Browsers Reader Resource + do + chown -R root.root ${i} + cp -a ${i} ${D}${INSTALLDIR} + done + + exeinto ${INSTALLDIR} + doexe acroread + dodoc README LICREAD.TXT MANIFEST + dodir /opt/netscape/plugins + dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins + + #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson) + dodir /etc/env.d + echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \ + ${D}/etc/env.d/10acroread5 + + #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe) + use mozilla && ( \ + dodir /usr/lib/mozilla/plugins + dosym \ + ${INSTALLDIR}/Browsers/intellinux/nppdf.so \ + /usr/lib/mozilla/plugins/nppdf.so + ) +} diff --git a/app-text/acroread/files/digest-acroread-5.05-r4 b/app-text/acroread/files/digest-acroread-5.05-r4 new file mode 100644 index 000000000000..1b87e159ed8a --- /dev/null +++ b/app-text/acroread/files/digest-acroread-5.05-r4 @@ -0,0 +1 @@ +MD5 5c1cef0b5b1eb75ed01fefb3d6a88ce0 linux-505.tar.gz 9280449 |