From ff8c30c816b2011fc5c3f9e3dc14b1e3c2ab3393 Mon Sep 17 00:00:00 2001 From: Brad Laue Date: Sun, 5 Oct 2003 19:03:55 +0000 Subject: Still more old things to clean out --- app-office/openoffice-bin/Manifest | 6 +- .../files/digest-openoffice-bin-1.1_beta2-r1 | 1 - .../openoffice-bin-1.1_beta2-r1.ebuild | 227 --------------------- 3 files changed, 1 insertion(+), 233 deletions(-) delete mode 100644 app-office/openoffice-bin/files/digest-openoffice-bin-1.1_beta2-r1 delete mode 100644 app-office/openoffice-bin/openoffice-bin-1.1_beta2-r1.ebuild (limited to 'app-office') diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest index 3d643d6e42a2..879fbe9a8cad 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,7 +1,6 @@ MD5 03fc4cb78f24e8242462cd61e6a548cc openoffice-bin-1.0.2.ebuild 6072 MD5 ca684c312bf881173d503be6be98ab3f openoffice-bin-1.0.3.1.ebuild 6344 MD5 939b365cc7b2f819ed0f4faf93fe4628 openoffice-bin-1.0.3.ebuild 6065 -MD5 f640c8901922bed72b34252d45a3fbe8 openoffice-bin-1.1_beta2-r1.ebuild 6277 MD5 6a0256a20400cbace98b97606b696dc3 ChangeLog 6260 MD5 1b92460c1b1cbe58752939ee2d729056 openoffice-bin-1.1_rc4.ebuild 5933 MD5 fe2abf43105ba0e9c4cdebb92f4e5761 openoffice-bin-1.1.0.ebuild 5915 @@ -9,14 +8,11 @@ MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460 MD5 6bb2dccd6a53a5457be6670d628c77d3 files/digest-openoffice-bin-1.0.2 168 MD5 7f69df73d15c5fca3829e9f3083cf440 files/digest-openoffice-bin-1.0.3 82 MD5 94e303d234eb28b21c53aefdc9f8f19f files/digest-openoffice-bin-1.0.3.1 145 -MD5 b53b5b274336275ed73675bae1fc5dfc files/digest-openoffice-bin-1.1_beta2-r1 85 MD5 1a644c53f7077463c10ce1dfe1f890ff files/digest-openoffice-bin-1.1_rc4 83 MD5 efebc36adb61713ed8813c1f0cdf953a files/ooffice-wrapper-1.3 8981 MD5 948e1466408e108685d2fd09eb1c3324 files/digest-openoffice-bin-1.1.0 82 MD5 92e731a066e45536e55b07894f18096c files/1.0.2/ooffice-wrapper-1.1 7460 MD5 271539dafab707398e9b806eef8f250a files/1.0.2/ooffice-wrapper-1.2 8220 MD5 46080de39ef5acd7488ce1e76ac10cbe files/1.0.3/ooffice-wrapper-1.3 8362 -MD5 9ded113d20e703977e226bdc8373a6d4 files/1.1_beta2/ooffice-wrapper-1.3 8409 MD5 ea579df37ecea73bc37977db44c7bba4 files/1.1.0/ooffice-wrapper-1.3 8972 -MD5 9c24ec0c94b795a6b10dae2657631036 files/1.1_rc1/ooffice-wrapper-1.3 8978 -MD5 71a61edc7e10812d8a534d3e67394a26 files/1.1_rc2/ooffice-wrapper-1.3 8978 +MD5 9ded113d20e703977e226bdc8373a6d4 files/1.1_beta2/ooffice-wrapper-1.3 8409 diff --git a/app-office/openoffice-bin/files/digest-openoffice-bin-1.1_beta2-r1 b/app-office/openoffice-bin/files/digest-openoffice-bin-1.1_beta2-r1 deleted file mode 100644 index 9df0fd992c06..000000000000 --- a/app-office/openoffice-bin/files/digest-openoffice-bin-1.1_beta2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 36501f5f2fe19dd255215625255e9268 OOo_1.1Beta2_LinuxPPC_installer.tar.gz 76595214 diff --git a/app-office/openoffice-bin/openoffice-bin-1.1_beta2-r1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1_beta2-r1.ebuild deleted file mode 100644 index a9791d16affb..000000000000 --- a/app-office/openoffice-bin/openoffice-bin-1.1_beta2-r1.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1_beta2-r1.ebuild,v 1.5 2003/09/09 08:44:27 msterret Exp $ - -IUSE="kde gnome" - -inherit virtualx - -# NOTE: There are two big issues that should be addressed. -# -# 1) Language support and fonts should be addressed. - -LOC="/opt" - -INSTDIR="${LOC}/OpenOffice.org${PV}" -#MY_PV="`echo ${PV} | gawk '{ print tolower($1) }'`" -MY_PV="${PV/_/}" -if [ `use ppc` ]; then - MY_P="OOo_${MY_PV/beta/Beta}_LinuxPPC_installer" - S="${WORKDIR}/${MY_P}" -else - MY_P="OOo_${MY_PV}_LinuxIntel_install" - S="${WORKDIR}/${MY_P}" -fi; - -DESCRIPTION="OpenOffice productivity suite" -SRC_URI="x86? ( http://vlaai.snt.utwente.nl/pub/software/openoffice/stable/${MY_PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz - http://openoffice.mirrors.pair.com/stable/${MY_PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz ) - ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/${MY_P}.tar.gz )" -HOMEPAGE="http://www.openoffice.org" - -DEPEND="sys-apps/findutils - virtual/glibc - >=dev-lang/perl-5.0 - virtual/x11 - app-arch/zip - app-arch/unzip - || ( >=virtual/jdk-1.3.1 >=virtual/jre-1.3.1 ) - !app-office/openoffice" - -RDEPEND="virtual/glibc - >=dev-lang/perl-5.0 - virtual/x11 - app-arch/zip - app-arch/unzip - || ( >=virtual/jdk-1.3.1 >=virtual/jre-1.3.1 ) - !app-office/openoffice" - -LICENSE="LGPL-2 | SISSL-1.1" -SLOT="0" -KEYWORDS="~x86 -ppc -sparc " - -src_install() { - # Sandbox issues; bug #8587 - addpredict "/user" - addpredict "/share" - addpredict "/pspfontcache" - addpredict "/usr/bin/soffice" - - # Sandbox issues; bug 8063 - addpredict "/dev/dri" - - # Autoresponse file for main installation - cat > ${T}/rsfile-global <<-"END_RS" - [ENVIRONMENT] - INSTALLATIONMODE=INSTALL_NETWORK - INSTALLATIONTYPE=STANDARD - DESTINATIONPATH= - OUTERPATH= - LOGFILE= - LANGUAGELIST= - - [JAVA] - JavaSupport=preinstalled_or_none - END_RS - - # Autoresponse file for user isntallation - cat > ${T}/rsfile-local <<-"END_RS" - [ENVIRONMENT] - INSTALLATIONMODE=INSTALL_WORKSTATION - INSTALLATIONTYPE=WORKSTATION - DESTINATIONPATH=/.openoffice/ - - [JAVA] - JavaSupport=none - END_RS - - # Fixing install location in response file - sed -e "s||${D}${INSTDIR}|" \ - ${T}/rsfile-global > ${T}/autoresponse - - einfo "Installing OpenOffice.org into build root..." - dodir ${INSTDIR} - cd ${S} - # Setup virtualmake - export maketype="./setup" - # We need X to install... - virtualmake "-v -r:${T}/autoresponse" - - #fix the libstdc++.so symlink - cd ${D}/${INSTDIR}/program - ln -sf libstdc++.so.3.0.4 libstdc++.so.3 - ln -sf libstdc++.so.3.0.4 libstdc++ - - echo - einfo "Removing build root from registry..." - # Remove totally useless stuff. - rm -f ${D}${INSTDIR}/program/{setup.log,sopatchlevel.sh} - # Remove build root from registry and co - egrep -rl "${D}" ${D}${INSTDIR}/* | \ - xargs -i perl -pi -e "s|${D}||g" {} || : - - einfo "Fixing permissions..." - # Fix permissions - find ${D}${INSTDIR}/ -type f -exec chmod a+r {} \; - chmod a+x ${D}${INSTDIR}/share/config/webcast/*.pl - - # Fix symlinks - for x in "soffice program/spadmin" \ - "program/setup setup" \ - "program/spadmin spadmin" - do - dosym $(echo ${x} | awk '{print $1}') \ - ${INSTDIR}/$(echo ${x} | awk '{print $2}') - done - - # Install user autoresponse file - insinto /etc/openoffice - sed -e "s||${PV//_beta2}|g" ${T}/rsfile-local > ${T}/autoresponse-${PV}.conf - doins ${T}/autoresponse-${PV}.conf - - # Install wrapper script - exeinto /usr/bin - sed -e "s||${PV}|g" \ - ${FILESDIR}/${PV}/ooffice-wrapper-1.3 > ${T}/ooffice - doexe ${T}/ooffice - # Component symlinks - dosym ooffice /usr/bin/oocalc - dosym ooffice /usr/bin/oodraw - dosym ooffice /usr/bin/ooimpress - dosym ooffice /usr/bin/oomath - dosym ooffice /usr/bin/oowriter - dosym ooffice /usr/bin/ooweb - dosym ooffice /usr/bin/oosetup - dosym ooffice /usr/bin/oopadmin - - einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." - if [ -n "`use gnome`" ] - then - insinto /usr/share/gnome/apps/OpenOffice.org - # Install the files needed for the catagory - doins ${D}${INSTDIR}/share/gnome/net/.directory - doins ${D}${INSTDIR}/share/gnome/net/.order - - for x in ${D}${INSTDIR}/share/gnome/net/*.desktop - do - # We have to handle setup differently - perl -pi -e "s:${INSTDIR}/program/setup:/usr/bin/oosetup:g" ${x} - # Now fix the rest - perl -pi -e "s:${INSTDIR}/program/s:/usr/bin/oo:g" ${x} - doins ${x} - done - fi - - if [ -n "`use kde`" ] - then - local kdeloc="${D}${INSTDIR}/share/kde/net/" - - insinto /usr/share/applnk/OpenOffice.org\ 1.1 - # Install the files needed for the catagory - doins ${kdeloc}/.directory - doins ${kdeloc}/.order - dodir /usr/share - # Install the icons and mime info - cp -r ${D}${INSTDIR}/share/kde/net/share/mimelnk ${D}${INSTDIR}/share/kde/net/share/icons ${D}/usr/share - - for x in ${kdeloc}/*.desktop - do - # We have to handle setup differently - perl -pi -e "s:${INSTDIR}/program/setup:/usr/bin/oosetup:g" ${x} - # Now fix the rest - perl -pi -e "s:${INSTDIR}/program/s:/usr/bin/oo:g" ${x} - doins ${x} - done - fi - - # Unneeded, as they get installed into /usr/share... -# rm -rf ${D}${INSTDIR}/share/{cde,gnome,kde} - rm -rf ${D}${INSTDIR}/share/cde - - for f in ${D}/usr/share/gnome/apps/OpenOffice.org/* ; do - echo 'Categories=Application;Office;' >> ${f} - done - - - # Make sure these do not get nuked. - keepdir ${INSTDIR}/user/registry/res/en-us/org/openoffice/{Office,ucb} - keepdir ${INSTDIR}/user/psprint/{driver,fontmetric} - keepdir ${INSTDIR}/user/{autocorr,backup,plugin,store,temp,template} - - #touch files to make portage uninstalling happy (#22593) - find ${D} -type f -exec touch {} \; -} - -pkg_preinst() { - - # The one with OO-1.0.0 was not valid - if [ -f ${ROOT}/etc/openoffice/autoresponse.conf ] - then - rm -f ${ROOT}/etc/openoffice/autoresponse.conf - fi -} - -pkg_postinst() { - - einfo "******************************************************************" - einfo " To start OpenOffice.org, run:" - einfo - einfo " $ ooffice" - einfo - einfo " Also, for individual components, you can use any of:" - einfo - einfo " oocalc, oodraw, ooimpress, oomath, ooweb or oowriter" - einfo - einfo "******************************************************************" -} - -- cgit v1.2.3-65-gdbad