public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog
@ 2011-03-21 22:37 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-21 22:37 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/21 22:37:03

  Modified:             notify-osd-0.9.30.ebuild ChangeLog
  Log:
  Fix slot-deps on gnome libs
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/notify-osd/notify-osd-0.9.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?r1=1.1&r2=1.2

Index: notify-osd-0.9.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-osd-0.9.30.ebuild	13 Mar 2011 11:48:48 -0000	1.1
+++ notify-osd-0.9.30.ebuild	21 Mar 2011 22:37:03 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2011/03/13 11:48:48 ssuominen Exp $
+# $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 $
 
 EAPI=2
 inherit autotools gnome2-utils
@@ -17,9 +17,9 @@
 RDEPEND=">=dev-libs/dbus-glib-0.88
 	>=dev-libs/glib-2.16:2
 	gnome-base/gconf:2
-	>=x11-libs/gtk+-2.22
+	>=x11-libs/gtk+-2.22:2
 	>=x11-libs/libnotify-0.4.5
-	x11-libs/libwnck
+	x11-libs/libwnck:1
 	x11-libs/libX11
 	x11-libs/pixman
 	!xfce-extra/xfce4-notifyd



1.2                  x11-misc/notify-osd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Mar 2011 11:48:48 -0000	1.1
+++ ChangeLog	21 Mar 2011 22:37:03 -0000	1.2
@@ -1,6 +1,10 @@
 # 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.1 2011/03/13 11:48:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.2 2011/03/21 22:37:03 nirbheek Exp $
+
+  21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  notify-osd-0.9.30.ebuild:
+  Fix slot-deps on gnome libs
 
 *notify-osd-0.9.30 (13 Mar 2011)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog
@ 2011-03-27 21:56 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-27 21:56 UTC (permalink / raw
  To: gentoo-commits

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 >= 0.7 API. Introduce savedconfig.eclass support.
  
  (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-osd/notify-osd-0.9.30.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?r1=1.2&r2=1.3

Index: notify-osd-0.9.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,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 $
 
 EAPI=2
-inherit autotools gnome2-utils
+inherit autotools eutils gnome2-utils savedconfig
 
 DESCRIPTION="Canonical's on-screen-display notification agent"
 HOMEPAGE="http://launchpad.net/notify-osd"
@@ -12,32 +12,37 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="minimal"
 
-RDEPEND=">=dev-libs/dbus-glib-0.88
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
 	>=dev-libs/glib-2.16:2
 	gnome-base/gconf:2
 	>=x11-libs/gtk+-2.22:2
-	>=x11-libs/libnotify-0.4.5
+	>=x11-libs/libnotify-0.7
 	x11-libs/libwnck:1
 	x11-libs/libX11
 	x11-libs/pixman
 	!xfce-extra/xfce4-notifyd
 	!x11-misc/notification-daemon"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+	!minimal? ( x11-themes/notify-osd-icons )"
+DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
 	x11-proto/xproto"
 
-RESTRICT="test" # Test suite is broken with libnotify-0.7 API
+RESTRICT="test" # virtualx.eclass: 1 of 1: FAIL: test-modules
 
 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
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README TODO
+	save_config src/{bubble,defaults}.c
 }
 
 pkg_preinst() {	gnome2_icon_savelist; }



1.3                  x11-misc/notify-osd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
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 2011/03/21 22:37:03 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.3 2011/03/27 21:56:25 ssuominen Exp $
+
+  27 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> 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 >= 0.7 API. Introduce
+  savedconfig.eclass support.
 
   21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   notify-osd-0.9.30.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog
@ 2011-03-28  3:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-28  3:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/28 03:43:54

  Modified:             notify-osd-0.9.30.ebuild ChangeLog
  Log:
  Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-misc/notify-osd/notify-osd-0.9.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?r1=1.3&r2=1.4

Index: notify-osd-0.9.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-osd-0.9.30.ebuild	27 Mar 2011 21:56:25 -0000	1.3
+++ notify-osd-0.9.30.ebuild	28 Mar 2011 03:43:54 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2011/03/27 21:56:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.4 2011/03/28 03:43:54 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils gnome2-utils savedconfig
@@ -28,6 +28,7 @@
 	!minimal? ( x11-themes/notify-osd-icons )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
+	gnome-base/gnome-common
 	x11-proto/xproto"
 
 RESTRICT="test" # virtualx.eclass: 1 of 1: FAIL: test-modules



1.4                  x11-misc/notify-osd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Mar 2011 21:56:25 -0000	1.3
+++ ChangeLog	28 Mar 2011 03:43:54 -0000	1.4
@@ -1,6 +1,9 @@
 # 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.3 2011/03/27 21:56:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.4 2011/03/28 03:43:54 ssuominen Exp $
+
+  28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild:
+  Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg.
 
   27 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild,
   +files/notify-osd-0.9.30-libnotify-0.7.patch:






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog
@ 2011-05-01  9:31 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-01  9:31 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/01 09:31:34

  Modified:             notify-osd-0.9.30.ebuild ChangeLog
  Log:
  Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new unique dbus service filename.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-misc/notify-osd/notify-osd-0.9.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?r1=1.4&r2=1.5

Index: notify-osd-0.9.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notify-osd-0.9.30.ebuild	28 Mar 2011 03:43:54 -0000	1.4
+++ notify-osd-0.9.30.ebuild	1 May 2011 09:31:34 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2011/03/28 03:43:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.5 2011/05/01 09:31:34 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils gnome2-utils savedconfig
@@ -22,7 +22,7 @@
 	x11-libs/libwnck:1
 	x11-libs/libX11
 	x11-libs/pixman
-	!xfce-extra/xfce4-notifyd
+	!<xfce-extra/xfce4-notifyd-0.2.1_p20110101
 	!x11-misc/notification-daemon"
 RDEPEND="${COMMON_DEPEND}
 	!minimal? ( x11-themes/notify-osd-icons )"



1.5                  x11-misc/notify-osd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Mar 2011 03:43:54 -0000	1.4
+++ ChangeLog	1 May 2011 09:31:34 -0000	1.5
@@ -1,6 +1,10 @@
 # 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.4 2011/03/28 03:43:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.5 2011/05/01 09:31:34 ssuominen Exp $
+
+  01 May 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild:
+  Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new
+  unique dbus service filename.
 
   28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild:
   Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-01  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28  3:43 [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-01  9:31 Samuli Suominen (ssuominen)
2011-03-27 21:56 Samuli Suominen (ssuominen)
2011-03-21 22:37 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox