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: ChangeLog xfce4-notifyd-0.1.0_p20100824.ebuild
Date: Tue, 24 Aug 2010 00:08:54
Message-Id: 20100824000849.8F00B2004E@flycatcher.gentoo.org
1 ssuominen 10/08/24 00:08:49
2
3 Modified: ChangeLog
4 Added: xfce4-notifyd-0.1.0_p20100824.ebuild
5 Log:
6 New snapshot.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-extra/xfce4-notifyd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 27 May 2010 02:41:25 -0000 1.3
23 +++ ChangeLog 24 Aug 2010 00:08:49 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-extra/xfce4-notifyd
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.3 2010/05/27 02:41:25 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.4 2010/08/24 00:08:49 ssuominen Exp $
29 +
30 +*xfce4-notifyd-0.1.0_p20100824 (24 Aug 2010)
31 +
32 + 24 Aug 2010; Samuli Suominen <ssuominen@g.o>
33 + +xfce4-notifyd-0.1.0_p20100824.ebuild:
34 + New snapshot.
35
36 27 May 2010; Jeremy Olexa <darkside@g.o>
37 xfce4-notifyd-0.1.0_p20100326.ebuild:
38
39
40
41 1.1 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfce4-notifyd-0.1.0_p20100824.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild,v 1.1 2010/08/24 00:08:49 ssuominen Exp $
51
52 EAPI=2
53 EAUTORECONF=yes
54 inherit xfconf
55
56 DESCRIPTION="A simple notification daemon for Xfce4"
57 HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
58 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug libsexy"
64
65 RDEPEND=">=xfce-base/libxfce4util-4.4
66 >=xfce-base/libxfce4ui-4.7.0
67 xfce-base/xfconf
68 >=x11-libs/gtk+-2.14:2
69 >=sys-apps/dbus-1
70 >=dev-libs/dbus-glib-0.72
71 >=gnome-base/libglade-2.6
72 libsexy? ( >=x11-libs/libsexy-0.1.6 )
73 !<x11-libs/libnotify-0.4.5
74 !x11-misc/notification-daemon"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 dev-util/intltool
78 sys-devel/gettext
79 xfce-base/exo"
80
81 pkg_setup() {
82 XFCONF="--enable-maintainer-mode
83 --disable-dependency-tracking
84 $(use_enable libsexy)
85 $(xfconf_use_debug)"
86 DOCS="AUTHORS ChangeLog NEWS README TODO"
87 }