diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-12-15 15:04:14 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-12-15 15:04:14 +0000 |
commit | 79280bcc73a25ccee67ece56c26c94e68c4180a4 (patch) | |
tree | 26c745ec9468b03036585263c88625166e508b6d /app-text | |
parent | security bump, bug #74406 (Manifest recommit) (diff) | |
download | gentoo-2-79280bcc73a25ccee67ece56c26c94e68c4180a4.tar.gz gentoo-2-79280bcc73a25ccee67ece56c26c94e68c4180a4.tar.bz2 gentoo-2-79280bcc73a25ccee67ece56c26c94e68c4180a4.zip |
remove old versions
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.09-r1.ebuild | 93 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.09.ebuild | 84 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.09 | 1 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.09-r1 | 1 |
5 files changed, 5 insertions, 180 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 4305bb94c777..056e22a2f1c0 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/acroread # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.39 2004/12/15 15:02:36 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.40 2004/12/15 15:04:14 lanius Exp $ + + 15 Dec 2004; lanius@gentoo.org -acroread-5.09-r1.ebuild, + -acroread-5.09.ebuild: + remove old versions *acroread-5.010 (15 Dec 2004) diff --git a/app-text/acroread/acroread-5.09-r1.ebuild b/app-text/acroread/acroread-5.09-r1.ebuild deleted file mode 100644 index 8e0840e4f0e9..000000000000 --- a/app-text/acroread/acroread-5.09-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09-r1.ebuild,v 1.3 2004/10/25 07:32:10 usata Exp $ - -inherit nsplugins eutils - -MY_P=linux-${PV/./} -DESCRIPTION="Adobe's PDF reader" -HOMEPAGE="http://www.adobe.com/products/acrobat/" -SRC_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/${MY_P}.tar.gz" - -LICENSE="Adobe" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -IUSE="cjk noplugin" -RESTRICT="nostrip" - -DEPEND="virtual/libc - >=sys-apps/sed-4" -RDEPEND="cjk? ( media-fonts/acroread-asianfonts ) - amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" -PROVIDE="virtual/pdfviewer" - -INSTALLDIR=/opt/Acrobat5 - -S="${WORKDIR}" - -pkg_setup() { - if ! use noplugin ; then - einfo - einfo "gtk2 USE flag can cause a slowdown in Mozilla's performance" - einfo "especially when using the acroread plugin to view a PDF file." - einfo - fi -} - -src_compile() { - tar -xvf LINUXRDR.TAR --no-same-owner - tar -xvf COMMON.TAR --no-same-owner - - sed -e "s:REPLACE_ME:${INSTALLDIR}/Reader:" \ - bin/acroread.sh > acroread - - #epatch ${FILESDIR}/acroread-utf8-gentoo.diff - - # Workaround till lib symlinks change from lib64 to lib32 - # Danny van Dyk <kugelfang@gentoo.org> 2004/08/30 - if use amd64 ; then - sed -i \ - -e "s:^install_dir:export XLOCALEDIR=/usr/X11R6/lib32/X11/locale/\n&:1" acroread \ - || die "sed failed" - fi -} - -src_install() { - local i - - dodir ${INSTALLDIR} - DIRS="Reader Resource" - use !noplugin && DIRS="${DIRS} Browsers" - for i in ${DIRS} - do - if [ -d ${i} ] ; then - chown -R --dereference root:root ${i} - cp -Rd ${i} ${D}${INSTALLDIR} - fi - done - - sed -i \ - -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real':" \ - acroread || die "sed acroread failed" - - exeinto ${INSTALLDIR} - doexe acroread || die "doexe failed" - dodoc README LICREAD.TXT - - if ! use noplugin ; then - dodir /opt/netscape/plugins - dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins - inst_plugin ${INSTALLDIR}/Browsers/intellinux/nppdf.so - fi - - #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 - -} - -pkg_postinst () { - # fix wrong directory permissions (bug #25931) - find ${INSTALLDIR} -type d | xargs chmod 755 || die -} diff --git a/app-text/acroread/acroread-5.09.ebuild b/app-text/acroread/acroread-5.09.ebuild deleted file mode 100644 index 612606c9d639..000000000000 --- a/app-text/acroread/acroread-5.09.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09.ebuild,v 1.6 2004/10/25 07:32:10 usata Exp $ - -inherit nsplugins eutils - -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/" -IUSE="cjk" - -SLOT="0" -LICENSE="Adobe" -KEYWORDS="-* x86 ~amd64" - -RESTRICT="nostrip" -DEPEND="virtual/libc - >=sys-apps/sed-4" -RDEPEND="cjk? ( media-fonts/acroread-asianfonts ) - amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" -PROVIDE="virtual/pdfviewer" - -INSTALLDIR=/opt/Acrobat5 - -pkg_setup() { - - einfo - einfo "gtk2 USE flag can cause a slowdown in Mozilla's performance" - einfo "especially when using the acroread plugin to view a PDF file." - einfo -} - -src_compile() { - - tar -xvf LINUXRDR.TAR --no-same-owner - tar -xvf COMMON.TAR --no-same-owner - - sed -e "s:REPLACE_ME:${INSTALLDIR}/Reader:" \ - bin/acroread.sh > acroread - - #epatch ${FILESDIR}/acroread-utf8-gentoo.diff - - # Workaround till lib symlinks change from lib64 to lib32 - # Danny van Dyk <kugelfang@gentoo.org> 2004/08/30 - if use amd64 ; then - sed -i -e "s:^install_dir:export XLOCALEDIR=/usr/X11R6/lib32/X11/locale/\n&:1" acroread - fi -} - -src_install() { - - dodir ${INSTALLDIR} - for i in Browsers Reader Resource - do - if [ -d ${i} ] ; then - chown -R --dereference root:root ${i} - cp -Rd ${i} ${D}${INSTALLDIR} - fi - done - - sed -i \ - -e "s:\$PROG =.*:\$PROG = '${INSTALLDIR}/acroread.real':" \ - acroread || die "sed acroread failed" - - exeinto ${INSTALLDIR} - doexe acroread - dodoc README LICREAD.TXT - 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 - - inst_plugin ${INSTALLDIR}/Browsers/intellinux/nppdf.so -} - -pkg_postinst () { - # fix wrong directory permissions (bug #25931) - find ${INSTALLDIR} -type d | xargs chmod 755 || die -} diff --git a/app-text/acroread/files/digest-acroread-5.09 b/app-text/acroread/files/digest-acroread-5.09 deleted file mode 100644 index e7c50e00678e..000000000000 --- a/app-text/acroread/files/digest-acroread-5.09 +++ /dev/null @@ -1 +0,0 @@ -MD5 53b7ca0fc83ab81214ba82050ce89c64 linux-509.tar.gz 9284358 diff --git a/app-text/acroread/files/digest-acroread-5.09-r1 b/app-text/acroread/files/digest-acroread-5.09-r1 deleted file mode 100644 index e7c50e00678e..000000000000 --- a/app-text/acroread/files/digest-acroread-5.09-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 53b7ca0fc83ab81214ba82050ce89c64 linux-509.tar.gz 9284358 |