Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/notification-daemon/
Date: Tue, 07 Sep 2021 14:08:49
Message-Id: 1631023719.e0efd925f9eeb357eae0eb6e608931dc015d5971.pacho@gentoo
1 commit: e0efd925f9eeb357eae0eb6e608931dc015d5971
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 14:00:16 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 14:08:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0efd925
7
8 x11-misc/notification-daemon: Drop old
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../notification-daemon-3.20.0.ebuild | 43 ----------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild b/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild
17 deleted file mode 100644
18 index 9a03ffc1902..00000000000
19 --- a/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit gnome.org
28 -
29 -DESCRIPTION="Notification daemon"
30 -HOMEPAGE="https://gitlab.gnome.org/GNOME/notification-daemon/"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=dev-libs/glib-2.28:2
39 - >=x11-libs/gtk+-3.19.5:3[X]
40 - sys-apps/dbus
41 - x11-libs/libX11
42 - !x11-misc/notify-osd
43 - !x11-misc/qtnotifydaemon
44 -"
45 -DEPEND="${RDEPEND}
46 - dev-util/gdbus-codegen
47 - >=sys-devel/gettext-0.19.4
48 - virtual/pkgconfig
49 -"
50 -
51 -DOCS=( AUTHORS ChangeLog NEWS )
52 -
53 -src_install() {
54 - default
55 -
56 - cat <<-EOF > "${T}"/org.freedesktop.Notifications.service
57 - [D-BUS Service]
58 - Name=org.freedesktop.Notifications
59 - Exec=/usr/libexec/notification-daemon
60 - EOF
61 -
62 - insinto /usr/share/dbus-1/services
63 - doins "${T}"/org.freedesktop.Notifications.service
64 -}