From 159f5ed0fc6cc0c5b36d6bb3c26f259bc36b6b6a Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 19 Oct 2011 02:05:31 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha69/cvs/Linux x86_64) --- x11-misc/notification-daemon/ChangeLog | 8 ++++++- .../notification-daemon-0.7.3.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild (limited to 'x11-misc') diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index eb1ef4aaac1a..aa8c5ce0009e 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.81 2011/05/01 16:27:32 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.82 2011/10/19 02:05:31 ssuominen Exp $ + +*notification-daemon-0.7.3 (19 Oct 2011) + + 19 Oct 2011; Samuli Suominen + +notification-daemon-0.7.3.ebuild: + Version bump. 01 May 2011; Nirbheek Chauhan +notification-daemon-0.7.1.ebuild: diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild new file mode 100644 index 000000000000..d54828c3b91a --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 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.7.3.ebuild,v 1.1 2011/10/19 02:05:31 ssuominen Exp $ + +EAPI=4 +inherit gnome.org + +DESCRIPTION="Notification daemon" +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" + +LICENSE="GPL-2" +SLOT="0" +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=">=dev-libs/glib-2.28 + x11-libs/gtk+:3 + sys-apps/dbus + media-libs/libcanberra[gtk3] + >=x11-libs/libnotify-0.7 + x11-libs/libX11 + !x11-misc/notify-osd" +DEPEND="${RDEPEND} + app-arch/xz-utils + >=dev-util/intltool-0.40 + sys-devel/gettext" + +DOCS=( AUTHORS ChangeLog NEWS ) -- cgit v1.2.3-65-gdbad