public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfce4-notifyd: ChangeLog xfce4-notifyd-0.1.0_p20090722.ebuild
Date: Wed, 22 Jul 2009 07:32:43 +0000	[thread overview]
Message-ID: <E1MTWJf-0006ge-I7@stork.gentoo.org> (raw)

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
}






             reply	other threads:[~2009-07-22  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22  7:32 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)
2009-09-27 11:21 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MTWJf-0006ge-I7@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox