diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-01 16:27:32 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-01 16:27:32 +0000 |
commit | a9d1b0c6dd5d3317f5cee5d749b038053e706e83 (patch) | |
tree | 315aa605e0c76c7a9dc04eb28f067c899208f3a8 /x11-misc/notification-daemon | |
parent | [bump] dev-perl/CPAN-Mini-1.111.6 (diff) | |
download | gentoo-2-a9d1b0c6dd5d3317f5cee5d749b038053e706e83.tar.gz gentoo-2-a9d1b0c6dd5d3317f5cee5d749b038053e706e83.tar.bz2 gentoo-2-a9d1b0c6dd5d3317f5cee5d749b038053e706e83.zip |
Add notification-daemon-0.7.1 from the gnome overlay
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 12 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild | 39 |
2 files changed, 50 insertions, 1 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 7feabef7344a..eb1ef4aaac1a 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,16 @@ # 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.80 2011/05/01 09:34:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.81 2011/05/01 16:27:32 nirbheek Exp $ + + 01 May 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + +notification-daemon-0.7.1.ebuild: + Add notification-daemon-0.7.1 from the gnome overlay + +*notification-daemon-0.7.1 (01 May 2011) + + 01 May 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + +notification-daemon-0.7.1.ebuild: + Add 0.7.1 from the gnome overlay 01 May 2011; Samuli Suominen <ssuominen@gentoo.org> notification-daemon-0.5.0.ebuild: diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild new file mode 100644 index 000000000000..fa18a6466dc2 --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild @@ -0,0 +1,39 @@ +# 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.1.ebuild,v 1.1 2011/05/01 16:27:32 nirbheek Exp $ + +EAPI="3" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +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="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.27:2 + >=x11-libs/gtk+-2.91:3 + >=sys-apps/dbus-1 + >=media-libs/libcanberra-0.4[gtk3] + x11-libs/libnotify + x11-libs/libX11 +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.14 +" +RDEPEND="${COMMON_DEPEND} + !<xfce-extra/xfce4-notifyd-0.2.1_p20110101 + !x11-misc/notify-osd +" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS" + G2CONF="${G2CONF} --disable-static" +} |