public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2008-12-22 17:29 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 11+ messages in thread
From: Doug Goldstein (cardoe) @ 2008-12-22 17:29 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/12/22 17:29:16

  Modified:             ChangeLog
  Added:                notification-daemon-0.4.0.ebuild
  Log:
  rev bump. closes bump request #251865
  (Portage version: 2.1.6.1/cvs/Linux 2.6.27-gentoo-r7 x86_64)

Revision  Changes    Path
1.49                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	20 Nov 2008 14:48:07 -0000	1.48
+++ ChangeLog	22 Dec 2008 17:29:15 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.48 2008/11/20 14:48:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.49 2008/12/22 17:29:15 cardoe Exp $
+
+*notification-daemon-0.4.0 (22 Dec 2008)
+
+  22 Dec 2008; Doug Goldstein <cardoe@gentoo.org>
+  +notification-daemon-0.4.0.ebuild:
+  rev bump. closes bump request #251865
 
 *notification-daemon-0.3.7-r1 (20 Nov 2008)
 



1.1                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: notification-daemon-0.4.0.ebuild
===================================================================
# Copyright 1999-2008 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.4.0.ebuild,v 1.1 2008/12/22 17:29:15 cardoe Exp $

WANT_AUTOMAKE="1.9"

inherit gnome2 eutils autotools

DESCRIPTION="Notifications daemon"
HOMEPAGE="http://www.galago-project.org/"
SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="gstreamer"

RDEPEND=">=dev-libs/glib-2.4.0
		 >=x11-libs/gtk+-2.4.0
		 >=gnome-base/gconf-2.4.0
		 >=x11-libs/libsexy-0.1.3
		 >=dev-libs/dbus-glib-0.71
		 x11-libs/libwnck
		 >=gnome-base/libglade-2
		 gstreamer? ( >=media-libs/gstreamer-0.10 )"
DEPEND="${RDEPEND}
		>=sys-devel/gettext-0.14
		!xfce-extra/notification-daemon-xfce"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS"
	G2CONF="$(use_enable gstreamer sound gstreamer)"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-01-18 13:25 Peter Volkov (pva)
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Volkov (pva) @ 2009-01-18 13:25 UTC (permalink / raw
  To: gentoo-commits

pva         09/01/18 13:25:37

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Added dependency on x11-libs/libnotify, bug #253332.
  (Portage version: 2.2_rc22/cvs/Linux 2.6.26-openvz.git-89451f9 i686)

Revision  Changes    Path
1.52                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	15 Jan 2009 21:54:54 -0000	1.51
+++ ChangeLog	18 Jan 2009 13:25:37 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.51 2009/01/15 21:54:54 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.52 2009/01/18 13:25:37 pva Exp $
+
+  18 Jan 2009; Peter Volkov <pva@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  Added dependency on x11-libs/libnotify, bug #253332.
 
   15 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
   Freedesktop gets notification-daemon, compnerd retired.



1.2                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.1&r2=1.2

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notification-daemon-0.4.0.ebuild	22 Dec 2008 17:29:15 -0000	1.1
+++ notification-daemon-0.4.0.ebuild	18 Jan 2009 13:25:37 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.4.0.ebuild,v 1.1 2008/12/22 17:29:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.2 2009/01/18 13:25:37 pva Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -21,6 +21,7 @@
 		 >=x11-libs/libsexy-0.1.3
 		 >=dev-libs/dbus-glib-0.71
 		 x11-libs/libwnck
+		 x11-libs/libnotify
 		 >=gnome-base/libglade-2
 		 gstreamer? ( >=media-libs/gstreamer-0.10 )"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-03-01 18:23 Patrick Lauer (patrick)
  0 siblings, 0 replies; 11+ messages in thread
From: Patrick Lauer (patrick) @ 2009-03-01 18:23 UTC (permalink / raw
  To: gentoo-commits

patrick     09/03/01 18:23:41

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Adding missing intltool dep
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	18 Jan 2009 13:25:37 -0000	1.52
+++ ChangeLog	1 Mar 2009 18:23:41 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.52 2009/01/18 13:25:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.53 2009/03/01 18:23:41 patrick Exp $
+
+  01 Mar 2009; Patrick Lauer <patrick@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  Adding missing intltool dep
 
   18 Jan 2009; Peter Volkov <pva@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.3                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.2&r2=1.3

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notification-daemon-0.4.0.ebuild	18 Jan 2009 13:25:37 -0000	1.2
+++ notification-daemon-0.4.0.ebuild	1 Mar 2009 18:23:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.2 2009/01/18 13:25:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.3 2009/03/01 18:23:41 patrick Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -25,6 +25,7 @@
 		 >=gnome-base/libglade-2
 		 gstreamer? ( >=media-libs/gstreamer-0.10 )"
 DEPEND="${RDEPEND}
+		dev-util/intltool
 		>=sys-devel/gettext-0.14
 		!xfce-extra/notification-daemon-xfce"
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-03-25 10:42 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-03-25 10:42 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/03/25 10:42:31

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Dep on newest libnotify for bug 254235. Thanks to Serge Gavrilov for the report.
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	1 Mar 2009 18:23:41 -0000	1.53
+++ ChangeLog	25 Mar 2009 10:42:31 -0000	1.54
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.53 2009/03/01 18:23:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.54 2009/03/25 10:42:31 loki_val Exp $
+
+  25 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  Dep on newest libnotify for bug 254235. Thanks to Serge Gavrilov for the
+  report.
 
   01 Mar 2009; Patrick Lauer <patrick@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.4                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.3&r2=1.4

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notification-daemon-0.4.0.ebuild	1 Mar 2009 18:23:41 -0000	1.3
+++ notification-daemon-0.4.0.ebuild	25 Mar 2009 10:42:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.3 2009/03/01 18:23:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.4 2009/03/25 10:42:31 loki_val Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -21,7 +21,7 @@
 		 >=x11-libs/libsexy-0.1.3
 		 >=dev-libs/dbus-glib-0.71
 		 x11-libs/libwnck
-		 x11-libs/libnotify
+		 ~x11-libs/libnotify-0.4.5
 		 >=gnome-base/libglade-2
 		 gstreamer? ( >=media-libs/gstreamer-0.10 )"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-03-26 18:12 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-03-26 18:12 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/26 18:12:55

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  stable ppc, bug 263411
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.55                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	25 Mar 2009 10:42:31 -0000	1.54
+++ ChangeLog	26 Mar 2009 18:12:55 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.54 2009/03/25 10:42:31 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.55 2009/03/26 18:12:55 ranger Exp $
+
+  26 Mar 2009; Brent Baude <ranger@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  stable ppc, bug 263411
 
   25 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.5                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.4&r2=1.5

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notification-daemon-0.4.0.ebuild	25 Mar 2009 10:42:31 -0000	1.4
+++ notification-daemon-0.4.0.ebuild	26 Mar 2009 18:12:55 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.4 2009/03/25 10:42:31 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.5 2009/03/26 18:12:55 ranger Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-04-03 11:02 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-04-03 11:02 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/04/03 11:02:43

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Block x11-misc/xfce4-notifyd as it provides the same D-Bus service. A prerequisite to resolving bug #260686 by Joshua Rich. Also remove unnecessary inherit of autotools eclass.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	26 Mar 2009 18:12:55 -0000	1.55
+++ ChangeLog	3 Apr 2009 11:02:43 -0000	1.56
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.55 2009/03/26 18:12:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.56 2009/04/03 11:02:43 chainsaw Exp $
+
+  03 Apr 2009; <chainsaw@gentoo.org> notification-daemon-0.4.0.ebuild:
+  Block x11-misc/xfce4-notifyd as it provides the same D-Bus service. A
+  prerequisite to resolving bug #260686 by Joshua Rich. Also remove
+  unnecessary inherit of autotools eclass.
 
   26 Mar 2009; Brent Baude <ranger@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.6                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.5&r2=1.6

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notification-daemon-0.4.0.ebuild	26 Mar 2009 18:12:55 -0000	1.5
+++ notification-daemon-0.4.0.ebuild	3 Apr 2009 11:02:43 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.5 2009/03/26 18:12:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.6 2009/04/03 11:02:43 chainsaw Exp $
 
 WANT_AUTOMAKE="1.9"
 
-inherit gnome2 eutils autotools
+inherit gnome2 eutils
 
 DESCRIPTION="Notifications daemon"
 HOMEPAGE="http://www.galago-project.org/"
@@ -27,7 +27,8 @@
 DEPEND="${RDEPEND}
 		dev-util/intltool
 		>=sys-devel/gettext-0.14
-		!xfce-extra/notification-daemon-xfce"
+		!xfce-extra/notification-daemon-xfce
+		!x11-misc/xfce4-notifyd"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog NEWS"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-04-04 13:56 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-04-04 13:56 UTC (permalink / raw
  To: gentoo-commits

ranger      09/04/04 13:56:04

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  stable ppc64, bug 263411
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.57                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	3 Apr 2009 11:02:43 -0000	1.56
+++ ChangeLog	4 Apr 2009 13:56:04 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.56 2009/04/03 11:02:43 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.57 2009/04/04 13:56:04 ranger Exp $
+
+  04 Apr 2009; Brent Baude <ranger@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  stable ppc64, bug 263411
 
   03 Apr 2009; <chainsaw@gentoo.org> notification-daemon-0.4.0.ebuild:
   Block x11-misc/xfce4-notifyd as it provides the same D-Bus service. A



1.7                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.6&r2=1.7

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notification-daemon-0.4.0.ebuild	3 Apr 2009 11:02:43 -0000	1.6
+++ notification-daemon-0.4.0.ebuild	4 Apr 2009 13:56:04 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.6 2009/04/03 11:02:43 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.7 2009/04/04 13:56:04 ranger Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-04-04 14:00 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-04-04 14:00 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/04 14:00:44

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  amd64/x86 stable, bug #263411
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	4 Apr 2009 13:56:04 -0000	1.57
+++ ChangeLog	4 Apr 2009 14:00:44 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.57 2009/04/04 13:56:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.58 2009/04/04 14:00:44 maekke Exp $
+
+  04 Apr 2009; Markus Meier <maekke@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  amd64/x86 stable, bug #263411
 
   04 Apr 2009; Brent Baude <ranger@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.8                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.7&r2=1.8

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notification-daemon-0.4.0.ebuild	4 Apr 2009 13:56:04 -0000	1.7
+++ notification-daemon-0.4.0.ebuild	4 Apr 2009 14:00:44 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.7 2009/04/04 13:56:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.8 2009/04/04 14:00:44 maekke Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-04-05 14:12 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-04-05 14:12 UTC (permalink / raw
  To: gentoo-commits

klausman    09/04/05 14:12:08

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Stable on alpha, bug #263411
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	4 Apr 2009 14:00:44 -0000	1.58
+++ ChangeLog	5 Apr 2009 14:12:08 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.58 2009/04/04 14:00:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.59 2009/04/05 14:12:08 klausman Exp $
+
+  05 Apr 2009; Tobias Klausmann <klausman@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  Stable on alpha, bug #263411
 
   04 Apr 2009; Markus Meier <maekke@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.9                  x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.8&r2=1.9

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notification-daemon-0.4.0.ebuild	4 Apr 2009 14:00:44 -0000	1.8
+++ notification-daemon-0.4.0.ebuild	5 Apr 2009 14:12:08 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.8 2009/04/04 14:00:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.9 2009/04/05 14:12:08 klausman Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-04-27 16:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-27 16:07 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/27 16:07:27

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  Stable for HPPA (bug #263411).
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.60                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	5 Apr 2009 14:12:08 -0000	1.59
+++ ChangeLog	27 Apr 2009 16:07:27 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.59 2009/04/05 14:12:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.60 2009/04/27 16:07:27 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> notification-daemon-0.4.0:
+  Stable for HPPA (bug #263411).
 
   05 Apr 2009; Tobias Klausmann <klausman@gentoo.org>
   notification-daemon-0.4.0.ebuild:



1.10                 x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.9&r2=1.10

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notification-daemon-0.4.0.ebuild	5 Apr 2009 14:12:08 -0000	1.9
+++ notification-daemon-0.4.0.ebuild	27 Apr 2009 16:07:27 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.9 2009/04/05 14:12:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.10 2009/04/27 16:07:27 jer Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
@ 2009-05-05 14:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-05 14:53 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/05 14:53:39

  Modified:             ChangeLog notification-daemon-0.4.0.ebuild
  Log:
  arm/ia64/sh/sparc stable wrt #263411
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.62                 x11-misc/notification-daemon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	2 May 2009 22:46:42 -0000	1.61
+++ ChangeLog	5 May 2009 14:53:38 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.61 2009/05/02 22:46:42 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.62 2009/05/05 14:53:38 armin76 Exp $
+
+  05 May 2009; Raúl Porcel <armin76@gentoo.org>
+  notification-daemon-0.4.0.ebuild:
+  arm/ia64/sh/sparc stable wrt #263411
 
 *notification-daemon-0.4.0-r1 (02 May 2009)
 



1.11                 x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.10&r2=1.11

Index: notification-daemon-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notification-daemon-0.4.0.ebuild	27 Apr 2009 16:07:27 -0000	1.10
+++ notification-daemon-0.4.0.ebuild	5 May 2009 14:53:38 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4.0.ebuild,v 1.10 2009/04/27 16:07:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.11 2009/05/05 14:53:38 armin76 Exp $
 
 WANT_AUTOMAKE="1.9"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/glib-2.4.0






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

end of thread, other threads:[~2009-05-05 14:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 13:56 [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-05 14:53 Raul Porcel (armin76)
2009-04-27 16:07 Jeroen Roovers (jer)
2009-04-05 14:12 Tobias Klausmann (klausman)
2009-04-04 14:00 Markus Meier (maekke)
2009-04-03 11:02 Tony Vroon (chainsaw)
2009-03-26 18:12 Brent Baude (ranger)
2009-03-25 10:42 Peter Alfredsen (loki_val)
2009-03-01 18:23 Patrick Lauer (patrick)
2009-01-18 13:25 Peter Volkov (pva)
2008-12-22 17:29 Doug Goldstein (cardoe)

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