commit: 1d765e1dc797be3d1aa9c88c537a73b2a75f17c2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 21:20:50 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 21:24:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d765e1d
x11-misc/mate-notification-daemon: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
x11-misc/mate-notification-daemon/Manifest | 1 -
.../mate-notification-daemon-1.18.1.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/x11-misc/mate-notification-daemon/Manifest
b/x11-misc/mate-notification-daemon/Manifest
index af8f8c6c18c..9c90c6c6191 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,2 +1 @@
-DIST mate-notification-daemon-1.18.1.tar.xz 330940 BLAKE2B
e05d2b69a66037a49cf0a1aa44a417d9fb55fecc1dd713861907b38d0361d6a9d79faa95094027add0d0e549a979eb237e8e71e1e2102664813b7745f34316f3
SHA512
92edb738e38b879a94985d97c961fd900853e330cc49024cf33a1b564734e86c076b47a05c64ec7ea34a170425b97f80aedb60ad14db98718c4609c464e091e4
DIST mate-notification-daemon-1.22.0.tar.xz 360676 BLAKE2B
0eb50a6179b5b90243e8206bbbb6c3ce1bf65cf3b2969e0c259e4bdebdf6e86d769f74020509cc170b087a02c6295007f83efc950407f803be6e717b0fc900ae
SHA512
1345604dee1315843ad5a6920aab7cbe1544c8f7c7ccea686e5684c7ea5272fa09d27edbcc996f6a568f8b3760f561b84901c44f93f1b3ae2d5ddcd3c3ce86fc
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
deleted file mode 100644
index 9047edef2bc..00000000000
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="MATE Notification daemon"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="dev-libs/atk:0
- >=dev-libs/dbus-glib-0.78:0
- >=dev-libs/glib-2.36:2
- >=sys-apps/dbus-1:0
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.22:2
- >=x11-libs/libnotify-0.7:0
- x11-libs/libX11:0
- virtual/libintl:0
- >=x11-libs/gtk+-3.14:3
- >=x11-libs/libwnck-3:3
- >=media-libs/libcanberra-0.4:0[gtk3]
- !x11-misc/notify-osd:*
- !x11-misc/qtnotifydaemon:*
- !x11-misc/notification-daemon:*"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
- app-arch/xz-utils:0
- >=dev-util/intltool-0.50.1:*
- sys-devel/gettext:*
- >=sys-devel/libtool-2.2.6:2
- virtual/pkgconfig:*"
-
-src_configure() {
- mate_src_configure
-}
-
-src_install() {
- mate_src_install
-
- insinto /usr/share/dbus-1/services
- doins "${FILESDIR}/org.freedesktop.Notifications.service"
-}