public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 2008-11-23  2:36 Mart Raudsepp (leio)
  0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp (leio) @ 2008-11-23  2:36 UTC (permalink / raw
  To: gentoo-commits

leio        08/11/23 02:36:58

  Modified:             libnotify-0.4.5.ebuild ChangeLog
  Log:
  Fix dbus-glib requirement per configure.ac
  (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r4 x86_64)

Revision  Changes    Path
1.2                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnotify-0.4.5.ebuild	20 Nov 2008 15:49:56 -0000	1.1
+++ libnotify-0.4.5.ebuild	23 Nov 2008 02:36:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.1 2008/11/20 15:49:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.2 2008/11/23 02:36:58 leio Exp $
 
 inherit eutils
 
@@ -15,7 +15,7 @@
 
 RDEPEND=">=x11-libs/gtk+-2.6
 		>=dev-libs/glib-2.6
-		>=dev-libs/dbus-glib-0.71
+		>=dev-libs/dbus-glib-0.76
 		|| ( x11-misc/notification-daemon x11-misc/notification-daemon-xfce )"
 DEPEND="${RDEPEND}
 		doc? ( >=dev-util/gtk-doc-1.4 )"



1.43                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	20 Nov 2008 15:49:56 -0000	1.42
+++ ChangeLog	23 Nov 2008 02:36:58 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.42 2008/11/20 15:49:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.43 2008/11/23 02:36:58 leio Exp $
+
+  23 Nov 2008; Mart Raudsepp <leio@gentoo.org> libnotify-0.4.5.ebuild:
+  Fix dbus-glib requirement per configure.ac
 
 *libnotify-0.4.5 (20 Nov 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 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:08

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

Revision  Changes    Path
1.5                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnotify-0.4.5.ebuild	19 Jan 2009 19:18:38 -0000	1.4
+++ libnotify-0.4.5.ebuild	26 Mar 2009 18:12:08 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.4 2009/01/19 19:18:38 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.5 2009/03/26 18:12:08 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.47                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	19 Jan 2009 19:18:38 -0000	1.46
+++ ChangeLog	26 Mar 2009 18:12:08 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.46 2009/01/19 19:18:38 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.47 2009/03/26 18:12:08 ranger Exp $
+
+  26 Mar 2009; Brent Baude <ranger@gentoo.org> libnotify-0.4.5.ebuild:
+  stable ppc, bug 263411
 
   19 Jan 2009; Peter Volkov <pva@gentoo.org> libnotify-0.4.4.ebuild,
   libnotify-0.4.5.ebuild:






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

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

chainsaw    09/04/03 11:09:59

  Modified:             libnotify-0.4.5.ebuild ChangeLog
  Log:
  Add x11-misc/xfce4-notifyd as the third possibility for the notification daemon PDEPEND. Resolves bug #260686 by Joshua Rich.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnotify-0.4.5.ebuild	26 Mar 2009 18:12:08 -0000	1.5
+++ libnotify-0.4.5.ebuild	3 Apr 2009 11:09:59 -0000	1.6
@@ -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.5 2009/03/26 18:12:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.6 2009/04/03 11:09:59 chainsaw Exp $
 
 inherit eutils
 
@@ -19,7 +19,8 @@
 DEPEND="${RDEPEND}
 		doc? ( >=dev-util/gtk-doc-1.4 )"
 PDEPEND="|| ( x11-misc/notification-daemon
-			x11-misc/notification-daemon-xfce )"
+		x11-misc/notification-daemon-xfce
+		x11-misc/xfce4-notifyd )"
 
 src_install() {
 	emake install DESTDIR="${D}" || die "make install failed"



1.48                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Mar 2009 18:12:08 -0000	1.47
+++ ChangeLog	3 Apr 2009 11:09:59 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.47 2009/03/26 18:12:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.48 2009/04/03 11:09:59 chainsaw Exp $
+
+  03 Apr 2009; <chainsaw@gentoo.org> libnotify-0.4.5.ebuild:
+  Add x11-misc/xfce4-notifyd as the third possibility for the notification
+  daemon PDEPEND. Resolves bug #260686 by Joshua Rich.
 
   26 Mar 2009; Brent Baude <ranger@gentoo.org> libnotify-0.4.5.ebuild:
   stable ppc, bug 263411






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

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

ranger      09/04/04 13:55:16

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

Revision  Changes    Path
1.7                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libnotify-0.4.5.ebuild	3 Apr 2009 11:09:59 -0000	1.6
+++ libnotify-0.4.5.ebuild	4 Apr 2009 13:55:16 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.6 2009/04/03 11:09:59 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.7 2009/04/04 13:55:16 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.49                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	3 Apr 2009 11:09:59 -0000	1.48
+++ ChangeLog	4 Apr 2009 13:55:16 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.48 2009/04/03 11:09:59 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.49 2009/04/04 13:55:16 ranger Exp $
+
+  04 Apr 2009; Brent Baude <ranger@gentoo.org> libnotify-0.4.5.ebuild:
+  stable ppc64, bug 263411
 
   03 Apr 2009; <chainsaw@gentoo.org> libnotify-0.4.5.ebuild:
   Add x11-misc/xfce4-notifyd as the third possibility for the notification






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 2009-04-04 13:57 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-04-04 13:57 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/04 13:57:04

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

Revision  Changes    Path
1.8                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libnotify-0.4.5.ebuild	4 Apr 2009 13:55:16 -0000	1.7
+++ libnotify-0.4.5.ebuild	4 Apr 2009 13:57:04 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.7 2009/04/04 13:55:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.8 2009/04/04 13:57:04 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.50                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 Apr 2009 13:55:16 -0000	1.49
+++ ChangeLog	4 Apr 2009 13:57:04 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.49 2009/04/04 13:55:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.50 2009/04/04 13:57:04 maekke Exp $
+
+  04 Apr 2009; Markus Meier <maekke@gentoo.org> libnotify-0.4.5.ebuild:
+  amd64/x86 stable, bug #263411
 
   04 Apr 2009; Brent Baude <ranger@gentoo.org> libnotify-0.4.5.ebuild:
   stable ppc64, bug 263411






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

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

klausman    09/04/05 14:11:43

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

Revision  Changes    Path
1.9                  x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libnotify-0.4.5.ebuild	4 Apr 2009 13:57:04 -0000	1.8
+++ libnotify-0.4.5.ebuild	5 Apr 2009 14:11:42 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.8 2009/04/04 13:57:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.9 2009/04/05 14:11:42 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.51                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	4 Apr 2009 13:57:04 -0000	1.50
+++ ChangeLog	5 Apr 2009 14:11:42 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.50 2009/04/04 13:57:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.51 2009/04/05 14:11:42 klausman Exp $
+
+  05 Apr 2009; Tobias Klausmann <klausman@gentoo.org>
+  libnotify-0.4.5.ebuild:
+  Stable on alpha, bug #263411
 
   04 Apr 2009; Markus Meier <maekke@gentoo.org> libnotify-0.4.5.ebuild:
   amd64/x86 stable, bug #263411






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

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

jer         09/04/27 16:05:59

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

Revision  Changes    Path
1.10                 x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libnotify-0.4.5.ebuild	5 Apr 2009 14:11:42 -0000	1.9
+++ libnotify-0.4.5.ebuild	27 Apr 2009 16:05:58 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.9 2009/04/05 14:11:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.10 2009/04/27 16:05:58 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.52                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	5 Apr 2009 14:11:42 -0000	1.51
+++ ChangeLog	27 Apr 2009 16:05:59 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.51 2009/04/05 14:11:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.52 2009/04/27 16:05:59 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.5:
+  Stable for HPPA (bug #263411).
 
   05 Apr 2009; Tobias Klausmann <klausman@gentoo.org>
   libnotify-0.4.5.ebuild:






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

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

armin76     09/05/05 14:52:18

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

Revision  Changes    Path
1.11                 x11-libs/libnotify/libnotify-0.4.5.ebuild

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

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libnotify-0.4.5.ebuild	27 Apr 2009 16:05:58 -0000	1.10
+++ libnotify-0.4.5.ebuild	5 May 2009 14:52:18 -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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.10 2009/04/27 16:05:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.11 2009/05/05 14:52:18 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



1.53                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	27 Apr 2009 16:05:59 -0000	1.52
+++ ChangeLog	5 May 2009 14:52:18 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.52 2009/04/27 16:05:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.53 2009/05/05 14:52:18 armin76 Exp $
+
+  05 May 2009; Raúl Porcel <armin76@gentoo.org> libnotify-0.4.5.ebuild:
+  arm/ia64/sh/sparc stable wrt #263411
 
   27 Apr 2009; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.5:
   Stable for HPPA (bug #263411).






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 2010-01-15 21:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15 21:38 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/15 21:38:49

  Modified:             libnotify-0.4.5.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.13                 x11-libs/libnotify/libnotify-0.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?r1=1.12&r2=1.13

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libnotify-0.4.5.ebuild	8 Aug 2009 16:36:54 -0000	1.12
+++ libnotify-0.4.5.ebuild	15 Jan 2010 21:38:48 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.12 2009/08/08 16:36:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.13 2010/01/15 21:38:48 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.6:2



1.54                 x11-libs/libnotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	5 May 2009 14:52:18 -0000	1.53
+++ ChangeLog	15 Jan 2010 21:38:48 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libnotify
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.53 2009/05/05 14:52:18 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.54 2010/01/15 21:38:48 fauli Exp $
+
+  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  libnotify-0.4.5.ebuild:
+  Transfer Prefix keywords
 
   05 May 2009; Raúl Porcel <armin76@gentoo.org> libnotify-0.4.5.ebuild:
   arm/ia64/sh/sparc stable wrt #263411






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 2010-07-20 17:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-20 17:06 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/20 17:06:04

  Modified:             libnotify-0.4.5.ebuild ChangeLog
  Log:
  Drop HPPA keywording (bug #324511).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.15                 x11-libs/libnotify/libnotify-0.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?r1=1.14&r2=1.15

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libnotify-0.4.5.ebuild	26 Mar 2010 16:28:15 -0000	1.14
+++ libnotify-0.4.5.ebuild	20 Jul 2010 17:06:03 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.15 2010/07/20 17:06:03 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+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=">=x11-libs/gtk+-2.6:2



1.55                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	15 Jan 2010 21:38:48 -0000	1.54
+++ ChangeLog	20 Jul 2010 17:06:03 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.54 2010/01/15 21:38:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.55 2010/07/20 17:06:03 jer Exp $
+
+  20 Jul 2010; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.5.ebuild:
+  Drop HPPA keywording (bug #324511).
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   libnotify-0.4.5.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
@ 2010-12-03 22:57 Alex Alexander (wired)
  0 siblings, 0 replies; 11+ messages in thread
From: Alex Alexander (wired) @ 2010-12-03 22:57 UTC (permalink / raw
  To: gentoo-commits

wired       10/12/03 22:57:11

  Modified:             libnotify-0.4.5.ebuild ChangeLog
  Log:
  added x11-wm/awesome to PDEPEND, bug #342259
  
  (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 x11-libs/libnotify/libnotify-0.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?r1=1.15&r2=1.16

Index: libnotify-0.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libnotify-0.4.5.ebuild	20 Jul 2010 17:06:03 -0000	1.15
+++ libnotify-0.4.5.ebuild	3 Dec 2010 22:57:11 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.15 2010/07/20 17:06:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.16 2010/12/03 22:57:11 wired Exp $
 
 EAPI=2
 
@@ -19,7 +19,8 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 PDEPEND="|| ( x11-misc/notification-daemon
-	xfce-extra/xfce4-notifyd )"
+	xfce-extra/xfce4-notifyd
+	>=x11-wm/awesome-3.4.4 )"
 
 src_configure() {
 	econf \



1.56                 x11-libs/libnotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	20 Jul 2010 17:06:03 -0000	1.55
+++ ChangeLog	3 Dec 2010 22:57:11 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libnotify
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.55 2010/07/20 17:06:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.56 2010/12/03 22:57:11 wired Exp $
+
+  03 Dec 2010; Alex Alexander <wired@gentoo.org> libnotify-0.4.5.ebuild:
+  added x11-wm/awesome to PDEPEND, bug #342259
 
   20 Jul 2010; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.5.ebuild:
   Drop HPPA keywording (bug #324511).






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

end of thread, other threads:[~2010-12-03 22:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 18:12 [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-03 22:57 Alex Alexander (wired)
2010-07-20 17:06 Jeroen Roovers (jer)
2010-01-15 21:38 Christian Faulhammer (fauli)
2009-05-05 14:52 Raul Porcel (armin76)
2009-04-27 16:05 Jeroen Roovers (jer)
2009-04-05 14:11 Tobias Klausmann (klausman)
2009-04-04 13:57 Markus Meier (maekke)
2009-04-04 13:55 Brent Baude (ranger)
2009-04-03 11:09 Tony Vroon (chainsaw)
2008-11-23  2:36 Mart Raudsepp (leio)

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