blob: f8d31bbfc470cf66cf01be0b0fce36cf7fbeb257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.5.ebuild,v 1.5 2006/11/24 21:33:22 corsair Exp $
KMNAME=kdesdk
MAXKDEVER=3.5.5
KM_DEPRANGE="3.5.0 $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KAppTemplate - A shell script that will create the necessary framework to develop various KDE applications"
KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
|