summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-13 20:27:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-13 20:27:04 +0000
commit15b3dd536a212a4bbac158915c60189240f21e3d (patch)
treec1923f5d01e78bf667111a42bfb7fb96c340ff4d /kde-misc/rsibreak
parentversion bump (diff)
downloadgentoo-2-15b3dd536a212a4bbac158915c60189240f21e3d.tar.gz
gentoo-2-15b3dd536a212a4bbac158915c60189240f21e3d.tar.bz2
gentoo-2-15b3dd536a212a4bbac158915c60189240f21e3d.zip
Version bump, thanks to Bram Schoenmakers for reporting in bug #151219.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'kde-misc/rsibreak')
-rw-r--r--kde-misc/rsibreak/ChangeLog7
-rw-r--r--kde-misc/rsibreak/files/digest-rsibreak-0.8.03
-rw-r--r--kde-misc/rsibreak/rsibreak-0.8.0.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/kde-misc/rsibreak/ChangeLog b/kde-misc/rsibreak/ChangeLog
index 5cf22e5bf817..cd56fd599b75 100644
--- a/kde-misc/rsibreak/ChangeLog
+++ b/kde-misc/rsibreak/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/rsibreak
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.17 2006/10/01 17:38:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.18 2006/10/13 20:27:04 flameeyes Exp $
+
+*rsibreak-0.8.0 (13 Oct 2006)
+
+ 13 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +rsibreak-0.8.0.ebuild:
+ Version bump, thanks to Bram Schoenmakers for reporting in bug #151219.
01 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> rsibreak-0.7.0.ebuild:
Remove build-time dependency on xproto.
diff --git a/kde-misc/rsibreak/files/digest-rsibreak-0.8.0 b/kde-misc/rsibreak/files/digest-rsibreak-0.8.0
new file mode 100644
index 000000000000..a950893d993a
--- /dev/null
+++ b/kde-misc/rsibreak/files/digest-rsibreak-0.8.0
@@ -0,0 +1,3 @@
+MD5 62a62ff2f405461cfbf978484fb2d62c Rsibreak-0.8.0.tar.bz2 832998
+RMD160 bc1f696a5d2d8f88178ab39e079e22265b5b7bf5 Rsibreak-0.8.0.tar.bz2 832998
+SHA256 9a25d492393486b420f59c5b5cfa1809ed8788bd1cb341605d3d47480e6c7603 Rsibreak-0.8.0.tar.bz2 832998
diff --git a/kde-misc/rsibreak/rsibreak-0.8.0.ebuild b/kde-misc/rsibreak/rsibreak-0.8.0.ebuild
new file mode 100644
index 000000000000..f4c4d435d036
--- /dev/null
+++ b/kde-misc/rsibreak/rsibreak-0.8.0.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.8.0.ebuild,v 1.1 2006/10/13 20:27:04 flameeyes Exp $
+
+USE_KEG_PACKAGING="yes"
+
+LANGS="ar bg br ca cs da de el en_GB es et fr ga gl it ja ka nl pl pt pt_BR ru sk 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/e0/${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
+