public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.32.ebuild
@ 2011-10-21 19:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-21 19:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/21 19:24:29

  Modified:             ChangeLog
  Added:                notify-osd-0.9.32.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-misc/notify-osd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	1 May 2011 09:31:34 -0000	1.5
+++ ChangeLog	21 Oct 2011 19:24:29 -0000	1.6
@@ -1,6 +1,12 @@
 # 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.5 2011/05/01 09:31:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.6 2011/10/21 19:24:29 ssuominen Exp $
+
+*notify-osd-0.9.32 (21 Oct 2011)
+
+  21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +notify-osd-0.9.32.ebuild:
+  Version bump.
 
   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



1.1                  x11-misc/notify-osd/notify-osd-0.9.32.ebuild

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

Index: notify-osd-0.9.32.ebuild
===================================================================
# 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.32.ebuild,v 1.1 2011/10/21 19:24:29 ssuominen Exp $

EAPI=4
inherit autotools gnome2-utils savedconfig

DESCRIPTION="Canonical's on-screen-display notification agent"
HOMEPAGE="http://launchpad.net/notify-osd"
SRC_URI="http://launchpad.net/${PN}/oneiric/${PV}/+download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"

COMMON_DEPEND=">=dev-libs/dbus-glib-0.76
	>=dev-libs/glib-2.16:2
	>=x11-libs/gtk+-3.2:3
	>=x11-libs/libnotify-0.7
	x11-libs/libwnck:3
	x11-libs/libX11
	x11-libs/pixman
	!x11-misc/notification-daemon"
RDEPEND="${COMMON_DEPEND}
	!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

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_prepare() {
	sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
	use savedconfig && restore_config src/{bubble,defaults}.c
	eautoreconf
}

src_install() {
	default
	save_config src/{bubble,defaults}.c
}

pkg_preinst() {
	gnome2_icon_savelist
	gnome2_schemas_savelist
}
pkg_postinst() {
	gnome2_icon_cache_update
	gnome2_schemas_update
}
pkg_postrm() {
	gnome2_icon_cache_update
	gnome2_schemas_update --uninstall
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.32.ebuild
@ 2011-12-22 13:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-22 13:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/22 13:02:49

  Modified:             ChangeLog notify-osd-0.9.32.ebuild
  Log:
  Remove --uninstall argument from gnome2_schemas_update wrt #394739 by Alexandre Rostovtsev
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-misc/notify-osd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	20 Nov 2011 12:12:21 -0000	1.8
+++ ChangeLog	22 Dec 2011 13:02:49 -0000	1.9
@@ -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.8 2011/11/20 12:12:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.9 2011/12/22 13:02:49 ssuominen Exp $
+
+  22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.32.ebuild:
+  Remove --uninstall argument from gnome2_schemas_update wrt #394739 by
+  Alexandre Rostovtsev
 
   20 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
   Move to ayatana herd.



1.2                  x11-misc/notify-osd/notify-osd-0.9.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.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.32.ebuild?r1=1.1&r2=1.2

Index: notify-osd-0.9.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-osd-0.9.32.ebuild	21 Oct 2011 19:24:29 -0000	1.1
+++ notify-osd-0.9.32.ebuild	22 Dec 2011 13:02:49 -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.32.ebuild,v 1.1 2011/10/21 19:24:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.2 2011/12/22 13:02:49 ssuominen Exp $
 
 EAPI=4
 inherit autotools gnome2-utils savedconfig
@@ -54,5 +54,5 @@
 }
 pkg_postrm() {
 	gnome2_icon_cache_update
-	gnome2_schemas_update --uninstall
+	gnome2_schemas_update
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.32.ebuild
@ 2012-01-04  5:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-04  5:37 UTC (permalink / raw
  To: gentoo-commits

vapier      12/01/04 05:37:31

  Modified:             ChangeLog notify-osd-0.9.32.ebuild
  Log:
  Drop `use savedconfig` logic that the savedconfig eclass handles itself.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 x11-misc/notify-osd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Dec 2011 13:02:49 -0000	1.9
+++ ChangeLog	4 Jan 2012 05:37:31 -0000	1.10
@@ -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.9 2011/12/22 13:02:49 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.10 2012/01/04 05:37:31 vapier Exp $
+
+  04 Jan 2012; Mike Frysinger <vapier@gentoo.org> notify-osd-0.9.32.ebuild:
+  Drop `use savedconfig` logic that the savedconfig eclass handles itself.
 
   22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.32.ebuild:
   Remove --uninstall argument from gnome2_schemas_update wrt #394739 by



1.3                  x11-misc/notify-osd/notify-osd-0.9.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.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.32.ebuild?r1=1.2&r2=1.3

Index: notify-osd-0.9.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notify-osd-0.9.32.ebuild	22 Dec 2011 13:02:49 -0000	1.2
+++ notify-osd-0.9.32.ebuild	4 Jan 2012 05:37:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.32.ebuild,v 1.2 2011/12/22 13:02:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.3 2012/01/04 05:37:31 vapier Exp $
 
 EAPI=4
 inherit autotools gnome2-utils savedconfig
@@ -35,7 +35,7 @@
 
 src_prepare() {
 	sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-	use savedconfig && restore_config src/{bubble,defaults}.c
+	restore_config src/{bubble,defaults}.c
 	eautoreconf
 }
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.32.ebuild
@ 2012-01-28  2:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-28  2:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/28 02:17:40

  Modified:             ChangeLog notify-osd-0.9.32.ebuild
  Log:
  Block x11-misc/qtnotifydaemon because it's using same .service file.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-misc/notify-osd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Jan 2012 05:37:31 -0000	1.10
+++ ChangeLog	28 Jan 2012 02:17:40 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/notify-osd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.10 2012/01/04 05:37:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.11 2012/01/28 02:17:40 ssuominen Exp $
+
+  28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.32.ebuild:
+  Block x11-misc/qtnotifydaemon because it's using same .service file.
 
   04 Jan 2012; Mike Frysinger <vapier@gentoo.org> notify-osd-0.9.32.ebuild:
   Drop `use savedconfig` logic that the savedconfig eclass handles itself.



1.4                  x11-misc/notify-osd/notify-osd-0.9.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.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.32.ebuild?r1=1.3&r2=1.4

Index: notify-osd-0.9.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-osd-0.9.32.ebuild	4 Jan 2012 05:37:31 -0000	1.3
+++ notify-osd-0.9.32.ebuild	28 Jan 2012 02:17:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.32.ebuild,v 1.3 2012/01/04 05:37:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.4 2012/01/28 02:17:40 ssuominen Exp $
 
 EAPI=4
 inherit autotools gnome2-utils savedconfig
@@ -21,7 +21,8 @@
 	x11-libs/libwnck:3
 	x11-libs/libX11
 	x11-libs/pixman
-	!x11-misc/notification-daemon"
+	!x11-misc/notification-daemon
+	!x11-misc/qtnotifydaemon"
 RDEPEND="${COMMON_DEPEND}
 	!minimal? ( x11-themes/notify-osd-icons )"
 DEPEND="${COMMON_DEPEND}






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

end of thread, other threads:[~2012-01-28  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22 13:02 [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: ChangeLog notify-osd-0.9.32.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-28  2:17 Samuli Suominen (ssuominen)
2012-01-04  5:37 Mike Frysinger (vapier)
2011-10-21 19:24 Samuli Suominen (ssuominen)

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