diff options
Diffstat (limited to 'kde-misc/rsibreak/rsibreak-0.10.ebuild')
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.10.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/rsibreak/rsibreak-0.10.ebuild b/kde-misc/rsibreak/rsibreak-0.10.ebuild new file mode 100644 index 000000000000..e79a5a9d3f88 --- /dev/null +++ b/kde-misc/rsibreak/rsibreak-0.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v 1.1 2009/10/14 14:41:46 ssuominen Exp $ + +EAPI=2 +KDE_MINIMAL=4.2 +KDE_LINGUAS="ar be ca cs da de el en_GB es et fr ga gl hi hne is it ja km ko lt +ml nb nds nl nn oc pl pt pt_BR ro ru se sk sv tr uk zh_CN zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" + +inherit kde4-base + +DESCRIPTION="A small utility which bothers you at certain intervals" +HOMEPAGE="http://www.rsibreak.org/" +SRC_URI="http://www.rsibreak.org/files/${P}.tar.bz2" + +LICENSE="GPL-2 FDL-1.2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug +handbook" + +RDEPEND="" +DEPEND="${RDEPEND} + !${CATEGORY}/${PN}:0" |