Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/
Date: Tue, 31 May 2022 18:24:25
Message-Id: 1654021423.ee043c1b98444917c0dcb00a9f2c41c42dda1d9e.mattst88@gentoo
1 commit: ee043c1b98444917c0dcb00a9f2c41c42dda1d9e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 17:33:03 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:23:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee043c1b
7
8 x11-libs/libnotify: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libnotify/Manifest | 2 -
13 x11-libs/libnotify/libnotify-0.7.11.ebuild | 63 ------------------------------
14 x11-libs/libnotify/libnotify-0.7.8.ebuild | 61 -----------------------------
15 x11-libs/libnotify/libnotify-0.7.9.ebuild | 63 ------------------------------
16 4 files changed, 189 deletions(-)
17
18 diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
19 index 3105fdf30ef2..14cc67da84fe 100644
20 --- a/x11-libs/libnotify/Manifest
21 +++ b/x11-libs/libnotify/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libnotify-0.7.11.tar.xz 101616 BLAKE2B 202456000bc092707e171dfd3ba06b46ac2bd7b222e2dd70540c17eda32639369cf9af2e275a49ea3a0859598d271cdd733b68ff66ed2c30d3c0987fa6de6a97 SHA512 1e96b88278fb5e941dc691a7bbb83ea7fbc46d7873e7e10d988cd44dd83fcd678956bf9e5cd2f5533cf316b2a23354161c80a5b12299eb119a3f5697e4935ed7
24 DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf SHA512 1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
25 -DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7 SHA512 9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
26 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383 SHA512 8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
27
28 diff --git a/x11-libs/libnotify/libnotify-0.7.11.ebuild b/x11-libs/libnotify/libnotify-0.7.11.ebuild
29 deleted file mode 100644
30 index b2f00994e9f7..000000000000
31 --- a/x11-libs/libnotify/libnotify-0.7.11.ebuild
32 +++ /dev/null
33 @@ -1,63 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit gnome.org meson-multilib xdg-utils
40 -
41 -DESCRIPTION="A library for sending desktop notifications"
42 -HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify"
43 -
44 -LICENSE="LGPL-2.1+"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
47 -IUSE="gtk-doc +introspection test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
52 - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
53 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
54 -"
55 -DEPEND="${RDEPEND}"
56 -BDEPEND="
57 - >=dev-libs/gobject-introspection-common-1.32
58 - dev-util/glib-utils
59 - virtual/pkgconfig
60 - app-text/docbook-xsl-ns-stylesheets
61 - dev-libs/libxslt
62 - gtk-doc? ( dev-util/gtk-doc
63 - app-text/docbook-xml-dtd:4.1.2 )
64 - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
65 -"
66 -IDEPEND="app-eselect/eselect-notify-send"
67 -PDEPEND="virtual/notification-daemon"
68 -
69 -src_prepare() {
70 - default
71 - xdg_environment_reset
72 -}
73 -
74 -multilib_src_configure() {
75 - local emesonargs=(
76 - $(meson_use test tests)
77 - $(meson_native_use_feature introspection)
78 - $(meson_native_use_bool gtk-doc gtk_doc)
79 - -Ddocbook_docs=disabled
80 - )
81 - meson_src_configure
82 -}
83 -
84 -multilib_src_install() {
85 - meson_src_install
86 -
87 - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
88 -}
89 -
90 -pkg_postinst() {
91 - eselect notify-send update ifunset
92 -}
93 -
94 -pkg_postrm() {
95 - eselect notify-send update ifunset
96 -}
97
98 diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild b/x11-libs/libnotify/libnotify-0.7.8.ebuild
99 deleted file mode 100644
100 index aac07f1f95dd..000000000000
101 --- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
102 +++ /dev/null
103 @@ -1,61 +0,0 @@
104 -# Copyright 1999-2021 Gentoo Authors
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=7
108 -
109 -inherit gnome.org meson-multilib xdg-utils
110 -
111 -DESCRIPTION="A library for sending desktop notifications"
112 -HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify"
113 -
114 -LICENSE="LGPL-2.1+"
115 -SLOT="0"
116 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
117 -IUSE="gtk-doc +introspection test"
118 -RESTRICT="!test? ( test )"
119 -
120 -RDEPEND="
121 - app-eselect/eselect-notify-send
122 - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
123 - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
124 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
125 -"
126 -DEPEND="${RDEPEND}"
127 -BDEPEND="
128 - >=dev-libs/gobject-introspection-common-1.32
129 - dev-util/glib-utils
130 - virtual/pkgconfig
131 - gtk-doc? ( dev-util/gtk-doc
132 - app-text/docbook-xml-dtd:4.1.2 )
133 - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
134 -"
135 -PDEPEND="virtual/notification-daemon"
136 -
137 -src_prepare() {
138 - default
139 - xdg_environment_reset
140 -}
141 -
142 -multilib_src_configure() {
143 - local emesonargs=(
144 - $(meson_use test tests)
145 - $(meson_native_use_feature introspection)
146 - $(meson_native_use_bool gtk-doc gtk_doc)
147 - -Ddocbook_docs=disabled
148 - )
149 - meson_src_configure
150 -}
151 -
152 -multilib_src_install() {
153 - meson_src_install
154 -
155 - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
156 -}
157 -
158 -pkg_postinst() {
159 - eselect notify-send update ifunset
160 -}
161 -
162 -pkg_postrm() {
163 - eselect notify-send update ifunset
164 -}
165
166 diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild b/x11-libs/libnotify/libnotify-0.7.9.ebuild
167 deleted file mode 100644
168 index c06d463dd0d1..000000000000
169 --- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
170 +++ /dev/null
171 @@ -1,63 +0,0 @@
172 -# Copyright 1999-2021 Gentoo Authors
173 -# Distributed under the terms of the GNU General Public License v2
174 -
175 -EAPI=7
176 -
177 -inherit gnome.org meson-multilib xdg-utils
178 -
179 -DESCRIPTION="A library for sending desktop notifications"
180 -HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify"
181 -
182 -LICENSE="LGPL-2.1+"
183 -SLOT="0"
184 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
185 -IUSE="gtk-doc +introspection test"
186 -RESTRICT="!test? ( test )"
187 -
188 -RDEPEND="
189 - app-eselect/eselect-notify-send
190 - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
191 - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
192 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
193 -"
194 -DEPEND="${RDEPEND}"
195 -BDEPEND="
196 - >=dev-libs/gobject-introspection-common-1.32
197 - dev-util/glib-utils
198 - virtual/pkgconfig
199 - app-text/docbook-xsl-ns-stylesheets
200 - dev-libs/libxslt
201 - gtk-doc? ( dev-util/gtk-doc
202 - app-text/docbook-xml-dtd:4.1.2 )
203 - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
204 -"
205 -PDEPEND="virtual/notification-daemon"
206 -
207 -src_prepare() {
208 - default
209 - xdg_environment_reset
210 -}
211 -
212 -multilib_src_configure() {
213 - local emesonargs=(
214 - $(meson_use test tests)
215 - $(meson_native_use_feature introspection)
216 - $(meson_native_use_bool gtk-doc gtk_doc)
217 - -Ddocbook_docs=disabled
218 - )
219 - meson_src_configure
220 -}
221 -
222 -multilib_src_install() {
223 - meson_src_install
224 -
225 - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
226 -}
227 -
228 -pkg_postinst() {
229 - eselect notify-send update ifunset
230 -}
231 -
232 -pkg_postrm() {
233 - eselect notify-send update ifunset
234 -}