diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-22 11:12:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-22 11:12:39 +0000 |
commit | 27172a9b0280294e8e31c877d2f1f22405f69657 (patch) | |
tree | 6b6287024cc0409625aa0df6e7d6541515c4ce8f /app-text/acroread | |
parent | added LICENSE=Adobe (diff) | |
download | gentoo-2-27172a9b0280294e8e31c877d2f1f22405f69657.tar.gz gentoo-2-27172a9b0280294e8e31c877d2f1f22405f69657.tar.bz2 gentoo-2-27172a9b0280294e8e31c877d2f1f22405f69657.zip |
version bump
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.05.ebuild | 50 | ||||
-rw-r--r-- | app-text/acroread/files/10acroread5 | 2 |
3 files changed, 60 insertions, 1 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index e1f9305dfc58..2c1738526ea9 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,13 @@ # 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.3 2002/04/05 05:48:41 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.4 2002/05/22 11:12:39 seemant Exp $ + +*acroread-5.05 (22 May 2002) + + 22 May 2002; Seemant Kulleen <seemant@gentoo.org> acroread-5.05.ebuild + files/digest-acroread-5.05 files/10acroread5 : + + version bump. *acroread-4.05-r4 (4 Apr 2002) diff --git a/app-text/acroread/acroread-5.05.ebuild b/app-text/acroread/acroread-5.05.ebuild new file mode 100644 index 000000000000..1f7de31890df --- /dev/null +++ b/app-text/acroread/acroread-5.05.ebuild @@ -0,0 +1,50 @@ +# 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.ebuild,v 1.1 2002/05/22 11:12: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 /opt/Acrobat4 + for i in Browsers Reader Resource + do + cp -a ${S}/${i} ${D}/${INSTALLDIR} + done + exeinto ${INSTALLDIR} + doexe acroread + dodoc README LICREAD.TXT MANIFEST + into /opt/netscape/plugins + dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins + insinto /etc/env.d + doins ${FILESDIR}/10acroread5 + + #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe) + if use mozilla; then + into /usr/lib/mozilla/plugins + dosym \ + ${INSTALLDIR}/Browsers/intellinux/nppdf.so \ + /usr/lib/mozilla/plugins/nppdf.so + fi +} diff --git a/app-text/acroread/files/10acroread5 b/app-text/acroread/files/10acroread5 new file mode 100644 index 000000000000..b6b313722f58 --- /dev/null +++ b/app-text/acroread/files/10acroread5 @@ -0,0 +1,2 @@ +PATH=/opt/Acrobat5 +ROOTPATH=/opt/Acrobat5 |