summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-14 03:17:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-14 03:17:26 +0000
commit5f77154f3f61935dae6ca732e3bc778961da652e (patch)
tree79605ad8eefd6f2a1cb628b61210c0d4af598d81 /app-text/acroread
parentAdding sparc/sparc64 keywords (diff)
downloadgentoo-2-5f77154f3f61935dae6ca732e3bc778961da652e.tar.gz
gentoo-2-5f77154f3f61935dae6ca732e3bc778961da652e.tar.bz2
gentoo-2-5f77154f3f61935dae6ca732e3bc778961da652e.zip
bugfixes
Diffstat (limited to 'app-text/acroread')
-rw-r--r--app-text/acroread/ChangeLog9
-rw-r--r--app-text/acroread/acroread-5.06-r1.ebuild (renamed from app-text/acroread/acroread-5.05-r6.ebuild)31
-rw-r--r--app-text/acroread/files/digest-acroread-5.05-r61
3 files changed, 17 insertions, 24 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog
index 3b12923d0db7..60e39ed453c7 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.12 2002/08/06 14:47:13 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.13 2002/08/14 03:17:26 seemant Exp $
+
+*acroread-5.06-r1 (13 Aug 2002)
+
+ 13 Aug 2002; Seemant Kulleen <seemant@gentoo.org> acroread-5.06-r1.ebuild :
+
+ Major bug fixes now make acroread work as a browser plugin (gasp!). Many
+ thanks to Mark Hazen <markh@markh.com> in bug #4046.
*acroread-5.06 (25 Jul 2002)
diff --git a/app-text/acroread/acroread-5.05-r6.ebuild b/app-text/acroread/acroread-5.06-r1.ebuild
index d71c2952ecf1..74f900a4f1c5 100644
--- a/app-text/acroread/acroread-5.05-r6.ebuild
+++ b/app-text/acroread/acroread-5.06-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.05-r6.ebuild,v 1.2 2002/08/06 14:47:13 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06-r1.ebuild,v 1.1 2002/08/14 03:17:26 seemant Exp $
MY_P=linux-${PV/./}
S=${WORKDIR}
@@ -8,25 +8,15 @@ 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="sys-devel/perl"
-
-LICENSE="Adobe"
SLOT="0"
+LICENSE="Adobe"
KEYWORDS="x86 -ppc"
-INSTALLDIR=/opt/Acrobat5
+DEPEND="sys-apps/supersed"
-pkg_setup() {
+RESTRICT="nostrip"
- ewarn "Acroread has a MAJOR security flaw, and will thus not be"
- ewarn "installed. Rather, ghostview is the recommended application"
- ewarn "to read pdf documents."
- ewarn "For further details, please consult"
- ewarn "http://online.securityfocus.com/archive/1/278984"
- ewarn "for your safety, a wrapper script obtained from the above"
- ewarn "website will be used"
-}
+INSTALLDIR=/opt/Acrobat5
src_compile () {
@@ -46,15 +36,12 @@ src_install () {
cp -a ${i} ${D}${INSTALLDIR}
done
- mv acroread acroread.real
- exeinto ${INSTALLDIR}
- doexe acroread.real
- # wrapper script
- exeinto ${INSTALLDIR}
- doexe ${FILESDIR}/acroread
+ sed -i "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real'" acroread
- dodoc README LICREAD.TXT MANIFEST
+ exeinto ${INSTALLDIR}
+ doexe acroread
+ dodoc README LICREAD.TXT
dodir /opt/netscape/plugins
dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins
diff --git a/app-text/acroread/files/digest-acroread-5.05-r6 b/app-text/acroread/files/digest-acroread-5.05-r6
deleted file mode 100644
index 1b87e159ed8a..000000000000
--- a/app-text/acroread/files/digest-acroread-5.05-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5c1cef0b5b1eb75ed01fefb3d6a88ce0 linux-505.tar.gz 9280449