diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 14:41:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 14:41:46 +0000 |
commit | a4477e6bbfb0931fb34233bd426a9e0c23b66779 (patch) | |
tree | 76784ecc488c0e42f8f1c412573ccf21070f89e8 /kde-misc | |
parent | x11-libs/libXxf86dga: drop 1.1, bump to 1.1.1, sync with overlay (diff) | |
download | gentoo-2-a4477e6bbfb0931fb34233bd426a9e0c23b66779.tar.gz gentoo-2-a4477e6bbfb0931fb34233bd426a9e0c23b66779.tar.bz2 gentoo-2-a4477e6bbfb0931fb34233bd426a9e0c23b66779.zip |
Version bump wrt #263631, thanks to Dennis Schridde for ebuild.
(Portage version: 2.2_rc46/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/rsibreak/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.10.ebuild | 24 | ||||
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.8.0-r1.ebuild (renamed from kde-misc/rsibreak/rsibreak-0.8.0.ebuild) | 7 |
3 files changed, 35 insertions, 5 deletions
diff --git a/kde-misc/rsibreak/ChangeLog b/kde-misc/rsibreak/ChangeLog index 45253499a232..85ea55917e11 100644 --- a/kde-misc/rsibreak/ChangeLog +++ b/kde-misc/rsibreak/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-misc/rsibreak # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.31 2009/10/12 07:23:34 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.32 2009/10/14 14:41:46 ssuominen Exp $ + +*rsibreak-0.10 (14 Oct 2009) +*rsibreak-0.8.0-r1 (14 Oct 2009) + + 14 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + +rsibreak-0.8.0-r1.ebuild, +rsibreak-0.10.ebuild: + Version bump wrt #263631, thanks to Dennis Schridde for ebuild. 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> rsibreak-0.7.0.ebuild: QA fix: make PATCHES an array 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" diff --git a/kde-misc/rsibreak/rsibreak-0.8.0.ebuild b/kde-misc/rsibreak/rsibreak-0.8.0-r1.ebuild index 6e9c658c991e..877a3e433a2d 100644 --- a/kde-misc/rsibreak/rsibreak-0.8.0.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.8.0.ebuild,v 1.8 2007/12/21 12:39:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.8.0-r1.ebuild,v 1.1 2009/10/14 14:41:46 ssuominen Exp $ USE_KEG_PACKAGING="1" @@ -17,7 +17,7 @@ SRC_URI="http://www.rsibreak.org/images/e/e0/${MY_P}.tar.bz2" HOMEPAGE="http://www.rsibreak.org/" LICENSE="GPL-2" -SLOT="0" +SLOT="3.5" KEYWORDS="amd64 ppc x86 ~x86-fbsd" @@ -28,7 +28,6 @@ S="${WORKDIR}/${PN}-${PV/_rc/-rc}" RDEPEND="x11-libs/libXext x11-libs/libX11 x11-libs/libXScrnSaver" - DEPEND="${RDEPEND} x11-proto/scrnsaverproto" |