summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/koffice/koffice-2.0.1.ebuild')
-rw-r--r--kde-apps/koffice/koffice-2.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/koffice/koffice-2.0.1.ebuild b/kde-apps/koffice/koffice-2.0.1.ebuild
deleted file mode 100644
index d193a8702884..000000000000
--- a/kde-apps/koffice/koffice-2.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-apps/koffice/koffice-2.0.1.ebuild,v 1.5 2001/04/30 11:15:14 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE ${PV} - KOffice"
-SRC_PATH="kde/stable/${PV}/distribution/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-${PV}"
-RDEPEND=$DEPEND
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- try ./configure --prefix=$KDEDIR --host=${CHOST} \
- --with-qt-dir=$QTBASE
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc ChangeLog COPYING AUTHORS NEWS README
-}
-