Gentoo Archives: gentoo-commits

From: Joe Kappus <joe@××.gd>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/notification-daemon/
Date: Wed, 25 Jan 2023 01:43:18
Message-Id: 1674610927.2adbf6778aeaf07311cb03da76ce5555f78128c5.joe@gentoo
1 commit: 2adbf6778aeaf07311cb03da76ce5555f78128c5
2 Author: Joe Kappus <joe <AT> wt <DOT> gd>
3 AuthorDate: Wed Jan 25 01:42:07 2023 +0000
4 Commit: Joe Kappus <joe <AT> wt <DOT> gd>
5 CommitDate: Wed Jan 25 01:42:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2adbf677
7
8 Revert "virtual/notification-daemon: add gui-apps/swaync"
9
10 Adding to GURU is against rules since overwrites ::gentoo package.
11 Instead going to upstream gui-apps/swaync and add to ::gentoo.
12
13 Signed-off-by: Joe Kappus <joe <AT> wt.gd>
14
15 .../notification-daemon-0-r1.ebuild | 27 ----------------------
16 1 file changed, 27 deletions(-)
17
18 diff --git a/virtual/notification-daemon/notification-daemon-0-r1.ebuild b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
19 deleted file mode 100644
20 index 86af78474..000000000
21 --- a/virtual/notification-daemon/notification-daemon-0-r1.ebuild
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -# Copyright 1999-2023 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=8
28 -
29 -DESCRIPTION="Virtual for notification daemon dbus service"
30 -SLOT="0"
31 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
32 -IUSE="gnome kde"
33 -
34 -RDEPEND="
35 - gnome? ( || ( x11-misc/notification-daemon
36 - gnome-base/gnome-shell ) )
37 - kde? ( kde-plasma/plasma-workspace )
38 - !gnome? ( !kde? ( || (
39 - x11-misc/notification-daemon
40 - gnome-extra/cinnamon
41 - gui-apps/mako
42 - gui-apps/swaync
43 - xfce-extra/xfce4-notifyd
44 - x11-misc/notify-osd
45 - x11-misc/dunst
46 - >=x11-wm/awesome-3.4.4[dbus]
47 - x11-wm/enlightenment
48 - x11-misc/mate-notification-daemon
49 - lxqt-base/lxqt-notificationd
50 - net-misc/eventd[notification] ) ) )"