blob: bc6bbdf23409c8bd8ccea7093913b1c31ae20e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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/kde/kde-2.1.ebuild,v 1.1 2001/03/06 06:36:19 achim Exp $
A=""
S=${WORKDIR}
DESCRIPTION="KDE 2.0.1 virtual package -- depends on base KDE packages"
SRC_URI=""
HOMEPAGE="http://www.kde.org/"
RDEPEND="
=kde-base/kdebase-2.1
=kde-base/kdelibs-2.1
=kde-base/kdesupport-2.1
>=x11-libs/qt-x11-2.2.4
"
src_install() {
insinto /etc/env.d
doins ${FILESDIR}/90kde21
exeinto /usr/X11R6/bin/wm
doexe ${FILESDIR}/kde21
}
|