Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/
Date: Sat, 06 Aug 2016 02:13:12
Message-Id: 1470449541.5f637e86c294be2b7474620d20309136d9e59adf.np-hardass@gentoo
1 commit: 5f637e86c294be2b7474620d20309136d9e59adf
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 02:08:59 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 02:12:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f637e86
7
8 x11-misc/mate-notification-daemon: Drop 1.8.x
9
10 Package-Manager: portage-2.2.26
11
12 x11-misc/mate-notification-daemon/Manifest | 1 -
13 .../mate-notification-daemon-1.8.1.ebuild | 58 ----------------------
14 2 files changed, 59 deletions(-)
15
16 diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest
17 index 17bed98..e4cd852 100644
18 --- a/x11-misc/mate-notification-daemon/Manifest
19 +++ b/x11-misc/mate-notification-daemon/Manifest
20 @@ -1,2 +1 @@
21 DIST mate-notification-daemon-1.10.2.tar.xz 304100 SHA256 f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 SHA512 6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc WHIRLPOOL fba269bdf8a0ad37889b9ebaf4d2da95835187714ce958989ca76471a82afdd1ed4970fe520936d59b8a961988b05f557cce32235e4a37eae355b980045b1b1b
22 -DIST mate-notification-daemon-1.8.1.tar.xz 300984 SHA256 322b0f461d0972536916191481ee8f71b94c9534049498617c78218c9ce792a6 SHA512 45d9d8e95628a4ea384335a2293c85cda3177676acf6b4d3ee877f85f7b631c8f19429884017414f6882c4b6dcb32a1c2dbeb3bebaee8f8ab3107003bf3c9d92 WHIRLPOOL 4c88feacefd6e1f5b741e19694f8c17e83ff0963340b4f6a90bec07d532608e39ad617f41d5301e703dc3c3326021062edd748a44899e61905cabd1173b86120
23
24 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild
25 deleted file mode 100644
26 index 54df139..0000000
27 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.8.1.ebuild
28 +++ /dev/null
29 @@ -1,58 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 versionator
39 -
40 -MATE_BRANCH="$(get_version_component_range 1-2)"
41 -
42 -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
43 -DESCRIPTION="MATE Notification daemon"
44 -HOMEPAGE="http://mate-desktop.org"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -
50 -RDEPEND="
51 - dev-libs/atk:0
52 - >=dev-libs/dbus-glib-0.78:0
53 - >=dev-libs/glib-2.18:2
54 - >=media-libs/libcanberra-0.4:0[gtk]
55 - >=sys-apps/dbus-1:0
56 - x11-libs/cairo:0
57 - x11-libs/gdk-pixbuf:2
58 - >=x11-libs/gtk+-2.18:2
59 - >=x11-libs/libnotify-0.7:0
60 - x11-libs/libX11:0
61 - >=x11-libs/libwnck-1:1
62 - virtual/libintl:0
63 - !x11-misc/notify-osd:*
64 - !x11-misc/qtnotifydaemon:*
65 - !x11-misc/notification-daemon:*"
66 -
67 -DEPEND="${RDEPEND}
68 - app-arch/xz-utils:0
69 - >=dev-util/intltool-0.40:*
70 - sys-devel/gettext:*
71 - >=sys-devel/libtool-2.2.6:2
72 - virtual/pkgconfig:*"
73 -
74 -DOCS=( AUTHORS ChangeLog NEWS )
75 -
76 -src_install() {
77 - gnome2_src_install
78 -
79 - cat <<-EOF > "${T}/org.freedesktop.Notifications.service"
80 - [D-BUS Service]
81 - Name=org.freedesktop.Notifications
82 - Exec=/usr/libexec/mate-notification-daemon
83 - EOF
84 -
85 - insinto /usr/share/dbus-1/services
86 - doins "${T}/org.freedesktop.Notifications.service"
87 -}