summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-03-24 15:24:57 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-03-24 15:24:57 +0000
commit7c62de492f5df34b6237e72bf0e8dab5e9060961 (patch)
treec9762a2ebe7adea675262d7fd691da6540e716b6 /virtual/notification-daemon
parentStable for ppc, wrt bug #505462 (diff)
downloadgentoo-2-7c62de492f5df34b6237e72bf0e8dab5e9060961.tar.gz
gentoo-2-7c62de492f5df34b6237e72bf0e8dab5e9060961.tar.bz2
gentoo-2-7c62de492f5df34b6237e72bf0e8dab5e9060961.zip
Added x11-misc/mate-notification-daemon to the end of !gnome in virtual/notification-daemon.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'virtual/notification-daemon')
-rw-r--r--virtual/notification-daemon/ChangeLog8
-rw-r--r--virtual/notification-daemon/notification-daemon-0.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/virtual/notification-daemon/ChangeLog b/virtual/notification-daemon/ChangeLog
index 2868d4d5e04a..a587a6535fcd 100644
--- a/virtual/notification-daemon/ChangeLog
+++ b/virtual/notification-daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/notification-daemon
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.9 2013/02/27 01:57:38 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.10 2014/03/24 15:24:57 tomwij Exp $
+
+ 24 Mar 2014; Tom Wijsman <TomWij@gentoo.org> notification-daemon-0.ebuild:
+ Added x11-misc/mate-notification-daemon to the end of !gnome in virtual
+ /notification-daemon.
27 Feb 2013; Alex Alexander <wired@gentoo.org> notification-daemon-0.ebuild:
added new daemon: x11-misc/dunst to the list of packages. acked by ssuominen.
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
index 6703111448c5..30c215f55aa9 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.10 2013/02/27 01:57:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.11 2014/03/24 15:24:57 tomwij Exp $
-EAPI=2
+EAPI=5
DESCRIPTION="Virtual for notification daemon dbus service"
HOMEPAGE=""
@@ -24,5 +24,6 @@ RDEPEND="
>=x11-wm/awesome-3.4.4
x11-wm/enlightenment[enlightenment_modules_notification]
x11-wm/enlightenment[e_modules_notification]
- kde-base/knotify ) )"
+ kde-base/knotify
+ x11-misc/mate-notification-daemon ) )"
DEPEND=""