public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfce4-notifyd: ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
@ 2009-07-22  7:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-22  7:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/22 07:32:43

  Modified:             ChangeLog
  Added:                xfce4-notifyd-0.1.0_p20090722.ebuild
  Log:
  Version bump (snapshot).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-misc/xfce4-notifyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Jul 2009 07:07:34 -0000	1.4
+++ ChangeLog	22 Jul 2009 07:32:43 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xfce4-notifyd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.4 2009/07/22 07:07:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.5 2009/07/22 07:32:43 ssuominen Exp $
+
+*xfce4-notifyd-0.1.0_p20090722 (22 Jul 2009)
+
+  22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-notifyd-0.1.0_p20090722.ebuild:
+  Version bump (snapshot).
 
 *xfce4-notifyd-0.1.0-r1 (22 Jul 2009)
 



1.1                  x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-notifyd-0.1.0_p20090722.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.1 2009/07/22 07:32:43 ssuominen Exp $

EAPI=2
inherit autotools

DESCRIPTION="Xfce4 notification daemon"
HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2
	mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug nls +libsexy"

RDEPEND=">=dev-libs/dbus-glib-0.72
	>=gnome-base/libglade-2.6
	>=x11-libs/gtk+-2.10:2
	>=xfce-base/libxfce4util-4.6
	>=xfce-base/libxfcegui4-4.6
	>=xfce-base/xfconf-4.6
	libsexy? ( >=x11-libs/libsexy-0.1.6 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/xfce4-dev-tools
	nls? ( dev-util/intltool
		sys-devel/gettext )
	!<x11-libs/libnotify-0.4.5
	!x11-misc/notification-daemon
	!xfce-extra/notification-daemon-xfce"

src_prepare() {
	AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf
}

src_configure() {
	econf \
		--enable-maintainer-mode \
		--disable-dependency-tracking \
		$(use_enable nls) \
		$(use_enable libsexy) \
		$(use_enable debug)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfce4-notifyd: ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
@ 2009-09-23 10:16 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-09-23 10:16 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/09/23 10:16:28

  Modified:             ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
  Log:
  DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger for reporting.
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-misc/xfce4-notifyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Jul 2009 07:32:43 -0000	1.5
+++ ChangeLog	23 Sep 2009 10:16:28 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xfce4-notifyd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.5 2009/07/22 07:32:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.6 2009/09/23 10:16:28 ssuominen Exp $
+
+  23 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-notifyd-0.1.0_p20090722.ebuild:
+  DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger
+  for reporting.
 
 *xfce4-notifyd-0.1.0_p20090722 (22 Jul 2009)
 



1.3                  x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild

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

Index: xfce4-notifyd-0.1.0_p20090722.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-notifyd-0.1.0_p20090722.ebuild	24 Jul 2009 10:59:45 -0000	1.2
+++ xfce4-notifyd-0.1.0_p20090722.ebuild	23 Sep 2009 10:16:28 -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/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.2 2009/07/24 10:59:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.3 2009/09/23 10:16:28 ssuominen Exp $
 
 EAPI=2
 inherit autotools
@@ -20,6 +20,7 @@
 	>=xfce-base/libxfce4util-4.6
 	>=xfce-base/libxfcegui4-4.6
 	>=xfce-base/xfconf-4.6
+	xfce-base/exo
 	libsexy? ( >=x11-libs/libsexy-0.1.6 )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfce4-notifyd: ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
@ 2009-09-27 11:21 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-09-27 11:21 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/27 11:21:34

  Modified:             ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
  Log:
  amd64/x86 stable, bug #286072
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-misc/xfce4-notifyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Sep 2009 10:16:28 -0000	1.6
+++ ChangeLog	27 Sep 2009 11:21:33 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xfce4-notifyd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.6 2009/09/23 10:16:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.7 2009/09/27 11:21:33 maekke Exp $
+
+  27 Sep 2009; Markus Meier <maekke@gentoo.org>
+  xfce4-notifyd-0.1.0_p20090722.ebuild:
+  amd64/x86 stable, bug #286072
 
   23 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-notifyd-0.1.0_p20090722.ebuild:



1.4                  x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild

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

Index: xfce4-notifyd-0.1.0_p20090722.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-notifyd-0.1.0_p20090722.ebuild	23 Sep 2009 10:16:28 -0000	1.3
+++ xfce4-notifyd-0.1.0_p20090722.ebuild	27 Sep 2009 11:21:33 -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/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.3 2009/09/23 10:16:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.4 2009/09/27 11:21:33 maekke Exp $
 
 EAPI=2
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug nls +libsexy"
 
 RDEPEND=">=dev-libs/dbus-glib-0.72






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

end of thread, other threads:[~2009-09-27 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 10:16 [gentoo-commits] gentoo-x86 commit in x11-misc/xfce4-notifyd: ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-27 11:21 Markus Meier (maekke)
2009-07-22  7:32 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