summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-18 17:25:27 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-18 17:25:27 +0000
commit082a68bc848e00db78f3e40aa51811fb29a65a1f (patch)
tree1593685c9e6cf0b6e49a2984b4b3edf49fe7f2ab /app-office/koffice
parent*** empty log message *** (diff)
downloadhistorical-082a68bc848e00db78f3e40aa51811fb29a65a1f.tar.gz
historical-082a68bc848e00db78f3e40aa51811fb29a65a1f.tar.bz2
historical-082a68bc848e00db78f3e40aa51811fb29a65a1f.zip
*** empty log message ***
Diffstat (limited to 'app-office/koffice')
-rw-r--r--app-office/koffice/files/digest-koffice-1.92-r11
-rw-r--r--app-office/koffice/koffice-1.94.ebuild (renamed from app-office/koffice/koffice-1.92-r1.ebuild)13
2 files changed, 6 insertions, 8 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.92-r1 b/app-office/koffice/files/digest-koffice-1.92-r1
deleted file mode 100644
index 5bcc14a7f53e..000000000000
--- a/app-office/koffice/files/digest-koffice-1.92-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 492b6ad96475fda34dd0f53074974be1 koffice-1.92.tar.bz2
diff --git a/app-office/koffice/koffice-1.92-r1.ebuild b/app-office/koffice/koffice-1.94.ebuild
index e746bf2a0c95..56cdd96db83f 100644
--- a/app-office/koffice/koffice-1.92-r1.ebuild
+++ b/app-office/koffice/koffice-1.94.ebuild
@@ -1,21 +1,20 @@
# 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/app-office/koffice/koffice-1.92-r1.ebuild,v 1.4 2000/09/15 20:08:59 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.94.ebuild,v 1.1 2000/09/18 17:25:27 achim Exp $
-P=koffice-1.92
A=${P}.tar.bz2
S=${WORKDIR}/${P}
-DESCRIPTION="KDE 2Beta - KOffice"
-SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A}
+DESCRIPTION="KDE 2 Final Beta - KOffice"
+SRC_URI="http://download.sourceforge.net/mirrors/kde/unstable/distribution/2.0Beta5/tar/src/"${A}
HOMEPAGE="http://www.kde.org/"
src_compile() {
try ./configure --prefix=/opt/kde --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt-copy-1.92 \
- --with-qt-includes=/usr/lib/qt-copy-1.92/include \
- --with-qt-libs=/usr/lib/qt-copy-1.92/lib
+ --with-qt-dir=/usr/lib/qt-x11-2.2.0 \
+ --with-qt-includes=/usr/lib/qt-x11-2.2.0/include \
+ --with-qt-libs=/usr/lib/qt-x11-2.2.0/lib
try make
}