blob: b767b74fce5db08bf6561711b89558fd3dadfec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/eventwatcher/eventwatcher-0.4.1.ebuild,v 1.3 2004/07/03 21:26:48 carlo Exp $
inherit kde
DESCRIPTION="EventWatcher is a KDE application which notifies about various events."
HOMEPAGE="http://eventwatcher.sourceforge.net/"
SRC_URI="mirror://sourceforge/eventwatcher/${P}.tar.bz2"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
IUSE=""
DEPEND="kde-base/kdenetwork"
need-kde 3
|