diff options
author | 2006-04-01 20:31:39 +0000 | |
---|---|---|
committer | 2006-04-01 20:31:39 +0000 | |
commit | 2a45978f90e7d7c47aacabe41ecdf9b5b19b12f8 (patch) | |
tree | a97838a619b4c529896135933203821a00233a64 /kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild | |
parent | Marking stable, 75 days, no bugs (diff) | |
download | gentoo-2-2a45978f90e7d7c47aacabe41ecdf9b5b19b12f8.tar.gz gentoo-2-2a45978f90e7d7c47aacabe41ecdf9b5b19b12f8.tar.bz2 gentoo-2-2a45978f90e7d7c47aacabe41ecdf9b5b19b12f8.zip |
Version bump.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild')
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild b/kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild new file mode 100644 index 000000000000..a16d15ce58b2 --- /dev/null +++ b/kde-misc/rsibreak/rsibreak-0.6.0_rc1.ebuild @@ -0,0 +1,36 @@ +# 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.6.0_rc1.ebuild,v 1.1 2006/04/01 20:31:39 flameeyes Exp $ + +inherit kde + +MY_P="${PN/rsi/Rsi}-${PV/_rc/-rc}" + +DESCRIPTION="A small utility which bothers you at certain intervals" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +HOMEPAGE="http://www.rsibreak.org/" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~x86" + +IUSE="" + +S="${WORKDIR}/${PN}-${PV/_rc/-rc}" + +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 + |