Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/
Date: Tue, 29 Nov 2022 16:53:39
Message-Id: 1669740756.8339fcc96c738ae053c998c8f4b9b4b322c1c42a.mattst88@gentoo
1 commit: 8339fcc96c738ae053c998c8f4b9b4b322c1c42a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 16:49:36 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 16:52:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8339fcc9
7
8 net-libs/gssdp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/gssdp/Manifest | 2 --
13 net-libs/gssdp/gssdp-1.6.0.ebuild | 68 ---------------------------------------
14 net-libs/gssdp/gssdp-1.6.1.ebuild | 67 --------------------------------------
15 3 files changed, 137 deletions(-)
16
17 diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest
18 index ddf035d952e8..9abeb170dfc6 100644
19 --- a/net-libs/gssdp/Manifest
20 +++ b/net-libs/gssdp/Manifest
21 @@ -1,4 +1,2 @@
22 DIST gssdp-1.4.0.1.tar.xz 1229264 BLAKE2B b94e46c79ad0615f976bad4b8efe9dbcaa27105b3189ee23ff349002d175ff83b0a9507846a23f0d8b5ed1e98381658f863a77bec6beff83933ebae5458a6b0e SHA512 c2132b27f49071941be1ad9bd1e642b8b82341aac7e10b87d8a9a0ed3d88759ab6730a4a05ddb904af5e0799602c470b9e83a987c72ec3c1444b7aaef0e36ad8
23 -DIST gssdp-1.6.0.tar.xz 1232568 BLAKE2B f9c76a867d77f19dbb5f3c8e58177884ebe32a822793dcfdbc12c7a3e80aea5eb56e3212fbf0949535bbf5d1b4eb51a0696c3fbf8c50fce33c9616d94b97d28a SHA512 ad631a869059be06521f093f578228a1c51c7df1eb1be0cf1d2e09ed769c639119565f5af4e252deb336a7edb8d500e6d391b72bb0fd870abd2485874f9f1d8f
24 -DIST gssdp-1.6.1.tar.xz 2080496 BLAKE2B 29453e746daed62fe651ba726a3bc7ae2d64bdaf08340ecd5647eaf535dbd2960da56e46b36f87bb73054403514b88787f25e4e9e014506864f35e88b579d0d1 SHA512 4569a74252efb597cddd774a9648f899dc784837a164595f7c8d851892a9fbcee7bbf926c136be5cbd72314fabaae0cdbffba941393f62d2d967e3be4146c5ca
25 DIST gssdp-1.6.2.tar.xz 2081568 BLAKE2B d11ea1f5d5980c6380dd3a072fc6d8a33894e4cd5c5978862b1fe99ecaed679cee2ecd37a80aa374bb255c8771520501243f334092261465e641a772561a15e0 SHA512 501e2839022b3c175b17b27b8b1134021631726eca331ab7b64f895be770f5b754c50cdfaa03e833a3d95180471cda6a87b17ffeff661f3de228a5b70a2a6cbb
26
27 diff --git a/net-libs/gssdp/gssdp-1.6.0.ebuild b/net-libs/gssdp/gssdp-1.6.0.ebuild
28 deleted file mode 100644
29 index 7adc3af3d1b9..000000000000
30 --- a/net-libs/gssdp/gssdp-1.6.0.ebuild
31 +++ /dev/null
32 @@ -1,68 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit gnome.org meson-multilib vala xdg
39 -
40 -DESCRIPTION="GObject-based API for handling resource discovery and announcement over SSDP"
41 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP https://gitlab.gnome.org/GNOME/gssdp"
42 -
43 -LICENSE="LGPL-2+"
44 -SLOT="1.6/1.6-0" # <API version>-<soname>
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
46 -IUSE="gtk gtk-doc +introspection +vala"
47 -REQUIRED_USE="
48 - gtk-doc? ( introspection )
49 - vala? ( introspection )
50 -"
51 -
52 -# has file collision with Slot 0 (/usr/bin/gssdp-device-sniffer), so we remove that from this build
53 -# and depend on the other slot that has the file as well
54 -RDEPEND="
55 - >=dev-libs/glib-2.69:2[${MULTILIB_USEDEP}]
56 - >=net-libs/libsoup-2.99.0:3.0[${MULTILIB_USEDEP},introspection?]
57 - gtk? ( gui-libs/gtk:4 )
58 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
59 - >=net-libs/gssdp-1.4:0
60 -"
61 -DEPEND="${RDEPEND}"
62 -BDEPEND="
63 - gtk-doc? (
64 - >=dev-util/gi-docgen-2021.1
65 - app-text/docbook-xml-dtd:4.1.2
66 - )
67 - virtual/pkgconfig
68 - vala? (
69 - $(vala_depend)
70 - net-libs/libsoup:3.0[vala]
71 - )
72 -"
73 -
74 -src_prepare() {
75 - default
76 - use vala && vala_setup
77 -}
78 -
79 -multilib_src_configure() {
80 - local emesonargs=(
81 - # Never use gi-docgen subproject
82 - --wrap-mode nofallback
83 -
84 - $(meson_native_use_bool gtk-doc gtk_doc)
85 - $(meson_native_use_bool gtk sniffer)
86 - $(meson_native_use_bool introspection)
87 - $(meson_native_use_bool vala vapi)
88 - -Dexamples=false
89 - )
90 - meson_src_configure
91 -}
92 -
93 -multilib_src_install_all() {
94 - if use gtk-doc ; then
95 - mkdir "${ED}"/usr/share/gtk-doc || die
96 - mv "${ED}"/usr/share/doc/gssdp-1.6/{reference,html} || die
97 - mv "${ED}"/usr/share/{doc,gtk-doc}/gssdp-1.6 || die
98 - fi
99 - rm "${ED}"/usr/bin/gssdp-device-sniffer || die # because of file collision with slot 0
100 -}
101
102 diff --git a/net-libs/gssdp/gssdp-1.6.1.ebuild b/net-libs/gssdp/gssdp-1.6.1.ebuild
103 deleted file mode 100644
104 index 2fb0e8d7fd18..000000000000
105 --- a/net-libs/gssdp/gssdp-1.6.1.ebuild
106 +++ /dev/null
107 @@ -1,67 +0,0 @@
108 -# Copyright 1999-2022 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -inherit gnome.org meson-multilib vala xdg
114 -
115 -DESCRIPTION="GObject-based API for handling resource discovery and announcement over SSDP"
116 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP https://gitlab.gnome.org/GNOME/gssdp"
117 -
118 -LICENSE="LGPL-2+"
119 -SLOT="1.6/1.6-0" # <API version>-<soname>
120 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
121 -IUSE="gtk gtk-doc +introspection +vala"
122 -REQUIRED_USE="
123 - gtk-doc? ( introspection )
124 - vala? ( introspection )
125 -"
126 -
127 -# has file collision with Slot 0 (/usr/bin/gssdp-device-sniffer), so we remove that from this build
128 -# and depend on the other slot that has the file as well
129 -RDEPEND="
130 - >=dev-libs/glib-2.70:2[${MULTILIB_USEDEP}]
131 - >=net-libs/libsoup-2.99.0:3.0[${MULTILIB_USEDEP},introspection?]
132 - gtk? ( gui-libs/gtk:4 )
133 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
134 - >=net-libs/gssdp-1.4:0
135 -"
136 -DEPEND="${RDEPEND}"
137 -BDEPEND="
138 - gtk-doc? (
139 - >=dev-util/gi-docgen-2021.1
140 - app-text/docbook-xml-dtd:4.1.2
141 - )
142 - virtual/pkgconfig
143 - vala? (
144 - $(vala_depend)
145 - net-libs/libsoup:3.0[vala]
146 - )
147 -"
148 -
149 -src_prepare() {
150 - default
151 - use vala && vala_setup
152 -}
153 -
154 -multilib_src_configure() {
155 - local emesonargs=(
156 - # Never use gi-docgen subproject
157 - --wrap-mode nofallback
158 -
159 - $(meson_native_use_bool gtk-doc gtk_doc)
160 - $(meson_native_use_bool gtk sniffer)
161 - $(meson_native_use_bool introspection)
162 - $(meson_native_use_bool vala vapi)
163 - -Dexamples=false
164 - )
165 - meson_src_configure
166 -}
167 -
168 -multilib_src_install_all() {
169 - if use gtk-doc ; then
170 - mkdir "${ED}"/usr/share/gtk-doc || die
171 - mv "${ED}"/usr/share/{doc,gtk-doc}/gssdp-1.6 || die
172 - fi
173 - rm "${ED}"/usr/bin/gssdp-device-sniffer || die # because of file collision with slot 0
174 -}