summaryrefslogtreecommitdiff
blob: 7b53d5a3d86a01aaf4e9a979be8390d3b5f7c645 (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
33
34
35
36
37
# 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.7.0.ebuild,v 1.5 2006/10/01 17:38:55 flameeyes Exp $

USE_KEG_PACKAGING="yes"

LANGS="bg br ca cs da de el en_GB es fr ga gl it ka nl pl pt sr sr@Latn sv tr"

inherit kde

MY_P="${PN/rsi/Rsi}-${PV/_rc/-rc}"

DESCRIPTION="A small utility which bothers you at certain intervals"
SRC_URI="http://www.rsibreak.org/images/e/e8/${MY_P}.tar.bz2"
HOMEPAGE="http://www.rsibreak.org/"

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

KEYWORDS="~amd64 ~ppc ~x86"

IUSE=""

S="${WORKDIR}/${PN}-${PV/_rc/-rc}"

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

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

need-kde 3.3

PATCHES="${FILESDIR}/${P}-crash.patch"