Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: xfce4-notifyd-0.2.1_p20110501.ebuild ChangeLog
Date: Sun, 01 May 2011 09:30:10
Message-Id: 20110501092958.F153820054@flycatcher.gentoo.org
1 ssuominen 11/05/01 09:29:58
2
3 Modified: ChangeLog
4 Added: xfce4-notifyd-0.2.1_p20110501.ebuild
5 Log:
6 New snapshot and remove blockers on other notification daemons because of the new unique dbus service filename.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 xfce-extra/xfce4-notifyd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 22 Mar 2011 10:47:21 -0000 1.11
24 +++ ChangeLog 1 May 2011 09:29:58 -0000 1.12
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-extra/xfce4-notifyd
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.11 2011/03/22 10:47:21 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.12 2011/05/01 09:29:58 ssuominen Exp $
30 +
31 +*xfce4-notifyd-0.2.1_p20110501 (01 May 2011)
32 +
33 + 01 May 2011; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-notifyd-0.2.1_p20110501.ebuild:
35 + New snapshot and remove blockers on other notification daemons because of the
36 + new unique dbus service filename.
37
38 22 Mar 2011; Thomas Kahle <tomka@g.o> xfce4-notifyd-0.2.1.ebuild:
39 x86 stable per bug 358407
40
41
42
43 1.1 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-notifyd-0.2.1_p20110501.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v 1.1 2011/05/01 09:29:58 ssuominen Exp $
53
54 EAPI=4
55 EAUTORECONF=yes
56 inherit xfconf
57
58 DESCRIPTION="Notification daemon for the Xfce desktop environment"
59 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
60 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
61 #SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug"
67
68 RDEPEND=">=xfce-base/libxfce4util-4.8
69 >=xfce-base/libxfce4ui-4.8
70 >=xfce-base/xfconf-4.8
71 >=x11-libs/gtk+-2.14:2
72 >=sys-apps/dbus-1.4.1
73 >=dev-libs/dbus-glib-0.88"
74 DEPEND="${RDEPEND}
75 dev-util/intltool
76 dev-util/pkgconfig
77 sys-devel/gettext"
78
79 pkg_setup() {
80 XFCONF=(
81 --enable-maintainer-mode
82 $(xfconf_use_debug)
83 )
84
85 DOCS=( AUTHORS NEWS README TODO )
86 }