Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: notification-daemon-0.5.0.ebuild ChangeLog
Date: Mon, 02 Jun 2014 17:56:54
Message-Id: 20140602175649.D64872004F@flycatcher.gentoo.org
1 ssuominen 14/06/02 17:56:49
2
3 Modified: notification-daemon-0.5.0.ebuild ChangeLog
4 Log:
5 Fix underlinking wrt #468522 by Ted Tanberry. Pull gnome-base/gnome-common for eautoreconf. Fix ebuild coding style, like deprecated G2CONF.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.14 x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?r1=1.13&r2=1.14
15
16 Index: notification-daemon-0.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- notification-daemon-0.5.0.ebuild 28 Jan 2012 02:17:07 -0000 1.13
23 +++ notification-daemon-0.5.0.ebuild 2 Jun 2014 17:56:49 -0000 1.14
24 @@ -1,12 +1,13 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.13 2012/01/28 02:17:07 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.14 2014/06/02 17:56:49 ssuominen Exp $
30
31 -EAPI=3
32 +EAPI=5
33 GCONF_DEBUG=no
34 GNOME2_LA_PUNT=yes
35 +GNOME_TARBALL_SUFFIX=bz2
36
37 -inherit eutils gnome2
38 +inherit autotools eutils gnome2
39
40 DESCRIPTION="Notification daemon"
41 HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
42 @@ -16,10 +17,10 @@
43 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
44 IUSE=""
45
46 -RDEPEND=">=dev-libs/glib-2.4:2
47 +RDEPEND=">=dev-libs/glib-2
48 >=x11-libs/gtk+-2.18:2
49 - >=gnome-base/gconf-2.4:2
50 - >=dev-libs/dbus-glib-0.78
51 + >=gnome-base/gconf-2
52 + >=dev-libs/dbus-glib-0.100
53 >=sys-apps/dbus-1
54 >=media-libs/libcanberra-0.4[gtk]
55 x11-libs/libnotify
56 @@ -28,15 +29,23 @@
57 !x11-misc/notify-osd
58 !x11-misc/qtnotifydaemon"
59 DEPEND="${RDEPEND}
60 - >=dev-util/intltool-0.40
61 - >=sys-devel/gettext-0.14"
62 + >=dev-util/intltool-0.50
63 + gnome-base/gnome-common
64 + >=sys-devel/gettext-0.18
65 + virtual/pkgconfig"
66
67 -pkg_setup() {
68 - DOCS="AUTHORS ChangeLog NEWS"
69 - G2CONF="${G2CONF} --disable-static"
70 -}
71 +DOCS="AUTHORS ChangeLog NEWS"
72
73 src_prepare() {
74 - epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
75 + epatch \
76 + "${FILESDIR}"/${P}-libnotify-0.7.patch \
77 + "${FILESDIR}"/${P}-underlinking.patch
78 +
79 + eautoreconf
80 +
81 gnome2_src_prepare
82 }
83 +
84 +src_configure() {
85 + gnome2_src_configure --disable-static
86 +}
87
88
89
90 1.97 x11-misc/notification-daemon/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.97&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.97&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.96&r2=1.97
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
99 retrieving revision 1.96
100 retrieving revision 1.97
101 diff -u -r1.96 -r1.97
102 --- ChangeLog 22 Feb 2014 22:57:25 -0000 1.96
103 +++ ChangeLog 2 Jun 2014 17:56:49 -0000 1.97
104 @@ -1,6 +1,12 @@
105 # ChangeLog for x11-misc/notification-daemon
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.96 2014/02/22 22:57:25 pacho Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.97 2014/06/02 17:56:49 ssuominen Exp $
109 +
110 + 02 Jun 2014; Samuli Suominen <ssuominen@g.o>
111 + +files/notification-daemon-0.5.0-underlinking.patch,
112 + notification-daemon-0.5.0.ebuild:
113 + Fix underlinking wrt #468522 by Ted Tanberry. Pull gnome-base/gnome-common for
114 + eautoreconf. Fix ebuild coding style, like deprecated G2CONF.
115
116 22 Feb 2014; Pacho Ramos <pacho@g.o> notification-daemon-0.7.6.ebuild:
117 Fix wrong commit, bug 502160