Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/
Date: Sun, 14 Apr 2019 21:25:12
Message-Id: 1555277089.1d765e1dc797be3d1aa9c88c537a73b2a75f17c2.zlogene@gentoo
1 commit: 1d765e1dc797be3d1aa9c88c537a73b2a75f17c2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 21:20:50 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 21:24:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d765e1d
7
8 x11-misc/mate-notification-daemon: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-misc/mate-notification-daemon/Manifest | 1 -
14 .../mate-notification-daemon-1.18.1.ebuild | 54 ----------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest
18 index af8f8c6c18c..9c90c6c6191 100644
19 --- a/x11-misc/mate-notification-daemon/Manifest
20 +++ b/x11-misc/mate-notification-daemon/Manifest
21 @@ -1,2 +1 @@
22 -DIST mate-notification-daemon-1.18.1.tar.xz 330940 BLAKE2B e05d2b69a66037a49cf0a1aa44a417d9fb55fecc1dd713861907b38d0361d6a9d79faa95094027add0d0e549a979eb237e8e71e1e2102664813b7745f34316f3 SHA512 92edb738e38b879a94985d97c961fd900853e330cc49024cf33a1b564734e86c076b47a05c64ec7ea34a170425b97f80aedb60ad14db98718c4609c464e091e4
23 DIST mate-notification-daemon-1.22.0.tar.xz 360676 BLAKE2B 0eb50a6179b5b90243e8206bbbb6c3ce1bf65cf3b2969e0c259e4bdebdf6e86d769f74020509cc170b087a02c6295007f83efc950407f803be6e717b0fc900ae SHA512 1345604dee1315843ad5a6920aab7cbe1544c8f7c7ccea686e5684c7ea5272fa09d27edbcc996f6a568f8b3760f561b84901c44f93f1b3ae2d5ddcd3c3ce86fc
24
25 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild
26 deleted file mode 100644
27 index 9047edef2bc..00000000000
28 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -MATE_LA_PUNT="yes"
37 -
38 -inherit mate
39 -
40 -if [[ ${PV} != 9999 ]]; then
41 - KEYWORDS="amd64 ~arm ~arm64 x86"
42 -fi
43 -
44 -DESCRIPTION="MATE Notification daemon"
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -
48 -IUSE=""
49 -
50 -COMMON_DEPEND="dev-libs/atk:0
51 - >=dev-libs/dbus-glib-0.78:0
52 - >=dev-libs/glib-2.36:2
53 - >=sys-apps/dbus-1:0
54 - x11-libs/cairo:0
55 - >=x11-libs/gdk-pixbuf-2.22:2
56 - >=x11-libs/libnotify-0.7:0
57 - x11-libs/libX11:0
58 - virtual/libintl:0
59 - >=x11-libs/gtk+-3.14: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:0
70 - >=dev-util/intltool-0.50.1:*
71 - sys-devel/gettext:*
72 - >=sys-devel/libtool-2.2.6:2
73 - virtual/pkgconfig:*"
74 -
75 -src_configure() {
76 - mate_src_configure
77 -}
78 -
79 -src_install() {
80 - mate_src_install
81 -
82 - insinto /usr/share/dbus-1/services
83 - doins "${FILESDIR}/org.freedesktop.Notifications.service"
84 -}