blob: 0b2f7b6a64d719c4bdfa4ea5a6486aa05b9df7e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 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.11 2007/07/11 01:08:48 mr_bones_ Exp $
ARTS_REQUIRED="no"
RESTRICT="binchecks strip"
KMNAME=kdesdk
MAXKDEVER=3.5.6
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=""
|