summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-18 17:29:31 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-18 17:29:31 +0000
commitd662ed66e004c75417b746618ad156b1cf6e7488 (patch)
tree33b97022844e65101ae7862807311bd86c4c35ca /kde-base/kdeutils
parentdependencies:) (diff)
downloadgentoo-2-d662ed66e004c75417b746618ad156b1cf6e7488.tar.gz
gentoo-2-d662ed66e004c75417b746618ad156b1cf6e7488.tar.bz2
gentoo-2-d662ed66e004c75417b746618ad156b1cf6e7488.zip
*** empty log message ***
Diffstat (limited to 'kde-base/kdeutils')
-rw-r--r--kde-base/kdeutils/files/digest-kdeutils-1.92-r11
-rw-r--r--kde-base/kdeutils/kdeutils-1.94.ebuild (renamed from kde-base/kdeutils/kdeutils-1.92-r1.ebuild)13
2 files changed, 6 insertions, 8 deletions
diff --git a/kde-base/kdeutils/files/digest-kdeutils-1.92-r1 b/kde-base/kdeutils/files/digest-kdeutils-1.92-r1
deleted file mode 100644
index 961d859c8220..000000000000
--- a/kde-base/kdeutils/files/digest-kdeutils-1.92-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8f0d2dcb2512f9a58b066d7dd4aa547a kdeutils-1.92.tar.bz2
diff --git a/kde-base/kdeutils/kdeutils-1.92-r1.ebuild b/kde-base/kdeutils/kdeutils-1.94.ebuild
index 66864ee5b80a..3add04e76fb0 100644
--- a/kde-base/kdeutils/kdeutils-1.92-r1.ebuild
+++ b/kde-base/kdeutils/kdeutils-1.94.ebuild
@@ -1,20 +1,19 @@
# 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-base/kdeutils/kdeutils-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-1.94.ebuild,v 1.1 2000/09/18 17:25:26 achim Exp $
-P=kdeutils-1.92
A=${P}.tar.bz2
S=${WORKDIR}/${P}
-DESCRIPTION="KDE 2Beta - base"
-SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A}
+DESCRIPTION="KDE 2 Final Beta - base"
+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
}