blob: 04dab9289d243b9464701379535f2db4a54d977f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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-env/kde-env-2.2.ebuild,v 1.2 2001/08/17 00:36:00 achim Exp $
A=""
S=${WORKDIR}
DESCRIPTION="KDE 2.2 environment"
SRC_URI=""
HOMEPAGE="http://www.kde.org/"
src_install() {
insinto /etc/env.d
doins ${FILESDIR}/90kde22
}
|