blob: 89f9ccdda7ca32c67d96e43a4063faf76be383e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/keduca/keduca-3.5.0_beta2.ebuild,v 1.3 2005/11/12 15:49:28 danarmak Exp $
KMNAME=kdeedu
MAXKDEVER=3.5.0_rc1
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta
DESCRIPTION="KDE Educational: Form-based tests and exams"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
|