summaryrefslogtreecommitdiff
blob: a843cfc1e0361622f3ba240f1494f69866388e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.5.0.ebuild,v 1.1 2006/02/28 14:59:26 flameeyes Exp $

inherit kde

DESCRIPTION="A small utility which bothers you at certain intervals"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://www.omat.nl/drupal/?q=node/23"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64"

IUSE=""

RDEPEND="|| ( (
			x11-libs/libXext
			x11-libs/libX11
			x11-libs/libXScrnSaver
		) virtual/x11 )"

DEPEND="${RDEPEND}
	|| ( (
			x11-proto/xextproto
			x11-proto/xproto
			x11-proto/scrnsaverproto
		) virtual/x11 )"

need-kde 3.3