Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/
Date: Wed, 02 Sep 2020 06:02:15
Message-Id: 1599026504.54fd21537a920a58779f10002699a699da730183.np-hardass@gentoo
1 commit: 54fd21537a920a58779f10002699a699da730183
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 19:47:01 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd2153
7
8 x11-misc/mate-notification-daemon: drop 1.22.1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 x11-misc/mate-notification-daemon/Manifest | 1 -
15 .../mate-notification-daemon-1.22.1.ebuild | 54 ----------------------
16 2 files changed, 55 deletions(-)
17
18 diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest
19 index b7b30b9f16a..4f6e1c534bf 100644
20 --- a/x11-misc/mate-notification-daemon/Manifest
21 +++ b/x11-misc/mate-notification-daemon/Manifest
22 @@ -1,2 +1 @@
23 -DIST mate-notification-daemon-1.22.1.tar.xz 340472 BLAKE2B 09a4fd8f14ffcde530bf3f95aa5d38f5ab1d105dd854464eb698fa3f42594e4559a48d034a0e25a021f2cd2382d02fbe357269636ea2603f940d666467ba4058 SHA512 5faec84a2c25b3d17db5e0e564081a5712a0ae9a648b61e7d6233f7c6671a137cb9e0d2328eccad4e634eb99cae72cf235589f3667b9bf29e66c3734f7ed8bc7
24 DIST mate-notification-daemon-1.24.0.tar.xz 392588 BLAKE2B 480272848b3403d34eaa1f555a573dbf74a4e8e45e76c4726943bda4c29d7002f00d1a828e318d51dd07a44df1c64902c38bbe41c1c14339e8cb8710f7008f36 SHA512 0fd2da98001c60672d4833e974ac74dd561f54ca6f3fd74f8d6620e3b28768add46dd891d7446b01426b6aed09d4966d902cbde45aac3498fdcbb837e531a147
25
26 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.1.ebuild
27 deleted file mode 100644
28 index aafe1999372..00000000000
29 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -MATE_LA_PUNT="yes"
38 -
39 -inherit mate
40 -
41 -if [[ ${PV} != 9999 ]]; then
42 - KEYWORDS="amd64 ~arm ~arm64 x86"
43 -fi
44 -
45 -DESCRIPTION="MATE Notification daemon"
46 -LICENSE="GPL-2+ GPL-3+"
47 -SLOT="0"
48 -
49 -IUSE=""
50 -
51 -COMMON_DEPEND="dev-libs/atk
52 - >=dev-libs/glib-2.50:2
53 - >=sys-apps/dbus-1
54 - x11-libs/cairo
55 - >=x11-libs/gdk-pixbuf-2.22:2
56 - >=x11-libs/libnotify-0.7
57 - x11-libs/libX11
58 - virtual/libintl
59 - >=x11-libs/gtk+-3.22:3
60 - >=x11-libs/libwnck-3:3
61 - >=media-libs/libcanberra-0.4:0[gtk3]
62 - !x11-misc/notify-osd
63 - !x11-misc/qtnotifydaemon
64 - !x11-misc/notification-daemon"
65 -
66 -RDEPEND="${COMMON_DEPEND}"
67 -
68 -DEPEND="${COMMON_DEPEND}
69 - app-arch/xz-utils
70 - dev-util/gdbus-codegen
71 - >=dev-util/intltool-0.50.1
72 - sys-devel/gettext:*
73 - >=sys-devel/libtool-2.2.6:2
74 - virtual/pkgconfig:*"
75 -
76 -src_configure() {
77 - mate_src_configure
78 -}
79 -
80 -src_install() {
81 - mate_src_install
82 -
83 - insinto /usr/share/dbus-1/services
84 - doins "${FILESDIR}/org.freedesktop.Notifications.service"
85 -}