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.2.1.ebuild
Date: Thu, 03 Feb 2011 18:39:48
Message-Id: 20110203183937.5AB5920054@flycatcher.gentoo.org
1 ssuominen 11/02/03 18:39:37
2
3 Modified: ChangeLog
4 Added: xfce4-notifyd-0.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 xfce-extra/xfce4-notifyd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 16 Jan 2011 18:56:44 -0000 1.8
24 +++ ChangeLog 3 Feb 2011 18:39:37 -0000 1.9
25 @@ -1,6 +1,12 @@
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.8 2011/01/16 18:56:44 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.9 2011/02/03 18:39:37 ssuominen Exp $
30 +
31 +*xfce4-notifyd-0.2.1 (03 Feb 2011)
32 +
33 + 03 Feb 2011; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-notifyd-0.2.1.ebuild:
35 + Version bump.
36
37 16 Jan 2011; Samuli Suominen <ssuominen@g.o>
38 xfce4-notifyd-0.2.0-r1.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-notifyd-0.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.1 2011/02/03 18:39:37 ssuominen Exp $
52
53 EAPI=3
54 inherit xfconf
55
56 DESCRIPTION="Notification daemon for the Xfce desktop environment"
57 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
58 SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug"
64
65 RDEPEND=">=xfce-base/libxfce4util-4.8
66 >=xfce-base/libxfce4ui-4.8
67 >=xfce-base/xfconf-4.8
68 >=x11-libs/gtk+-2.14:2
69 >=sys-apps/dbus-1.4.1
70 >=dev-libs/dbus-glib-0.88
71 !<x11-libs/libnotify-0.4.5
72 !x11-misc/notification-daemon"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 dev-util/pkgconfig
76 sys-devel/gettext"
77
78 pkg_setup() {
79 XFCONF=(
80 --disable-dependency-tracking
81 $(xfconf_use_debug)
82 )
83
84 DOCS="AUTHORS NEWS README TODO"
85 }