Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/
Date: Sat, 13 Apr 2019 11:09:32
Message-Id: 1555153749.879a1b10e8ab189576a46f42707ab2ac3bc85690.leio@gentoo
1 commit: 879a1b10e8ab189576a46f42707ab2ac3bc85690
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 11:09:09 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 11:09:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879a1b10
7
8 net-libs/gssdp: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-libs/gssdp/Manifest | 1 -
14 net-libs/gssdp/gssdp-1.0.2.ebuild | 57 ---------------------------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest
18 index 6866ff08b6e..66dafa5a2f1 100644
19 --- a/net-libs/gssdp/Manifest
20 +++ b/net-libs/gssdp/Manifest
21 @@ -1,2 +1 @@
22 -DIST gssdp-1.0.2.tar.xz 312352 BLAKE2B 0712ce4e698fb9a455bf217863aecf4e4e87654d9b78a4e0e9c2f618a8bd9c62dd3c85ab7bd4c4400a8a658b2743bbe3a6b0d454f1b7c4a3383c893bc5ae2e7c SHA512 eac1d3db495d0433c27ad84c33c23a25b3ebdf5c85bb2d5f5b2198c00aae484f2128c22838534b9b4bf4c9787795241acafe30d00407912bdb9945422cbdc103
23 DIST gssdp-1.0.3.tar.xz 316740 BLAKE2B 50293e653ec5596a986770f3ea81a244b8f9772e9d0c13df0e48f00ee34445c2fc7250702d7928e7dba081715e6d4e379d7a899905c35da84915e6b4058a3307 SHA512 ef72335c3f796aff0d3dce1781d5a0b015508f614d4a73699ebce411b0593419b40c09839ffb62e50cf9d77e16ec0e31d0e23f92d35abb4d105dea47c00a0506
24
25 diff --git a/net-libs/gssdp/gssdp-1.0.2.ebuild b/net-libs/gssdp/gssdp-1.0.2.ebuild
26 deleted file mode 100644
27 index 1e4733766a1..00000000000
28 --- a/net-libs/gssdp/gssdp-1.0.2.ebuild
29 +++ /dev/null
30 @@ -1,57 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="6"
35 -VALA_USE_DEPEND="vapigen"
36 -
37 -inherit gnome2 multilib-minimal vala
38 -
39 -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP"
40 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
41 -
42 -LICENSE="LGPL-2"
43 -SLOT="0/3"
44 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
45 -IUSE="+introspection gtk"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
49 - >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
50 - gtk? ( >=x11-libs/gtk+-3.0:3 )
51 - introspection? (
52 - $(vala_depend)
53 - >=dev-libs/gobject-introspection-1.36:= )
54 - !<net-libs/gupnp-vala-0.10.3
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-util/gtk-doc-am-1.14
58 - sys-devel/gettext
59 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
60 -"
61 -
62 -src_prepare() {
63 - # Disable functional test as it requires port that might be used by rygel to
64 - # be free of use
65 - sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
66 - -i "${S}"/tests/Makefile.in || die
67 -
68 - use introspection && vala_src_prepare
69 - gnome2_src_prepare
70 -}
71 -
72 -multilib_src_configure() {
73 - ECONF_SOURCE=${S} \
74 - gnome2_src_configure \
75 - $(multilib_native_use_enable introspection) \
76 - $(multilib_native_use_with gtk) \
77 - --disable-static
78 -
79 - if multilib_is_native_abi; then
80 - # fix gtk-doc
81 - ln -s "${S}"/doc/html doc/html || die
82 - fi
83 -}
84 -
85 -multilib_src_install() {
86 - gnome2_src_install
87 -}