Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/workrave: ChangeLog workrave-1.9.2.ebuild
Date: Wed, 06 Oct 2010 18:03:42
Message-Id: 20101006175826.A98B520051@flycatcher.gentoo.org
1 pacho 10/10/06 17:58:26
2
3 Modified: ChangeLog
4 Added: workrave-1.9.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.68 app-misc/workrave/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/workrave/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/workrave/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/workrave/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 9 Jul 2010 09:13:18 -0000 1.67
23 +++ ChangeLog 6 Oct 2010 17:58:26 -0000 1.68
24 @@ -1,6 +1,15 @@
25 # ChangeLog for app-misc/workrave
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.67 2010/07/09 09:13:18 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.68 2010/10/06 17:58:26 pacho Exp $
29 +
30 +*workrave-1.9.2 (06 Oct 2010)
31 +
32 + 06 Oct 2010; Pacho Ramos <pacho@g.o> +workrave-1.9.2.ebuild:
33 + Version bump (bug #339088 by Johannes Rauh): Workrave can now mute all
34 + audio during breaks (requires pulseaudio), now properly remembers the
35 + Window hide/show notification icon settings, the activity insensitive
36 + breaks have been replaced by a 'reading mode', many bug fixes and updated
37 + tranlations.
38
39 09 Jul 2010; Pacho Ramos <pacho@g.o>
40 -files/workrave-1.8.4-nls_macros.patch, -workrave-1.8.5.ebuild,
41
42
43
44 1.1 app-misc/workrave/workrave-1.9.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/workrave/workrave-1.9.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/workrave/workrave-1.9.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: workrave-1.9.2.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.9.2.ebuild,v 1.1 2010/10/06 17:58:26 pacho Exp $
54
55 EAPI="2"
56
57 inherit eutils gnome2
58
59 DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)"
60 HOMEPAGE="http://www.workrave.org/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="dbus doc distribution gnome gstreamer nls pulseaudio test xml"
67
68 RDEPEND=">=dev-libs/glib-2.10
69 >=gnome-base/gconf-2
70 >=x11-libs/gtk+-2.8
71 >=dev-cpp/gtkmm-2.10
72 >=dev-cpp/glibmm-2.10
73 >=dev-libs/libsigc++-2
74 dbus? (
75 >=sys-apps/dbus-1.2
76 dev-libs/dbus-glib )
77 distribution? ( >=net-libs/gnet-2 )
78 gnome? (
79 >=gnome-base/gnome-panel-2.0.10
80 >=gnome-base/libbonobo-2
81 >=gnome-base/orbit-2.8.3 )
82 gstreamer? (
83 >=media-libs/gstreamer-0.10
84 >=media-libs/gst-plugins-base-0.10 )
85 pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
86 xml? ( dev-libs/gdome2 )
87 x11-libs/libSM
88 x11-libs/libX11
89 x11-libs/libXtst
90 x11-libs/libXt
91 x11-libs/libXmu"
92
93 DEPEND="${RDEPEND}
94 x11-proto/xproto
95 x11-proto/inputproto
96 x11-proto/recordproto
97 dev-python/cheetah
98 >=dev-util/pkgconfig-0.9
99 doc? (
100 app-text/docbook-sgml-utils
101 app-text/xmlto )
102 nls? ( sys-devel/gettext )"
103
104 DOCS="AUTHORS NEWS README TODO"
105
106 pkg_setup() {
107 G2CONF="${G2CONF}
108 --without-arts
109 --disable-kde
110 --enable-gconf
111 $(use_enable dbus)
112 $(use_enable doc manual)
113 $(use_enable distribution)
114 $(use_enable gnome)
115 $(use_enable gstreamer)
116 $(use_enable nls)
117 $(use_enable pulseaudio pulse)
118 $(use_enable test tests)
119 $(use_enable xml)"
120 }