diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-19 02:05:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-19 02:05:31 +0000 |
commit | 159f5ed0fc6cc0c5b36d6bb3c26f259bc36b6b6a (patch) | |
tree | fa38df4f9e2bcbee5eee6a0ec16f8d77cc7c8ffc /x11-misc | |
parent | Add pango-1.29.4 from the gnome overlay. Includes fix for bug #384671 (pango-... (diff) | |
download | gentoo-2-159f5ed0fc6cc0c5b36d6bb3c26f259bc36b6b6a.tar.gz gentoo-2-159f5ed0fc6cc0c5b36d6bb3c26f259bc36b6b6a.tar.bz2 gentoo-2-159f5ed0fc6cc0c5b36d6bb3c26f259bc36b6b6a.zip |
Version bump.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
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 <ssuominen@gentoo.org> + +notification-daemon-0.7.3.ebuild: + Version bump. 01 May 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +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 ) |