ssuominen 14/06/02 17:56:49 Modified: notification-daemon-0.5.0.ebuild ChangeLog Log: Fix underlinking wrt #468522 by Ted Tanberry. Pull gnome-base/gnome-common for eautoreconf. Fix ebuild coding style, like deprecated G2CONF. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.14 x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.14&view=markup 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 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 Index: notification-daemon-0.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- notification-daemon-0.5.0.ebuild 28 Jan 2012 02:17:07 -0000 1.13 +++ notification-daemon-0.5.0.ebuild 2 Jun 2014 17:56:49 -0000 1.14 @@ -1,12 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ -EAPI=3 +EAPI=5 GCONF_DEBUG=no GNOME2_LA_PUNT=yes +GNOME_TARBALL_SUFFIX=bz2 -inherit eutils gnome2 +inherit autotools eutils gnome2 DESCRIPTION="Notification daemon" HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" @@ -16,10 +17,10 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" -RDEPEND=">=dev-libs/glib-2.4:2 +RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2.18:2 - >=gnome-base/gconf-2.4:2 - >=dev-libs/dbus-glib-0.78 + >=gnome-base/gconf-2 + >=dev-libs/dbus-glib-0.100 >=sys-apps/dbus-1 >=media-libs/libcanberra-0.4[gtk] x11-libs/libnotify @@ -28,15 +29,23 @@ !x11-misc/notify-osd !x11-misc/qtnotifydaemon" DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.14" + >=dev-util/intltool-0.50 + gnome-base/gnome-common + >=sys-devel/gettext-0.18 + virtual/pkgconfig" -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS" - G2CONF="${G2CONF} --disable-static" -} +DOCS="AUTHORS ChangeLog NEWS" src_prepare() { - epatch "${FILESDIR}"/${P}-libnotify-0.7.patch + epatch \ + "${FILESDIR}"/${P}-libnotify-0.7.patch \ + "${FILESDIR}"/${P}-underlinking.patch + + eautoreconf + gnome2_src_prepare } + +src_configure() { + gnome2_src_configure --disable-static +} 1.97 x11-misc/notification-daemon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.97&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.97&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.96&r2=1.97 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- ChangeLog 22 Feb 2014 22:57:25 -0000 1.96 +++ ChangeLog 2 Jun 2014 17:56:49 -0000 1.97 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.96 2014/02/22 22:57:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.97 2014/06/02 17:56:49 ssuominen Exp $ + + 02 Jun 2014; Samuli Suominen <[email protected]> + +files/notification-daemon-0.5.0-underlinking.patch, + notification-daemon-0.5.0.ebuild: + Fix underlinking wrt #468522 by Ted Tanberry. Pull gnome-base/gnome-common for + eautoreconf. Fix ebuild coding style, like deprecated G2CONF. 22 Feb 2014; Pacho Ramos <[email protected]> notification-daemon-0.7.6.ebuild: Fix wrong commit, bug 502160
