blob: 68b8919812bb569c90cb223a694298254ae17810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/kebuild/kebuild-0.2.ebuild,v 1.10 2002/07/27 10:44:27 seemant Exp $
inherit kde-base || die
need-kde 3
DESCRIPTION="Graphical KDE emerge tool"
SRC_URI="mirror://sourceforge/kemerge/${P}.tar.gz"
HOMEPAGE="http://kemerge.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
newdepend ">=app-admin/kebuildpart-0.3-r1"
|