From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q3xwt-0001Zp-WE for garchives@archives.gentoo.org; Sun, 27 Mar 2011 21:56:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B911C143; Sun, 27 Mar 2011 21:56:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B52A1C143 for ; Sun, 27 Mar 2011 21:56:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 448751BC017 for ; Sun, 27 Mar 2011 21:56:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id DE73520054; Sun, 27 Mar 2011 21:56:25 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: notify-osd-0.9.30.ebuild ChangeLog X-VCS-Directories: x11-misc/notify-osd X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110327215625.DE73520054@flycatcher.gentoo.org> Date: Sun, 27 Mar 2011 21:56:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: dcaf03083fa71694b0da103a53d05ec0 ssuominen 11/03/27 21:56:25 Modified: notify-osd-0.9.30.ebuild ChangeLog Log: Fix code to be compatible with x11-libs/libnotify >=3D 0.7 API. Introdu= ce savedconfig.eclass support. =20 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64) Revision Changes Path 1.3 x11-misc/notify-osd/notify-osd-0.9.30.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/notify-osd-0.9.30.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/notify-osd-0.9.30.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/notify-osd-0.9.30.ebuild?r1=3D1.2&r2=3D1.3 Index: notify-osd-0.9.30.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.e= build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- notify-osd-0.9.30.ebuild 21 Mar 2011 22:37:03 -0000 1.2 +++ notify-osd-0.9.30.ebuild 27 Mar 2011 21:56:25 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30= .ebuild,v 1.2 2011/03/21 22:37:03 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30= .ebuild,v 1.3 2011/03/27 21:56:25 ssuominen Exp $ =20 EAPI=3D2 -inherit autotools gnome2-utils +inherit autotools eutils gnome2-utils savedconfig =20 DESCRIPTION=3D"Canonical's on-screen-display notification agent" HOMEPAGE=3D"http://launchpad.net/notify-osd" @@ -12,32 +12,37 @@ LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"" +IUSE=3D"minimal" =20 -RDEPEND=3D">=3Ddev-libs/dbus-glib-0.88 +COMMON_DEPEND=3D">=3Ddev-libs/dbus-glib-0.88 >=3Ddev-libs/glib-2.16:2 gnome-base/gconf:2 >=3Dx11-libs/gtk+-2.22:2 - >=3Dx11-libs/libnotify-0.4.5 + >=3Dx11-libs/libnotify-0.7 x11-libs/libwnck:1 x11-libs/libX11 x11-libs/pixman !xfce-extra/xfce4-notifyd !x11-misc/notification-daemon" -DEPEND=3D"${RDEPEND} +RDEPEND=3D"${COMMON_DEPEND} + !minimal? ( x11-themes/notify-osd-icons )" +DEPEND=3D"${COMMON_DEPEND} dev-util/pkgconfig x11-proto/xproto" =20 -RESTRICT=3D"test" # Test suite is broken with libnotify-0.7 API +RESTRICT=3D"test" # virtualx.eclass: 1 of 1: FAIL: test-modules =20 src_prepare() { - sed -i -e '/SUBDIRS/s:tests ::' Makefile.am || die # ditto + sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch + use savedconfig && restore_config src/{bubble,defaults}.c eautoreconf } =20 src_install() { emake DESTDIR=3D"${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO + save_config src/{bubble,defaults}.c } =20 pkg_preinst() { gnome2_icon_savelist; } 1.3 x11-misc/notify-osd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/ChangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/ChangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-os= d/ChangeLog?r1=3D1.2&r2=3D1.3 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Mar 2011 22:37:03 -0000 1.2 +++ ChangeLog 27 Mar 2011 21:56:25 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.2 2= 011/03/21 22:37:03 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.3 2= 011/03/27 21:56:25 ssuominen Exp $ + + 27 Mar 2011; Samuli Suominen notify-osd-0.9.30.= ebuild, + +files/notify-osd-0.9.30-libnotify-0.7.patch: + Fix code to be compatible with x11-libs/libnotify >=3D 0.7 API. Introd= uce + savedconfig.eclass support. =20 21 Mar 2011; Nirbheek Chauhan notify-osd-0.9.30.ebuild: