summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdesupport/kdesupport-2.1_beta2.ebuild')
-rw-r--r--kde-base/kdesupport/kdesupport-2.1_beta2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/kde-base/kdesupport/kdesupport-2.1_beta2.ebuild b/kde-base/kdesupport/kdesupport-2.1_beta2.ebuild
deleted file mode 100644
index b6c23ad44bbc..000000000000
--- a/kde-base/kdesupport/kdesupport-2.1_beta2.ebuild
+++ /dev/null
@@ -1,41 +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-base/kdesupport/kdesupport-2.1_beta2.ebuild,v 1.1 2001/01/30 21:58:32 achim Exp $
-
-V=2.1-beta2
-A=${PN}-${V}.tar.bz2
-S=${WORKDIR}/${PN}-${V}
-DESCRIPTION="KDE 2.1 Beta 2 - support"
-SRC_PATH="kde/unstable/distribution/2.1beta2/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.twoguys.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- >=media-libs/audiofile-0.1.9
- >=net-print/cups-1.1.4
- >=x11-libs/qt-x11-2.2.3"
-
-RDEPEND=">=sys-libs/glibc-2.1.3
- >=sys-devel/gcc-2.95.2"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- try ./configure --prefix=/opt/kde${V} --host=${CHOST} --enable-threads \
- --without-audiofile --with-qt-dir=$QTBASE
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc AUTHORS ChangeLog COPYING README
-}
-
-