blob: be31b2dcc48bc0390db2024ec3798f1e84887c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimer/ktimer-4.13.2.ebuild,v 1.1 2014/06/15 16:57:06 kensington Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE Timer"
HOMEPAGE="http://www.kde.org/applications/utilities/ktimer
http://utils.kde.org/projects/ktimer"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
|