summaryrefslogtreecommitdiff
blob: d0c9d926da3a2843e7d3f99e832e34c4db68f8a0 (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_beta2.ebuild,v 1.3 2001/03/07 17:33:14 drobbins Exp $

A=""
S=${WORKDIR}
DESCRIPTION="KDE 2.0.1 virtual package -- depends on base KDE packages"
SRC_URI=""
HOMEPAGE="http://www.kde.org/"

RDEPEND="
	=virtual/kde-i18n-${PV}
	=kde-base/kdebase-${PV}
	=kde-base/kdesupport-${PV}
	>=x11-libs/qt-x11-2.2.3
	"
src_install() {

	insinto /etc/env.d
	doins ${FILESDIR}/90kde21b
	exeinto /usr/X11R6/bin/wm
	doexe ${FILESDIR}/kde21b

}