16 lines
446 B
Bash
16 lines
446 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.10.4.ebuild,v 1.1 2013/06/04 18:22:11 johu Exp $
|
|
|
|
EAPI=5
|
|
|
|
KDE_HANDBOOK="optional"
|
|
KMNAME="kdeadmin"
|
|
KDE_SCM="svn"
|
|
inherit kde4-meta
|
|
|
|
DESCRIPTION="KDE Task Scheduler"
|
|
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
|
IUSE="debug"
|
|
|
|
RDEPEND="!prefix? ( virtual/cron )"
|