summaryrefslogtreecommitdiff
blob: c65e1a3c1cfe5d589a54bebfc055bd13e7947a9c (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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/kde-env-3-r2.ebuild,v 1.18 2004/06/24 22:12:39 agriffis Exp $

DESCRIPTION="Sets up some env.d files for kde"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI=""

LICENSE="GPL-2" # like the ebuild itself
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips ppc64" # works everywhere - nothing to compile, no deps
IUSE=""

# needs the new portage to process the CONFIG_PROTECT values correctly
DEPEND=""
RDEPEND=">=sys-apps/portage-2.0.36"

src_unpack() { true; }
src_compile() { true; }

src_install() {
	dodir /etc/env.d
	echo "KDEDIRS=/usr
CONFIG_PROTECT=/usr/share/config" > ${D}/etc/env.d/99kde-env
}