Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/
Date: Wed, 31 Dec 2014 18:54:09
Message-Id: 1420052010.eae207d6f9f34c0071cac1f7f13e073dd777f2a1.alexxy@gentoo.org@gentoo
1 commit: eae207d6f9f34c0071cac1f7f13e073dd777f2a1
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 31 18:53:30 2014 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 31 18:53:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eae207d6
7
8 [virtual/notification-daemon] Add updated virtual for notification-daemon
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 virtual/notification-daemon/metadata.xml | 8 ++++++
14 .../notification-daemon-0.ebuild | 31 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/virtual/notification-daemon/metadata.xml b/virtual/notification-daemon/metadata.xml
18 new file mode 100644
19 index 0000000..9879e83
20 --- /dev/null
21 +++ b/virtual/notification-daemon/metadata.xml
22 @@ -0,0 +1,8 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <herd>freedesktop</herd>
27 + <maintainer>
28 + <email>freedesktop-bugs@g.o</email>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
33 new file mode 100644
34 index 0000000..690063e
35 --- /dev/null
36 +++ b/virtual/notification-daemon/notification-daemon-0.ebuild
37 @@ -0,0 +1,31 @@
38 +# Copyright 1999-2014 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.14 2014/11/08 15:44:09 jauhien Exp $
41 +
42 +EAPI=5
43 +
44 +DESCRIPTION="Virtual for notification daemon dbus service"
45 +HOMEPAGE=""
46 +SRC_URI=""
47 +
48 +LICENSE=""
49 +SLOT="0"
50 +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
51 +IUSE="gnome"
52 +
53 +RDEPEND="
54 + gnome? ( || ( x11-misc/notification-daemon
55 + gnome-base/gnome-shell ) )
56 + !gnome? ( || ( x11-misc/notification-daemon
57 + xfce-extra/xfce4-notifyd
58 + x11-misc/qtnotifydaemon
59 + x11-misc/notify-osd
60 + x11-misc/dunst
61 + >=x11-wm/awesome-3.4.4
62 + x11-wm/enlightenment[enlightenment_modules_notification]
63 + x11-wm/enlightenment[e_modules_notification]
64 + kde-base/knotify
65 + kde-apps/knotify
66 + x11-misc/mate-notification-daemon
67 + lxqt-base/lxqt-notificationd ) )"
68 +DEPEND=""