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