Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/
Date: Sat, 06 Oct 2018 20:25:13
Message-Id: 1538857340.d1cf5e24326b19936cfde192b865eeef4328d0d3.leio@gentoo
1 commit: d1cf5e24326b19936cfde192b865eeef4328d0d3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 20:12:34 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:22:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cf5e24
7
8 x11-misc/mate-notification-daemon: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-misc/mate-notification-daemon/Manifest | 3 --
14 .../mate-notification-daemon-1.12.1.ebuild | 61 ---------------------
15 .../mate-notification-daemon-1.14.1.ebuild | 62 ----------------------
16 .../mate-notification-daemon-1.16.1.ebuild | 54 -------------------
17 x11-misc/mate-notification-daemon/metadata.xml | 3 --
18 5 files changed, 183 deletions(-)
19
20 diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest
21 index 4e15a3ff3fb..fda72b8ba46 100644
22 --- a/x11-misc/mate-notification-daemon/Manifest
23 +++ b/x11-misc/mate-notification-daemon/Manifest
24 @@ -1,4 +1 @@
25 -DIST mate-notification-daemon-1.12.1.tar.xz 304752 BLAKE2B 045cb71199f555ebe2b179c36508b73c94fb3b43ebd957298946c06acaa9169ee9aed42444bd74a443a819370c189a5af2e3aa3e72b9fefe8476a5ce28bec9ba SHA512 ce9cd1737cc70b0e17fa856730b51747f78bb40639ff58e205a3f1432edf53aba38442d59b7a4fca6ff460cbdc6c611c0a05a46bbf5db92db0ce5e714e19daae
26 -DIST mate-notification-daemon-1.14.1.tar.xz 336196 BLAKE2B 68582f5c29e4a92187fd7b1b259350ba6ed783c92853dfb39b63faa58cc316dd9ecc7133710e0ec2555f534f2f61bce65b2bf190d5703d55d01dad550bc17839 SHA512 6913e0a7891726fb2f4098b4c7ba578344d29960e6d27a9fa917687f745aedb9482fb65ea9c6d8816a0c8e505ef586f13ac08b010e558b6557e14e8961b1c1f6
27 -DIST mate-notification-daemon-1.16.1.tar.xz 337088 BLAKE2B a4ba0ab6e66a7771ec7c7786201a5e5e98cf30111212e57cf15ae03b6a49756503e2e9d68f288497166d3c1ee350a29393247dc3c9ece655775384964fb8fcb5 SHA512 93c9a09801e54f7cd7f3c6542e3593886201bb59a9bca56af7454ff901540ef7fbb236c38786ba9444fe3aaff7598c549c274ce0a90fee27bcf28fc201f64b88
28 DIST mate-notification-daemon-1.18.1.tar.xz 330940 BLAKE2B e05d2b69a66037a49cf0a1aa44a417d9fb55fecc1dd713861907b38d0361d6a9d79faa95094027add0d0e549a979eb237e8e71e1e2102664813b7745f34316f3 SHA512 92edb738e38b879a94985d97c961fd900853e330cc49024cf33a1b564734e86c076b47a05c64ec7ea34a170425b97f80aedb60ad14db98718c4609c464e091e4
29
30 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.12.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.12.1.ebuild
31 deleted file mode 100644
32 index 3ce818bdd6e..00000000000
33 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.12.1.ebuild
34 +++ /dev/null
35 @@ -1,61 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -MATE_LA_PUNT="yes"
42 -
43 -inherit mate
44 -
45 -if [[ ${PV} != 9999 ]]; then
46 - KEYWORDS="amd64 ~arm x86"
47 -fi
48 -
49 -DESCRIPTION="MATE Notification daemon"
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -
53 -IUSE="gtk3"
54 -
55 -RDEPEND="
56 - dev-libs/atk:0
57 - >=dev-libs/dbus-glib-0.78:0
58 - >=dev-libs/glib-2.36:2
59 - >=sys-apps/dbus-1:0
60 - x11-libs/cairo:0
61 - >=x11-libs/gdk-pixbuf-2.22:2
62 - >=x11-libs/libnotify-0.7:0
63 - x11-libs/libX11:0
64 - virtual/libintl:0
65 - !gtk3? (
66 - >=x11-libs/gtk+-2.24:2
67 - >=x11-libs/libwnck-1:1
68 - >=media-libs/libcanberra-0.4:0[gtk]
69 - )
70 - gtk3? (
71 - >=x11-libs/gtk+-3.0:3
72 - >=x11-libs/libwnck-3:3
73 - >=media-libs/libcanberra-0.4:0[gtk3]
74 - )
75 - !x11-misc/notify-osd:*
76 - !x11-misc/qtnotifydaemon:*
77 - !x11-misc/notification-daemon:*"
78 -
79 -DEPEND="${RDEPEND}
80 - app-arch/xz-utils:0
81 - >=dev-util/intltool-0.50.1:*
82 - sys-devel/gettext:*
83 - >=sys-devel/libtool-2.2.6:2
84 - virtual/pkgconfig:*"
85 -
86 -src_configure() {
87 - mate_src_configure \
88 - --with-gtk=$(usex gtk3 3.0 2.0)
89 -}
90 -
91 -src_install() {
92 - mate_src_install
93 -
94 - insinto /usr/share/dbus-1/services
95 - doins "${FILESDIR}/org.freedesktop.Notifications.service"
96 -}
97
98 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.14.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.14.1.ebuild
99 deleted file mode 100644
100 index f8ba713dc2e..00000000000
101 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.14.1.ebuild
102 +++ /dev/null
103 @@ -1,62 +0,0 @@
104 -# Copyright 1999-2016 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=6
108 -
109 -MATE_LA_PUNT="yes"
110 -
111 -inherit mate
112 -
113 -if [[ ${PV} != 9999 ]]; then
114 - KEYWORDS="~amd64 ~arm ~x86"
115 -fi
116 -
117 -DESCRIPTION="MATE Notification daemon"
118 -LICENSE="GPL-2"
119 -SLOT="0"
120 -
121 -IUSE="gtk3"
122 -
123 -COMMON_DEPEND="dev-libs/atk:0
124 - >=dev-libs/dbus-glib-0.78:0
125 - >=dev-libs/glib-2.36:2
126 - >=sys-apps/dbus-1:0
127 - x11-libs/cairo:0
128 - >=x11-libs/gdk-pixbuf-2.22:2
129 - >=x11-libs/libnotify-0.7:0
130 - x11-libs/libX11:0
131 - virtual/libintl:0
132 - !gtk3? (
133 - >=x11-libs/gtk+-2.24:2
134 - >=x11-libs/libwnck-1:1
135 - >=media-libs/libcanberra-0.4:0[gtk]
136 - )
137 - gtk3? (
138 - >=x11-libs/gtk+-3.0:3
139 - >=x11-libs/libwnck-3:3
140 - >=media-libs/libcanberra-0.4:0[gtk3]
141 - )
142 - !x11-misc/notify-osd:*
143 - !x11-misc/qtnotifydaemon:*
144 - !x11-misc/notification-daemon:*"
145 -
146 -RDEPEND="${COMMON_DEPEND}"
147 -
148 -DEPEND="${COMMON_DEPEND}
149 - app-arch/xz-utils:0
150 - >=dev-util/intltool-0.50.1:*
151 - sys-devel/gettext:*
152 - >=sys-devel/libtool-2.2.6:2
153 - virtual/pkgconfig:*"
154 -
155 -src_configure() {
156 - mate_src_configure \
157 - --with-gtk=$(usex gtk3 3.0 2.0)
158 -}
159 -
160 -src_install() {
161 - mate_src_install
162 -
163 - insinto /usr/share/dbus-1/services
164 - doins "${FILESDIR}/org.freedesktop.Notifications.service"
165 -}
166
167 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.1.ebuild
168 deleted file mode 100644
169 index d83471e8474..00000000000
170 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.1.ebuild
171 +++ /dev/null
172 @@ -1,54 +0,0 @@
173 -# Copyright 1999-2017 Gentoo Foundation
174 -# Distributed under the terms of the GNU General Public License v2
175 -
176 -EAPI=6
177 -
178 -MATE_LA_PUNT="yes"
179 -
180 -inherit mate
181 -
182 -if [[ ${PV} != 9999 ]]; then
183 - KEYWORDS="~amd64 ~arm ~x86"
184 -fi
185 -
186 -DESCRIPTION="MATE Notification daemon"
187 -LICENSE="GPL-2"
188 -SLOT="0"
189 -
190 -IUSE=""
191 -
192 -COMMON_DEPEND="dev-libs/atk:0
193 - >=dev-libs/dbus-glib-0.78:0
194 - >=dev-libs/glib-2.36:2
195 - >=sys-apps/dbus-1:0
196 - x11-libs/cairo:0
197 - >=x11-libs/gdk-pixbuf-2.22:2
198 - >=x11-libs/libnotify-0.7:0
199 - x11-libs/libX11:0
200 - virtual/libintl:0
201 - >=x11-libs/gtk+-3.14:3
202 - >=x11-libs/libwnck-3:3
203 - >=media-libs/libcanberra-0.4:0[gtk3]
204 - !x11-misc/notify-osd:*
205 - !x11-misc/qtnotifydaemon:*
206 - !x11-misc/notification-daemon:*"
207 -
208 -RDEPEND="${COMMON_DEPEND}"
209 -
210 -DEPEND="${COMMON_DEPEND}
211 - app-arch/xz-utils:0
212 - >=dev-util/intltool-0.50.1:*
213 - sys-devel/gettext:*
214 - >=sys-devel/libtool-2.2.6:2
215 - virtual/pkgconfig:*"
216 -
217 -src_configure() {
218 - mate_src_configure
219 -}
220 -
221 -src_install() {
222 - mate_src_install
223 -
224 - insinto /usr/share/dbus-1/services
225 - doins "${FILESDIR}/org.freedesktop.Notifications.service"
226 -}
227
228 diff --git a/x11-misc/mate-notification-daemon/metadata.xml b/x11-misc/mate-notification-daemon/metadata.xml
229 index 95b49180460..249738c0cd3 100644
230 --- a/x11-misc/mate-notification-daemon/metadata.xml
231 +++ b/x11-misc/mate-notification-daemon/metadata.xml
232 @@ -5,9 +5,6 @@
233 <email>mate@g.o</email>
234 <name>Gentoo MATE Desktop</name>
235 </maintainer>
236 - <use>
237 - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
238 - </use>
239 <upstream>
240 <remote-id type="github">mate-desktop/mate-notification-daemon</remote-id>
241 </upstream>