Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/drwright/
Date: Tue, 05 Apr 2011 00:59:29
Message-Id: ff76840e91d2d0cc9cc86bbb64b9545f2e71d300.nirbheek@gentoo
1 commit: ff76840e91d2d0cc9cc86bbb64b9545f2e71d300
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 00:29:34 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 00:29:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ff76840e
7
8 Add gnome-extra/drwright-3.0.0
9
10 * Typing break stuff, ported over from GNOME 2
11
12 ---
13 gnome-extra/drwright/drwright-3.0.0.ebuild | 32 ++++++++++++++++++++++++++++
14 1 files changed, 32 insertions(+), 0 deletions(-)
15
16 diff --git a/gnome-extra/drwright/drwright-3.0.0.ebuild b/gnome-extra/drwright/drwright-3.0.0.ebuild
17 new file mode 100644
18 index 0000000..e2204ee
19 --- /dev/null
20 +++ b/gnome-extra/drwright/drwright-3.0.0.ebuild
21 @@ -0,0 +1,32 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI="4"
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="A GNOME 3 tool that forces you to take regular breaks to prevent RSI"
31 +HOMEPAGE="http://git.gnome.org/browse/drwright"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
36 +IUSE=""
37 +
38 +RDEPEND=">=dev-libs/glib-2.26.0:2
39 + >=x11-libs/pango-1.2
40 + >=x11-libs/gtk+-3.0.0:3
41 + >=gnome-base/gnome-settings-daemon-2.91.8
42 + >=gnome-base/gnome-control-center-2.91.6
43 + >=x11-libs/libnotify-0.7
44 + media-libs/libcanberra[gtk3]
45 + x11-libs/libX11
46 + x11-libs/libXext
47 + x11-libs/libXScrnSaver"
48 +DEPEND="${RDEPEND}
49 + x11-proto/scrnsaverproto
50 + sys-devel/gettext
51 + >=dev-util/intltool-0.35.0
52 + >=dev-util/pkgconfig-0.12.0"
53 +DOCS="AUTHORS ChangeLog NEWS"