diff options
author | 2004-01-24 13:54:07 +0000 | |
---|---|---|
committer | 2004-01-24 13:54:07 +0000 | |
commit | a2bca29087a9c8d523e5020184fee0c87208049e (patch) | |
tree | 50c0d7e242e42c09e4f81b7a81e076781f7cfef9 /app-office/openoffice-bin | |
parent | header fix; tidy (diff) | |
download | historical-a2bca29087a9c8d523e5020184fee0c87208049e.tar.gz historical-a2bca29087a9c8d523e5020184fee0c87208049e.tar.bz2 historical-a2bca29087a9c8d523e5020184fee0c87208049e.zip |
cleanups following the other OOo-variants
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/openoffice-bin/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild | 28 |
3 files changed, 15 insertions, 22 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index cb89a45b0d9d..c2e5e498a6ac 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/openoffice-bin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.37 2004/01/24 11:37:07 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.38 2004/01/24 13:54:07 suka Exp $ + + 24 Jan 2004; suka <suka@gentoo.org> openoffice-bin-1.1.0.ebuild: + Just some cleanups to the ebuild 24 Jan 2004; suka <suka@gentoo.org> openoffice-bin-1.0.3.ebuild, openoffice-bin-1.1_rc4.ebuild, files/ooffice-wrapper-1.3: diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest index b90aa98ebcc3..0ea86b2ea4c8 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,7 +1,7 @@ MD5 03fc4cb78f24e8242462cd61e6a548cc openoffice-bin-1.0.2.ebuild 6072 MD5 ca684c312bf881173d503be6be98ab3f openoffice-bin-1.0.3.1.ebuild 6344 -MD5 524e9f604c71335cdff1f59d99a780b5 openoffice-bin-1.1.0.ebuild 6154 -MD5 56d55b9bae7eaa6ddb4c53c42985180e ChangeLog 6929 +MD5 72660dabf01fdeb00f55fa5aab01c7d4 openoffice-bin-1.1.0.ebuild 5790 +MD5 e4c06a50cb23c118ae72cd8aa796c1a2 ChangeLog 7032 MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460 MD5 6bb2dccd6a53a5457be6670d628c77d3 files/digest-openoffice-bin-1.0.2 168 MD5 948e1466408e108685d2fd09eb1c3324 files/digest-openoffice-bin-1.1.0 82 diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild index 9d76d5db1bd4..1e8eb9248f42 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.0.ebuild,v 1.7 2004/01/17 17:15:01 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild,v 1.8 2004/01/24 13:54:07 suka Exp $ IUSE="kde gnome" @@ -67,7 +67,7 @@ src_install() { JavaSupport=preinstalled_or_none END_RS - # Autoresponse file for user isntallation + # Autoresponse file for user installation cat > ${T}/rsfile-local <<-"END_RS" [ENVIRONMENT] INSTALLATIONMODE=INSTALL_WORKSTATION @@ -119,15 +119,11 @@ src_install() { sed -e "s|<pv>|${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 + for app in calc draw impress math writer web setup padmin; do + dosym ooffice /usr/bin/oo${app} + done einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." if [ -n "`use gnome`" ] @@ -158,10 +154,9 @@ src_install() { 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 + cp -a ${D}${INSTDIR}/share/kde/net/share/mimelnk ${D}${INSTDIR}/share/kde/net/share/icons ${D}/usr/share for x in ${kdeloc}/*.desktop do @@ -174,14 +169,9 @@ src_install() { 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 + # Remove unneeded stuff + rm -rf ${D}${INSTDIR}/share/cde # Make sure these do not get nuked. keepdir ${INSTDIR}/user/registry/res/en-us/org/openoffice/{Office,ucb} |