diff options
Diffstat (limited to 'app-office/oooqs/oooqs-2.0.3-r1.ebuild')
-rw-r--r-- | app-office/oooqs/oooqs-2.0.3-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-office/oooqs/oooqs-2.0.3-r1.ebuild b/app-office/oooqs/oooqs-2.0.3-r1.ebuild deleted file mode 100644 index 7cd0ce080fb6..000000000000 --- a/app-office/oooqs/oooqs-2.0.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-2.0.3-r1.ebuild,v 1.2 2005/01/01 15:37:51 eradicator Exp $ - -inherit kde eutils - -need-kde 3 - -DESCRIPTION="OpenOffice.org Quickstarter, runs in the KDE SystemTray" -HOMEPAGE="http://segfaultskde.berlios.de/index.php" -SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/fixxooo.patch -} - -pkg_postinst() -{ - einfo "If upgrading from version 2.0, please remove the oooqs.desktop file from" - einfo "your "Autostart" directory (linked in the "Goto" menu in Konqueror)." - einfo - einfo "If you want to use this for openoffice-ximian and already had it installed" - einfo "for vanilla openoffice.org before, make sure to delete the old config file in" - einfo "~/.kde/share/config/oooqsrc" - -} |