Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: virtual/notification-daemon/
Date: Mon, 02 Feb 2015 13:24:27
Message-Id: 1422883444.3bd1bdc394a1eb97dd939984a36a66e5a6b24574.kensington@gentoo
1 commit: 3bd1bdc394a1eb97dd939984a36a66e5a6b24574
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 2 13:24:04 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 2 13:24:04 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3bd1bdc3
7
8 [virtual/notification-daemon] Changes merged to main tree.
9
10 ---
11 virtual/notification-daemon/metadata.xml | 8 ------
12 .../notification-daemon-0.ebuild | 31 ----------------------
13 2 files changed, 39 deletions(-)
14
15 diff --git a/virtual/notification-daemon/metadata.xml b/virtual/notification-daemon/metadata.xml
16 deleted file mode 100644
17 index 9879e83..0000000
18 --- a/virtual/notification-daemon/metadata.xml
19 +++ /dev/null
20 @@ -1,8 +0,0 @@
21 -<?xml version="1.0" encoding="UTF-8"?>
22 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 -<pkgmetadata>
24 - <herd>freedesktop</herd>
25 - <maintainer>
26 - <email>freedesktop-bugs@g.o</email>
27 - </maintainer>
28 -</pkgmetadata>
29
30 diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
31 deleted file mode 100644
32 index 52dd143..0000000
33 --- a/virtual/notification-daemon/notification-daemon-0.ebuild
34 +++ /dev/null
35 @@ -1,31 +0,0 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Header: $
39 -
40 -EAPI=5
41 -
42 -DESCRIPTION="Virtual for notification daemon dbus service"
43 -HOMEPAGE=""
44 -SRC_URI=""
45 -
46 -LICENSE=""
47 -SLOT="0"
48 -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"
49 -IUSE="gnome"
50 -
51 -RDEPEND="
52 - gnome? ( || ( x11-misc/notification-daemon
53 - gnome-base/gnome-shell ) )
54 - !gnome? ( || ( x11-misc/notification-daemon
55 - xfce-extra/xfce4-notifyd
56 - x11-misc/qtnotifydaemon
57 - x11-misc/notify-osd
58 - x11-misc/dunst
59 - >=x11-wm/awesome-3.4.4
60 - x11-wm/enlightenment[enlightenment_modules_notification]
61 - x11-wm/enlightenment[e_modules_notification]
62 - kde-base/knotify
63 - kde-apps/knotify
64 - x11-misc/mate-notification-daemon
65 - lxqt-base/lxqt-notificationd ) )"
66 -DEPEND=""