Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gssdp/
Date: Sat, 20 Feb 2016 13:55:40
Message-Id: 1455976359.a60e2883ae18ecda880804fedd1866295ad7f733.pacho@gentoo
1 commit: a60e2883ae18ecda880804fedd1866295ad7f733
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 13:09:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 13:52:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60e2883
7
8 net-libs/gssdp: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 net-libs/gssdp/Manifest | 1 -
13 net-libs/gssdp/gssdp-0.14.12.1.ebuild | 59 -----------------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest
17 index e6162f4..e0d7e21 100644
18 --- a/net-libs/gssdp/Manifest
19 +++ b/net-libs/gssdp/Manifest
20 @@ -1,3 +1,2 @@
21 DIST gssdp-0.14.11.tar.xz 291872 SHA256 7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a SHA512 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b WHIRLPOOL 069647057f4feaffeff6dd5fadd4a51ba2a3fba742a6b2c022292bcdafdea72dc5db5405c6417db4e7962824105978c487ed2cffe30ca347282565bff18c4887
22 -DIST gssdp-0.14.12.1.tar.xz 297532 SHA256 b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07 SHA512 c0d1445858f4303e353ff1287eb6e28e150e8162d095c3ffde18dee8426486b0f7bcd120e67076380f5a7f4b559b335e759d2aea4032ec2152a20c5a1ac268f5 WHIRLPOOL 7d1e670c26271a8e7509159668b7c1f0fd3156c182f5aab06bb4509b04c026c25a439f0d97733150764bc954ba8f635d6dd09c682209120d3375f7e3154a9db1
23 DIST gssdp-0.14.13.tar.xz 297668 SHA256 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea SHA512 e9411d9afee28458d841b2455e08714260bd857384288603e8593adb3f48461b8b14e6f8b8b48f6b16715364e24119b32cd69a57f470fae3f7d6d74ba3784aca WHIRLPOOL e8ecdfec3b52386cfea719ea07d790420089a33d06b6f71ec29b0d6a75f7a1bda442c4ca39b690095424249a95c96d4e55beeb5881fa22a2b56f8fe10b2e50fc
24
25 diff --git a/net-libs/gssdp/gssdp-0.14.12.1.ebuild b/net-libs/gssdp/gssdp-0.14.12.1.ebuild
26 deleted file mode 100644
27 index a484bc5..0000000
28 --- a/net-libs/gssdp/gssdp-0.14.12.1.ebuild
29 +++ /dev/null
30 @@ -1,59 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -VALA_USE_DEPEND="vapigen"
38 -
39 -inherit gnome2 multilib-minimal vala
40 -
41 -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0/3"
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
47 -IUSE="+introspection +gtk"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
51 - >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
52 - gtk? ( >=x11-libs/gtk+-3.0:3 )
53 - introspection? (
54 - $(vala_depend)
55 - >=dev-libs/gobject-introspection-0.6.7:= )
56 - !<net-libs/gupnp-vala-0.10.3
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-util/gtk-doc-am-1.10
60 - sys-devel/gettext
61 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
62 -"
63 -
64 -src_prepare() {
65 - # Disable functional test as it requires port that might be used by rygel to
66 - # be free of use
67 - sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
68 - -i "${S}"/tests/Makefile.in || die
69 -
70 - use introspection && vala_src_prepare
71 - gnome2_src_prepare
72 -}
73 -
74 -multilib_src_configure() {
75 - ECONF_SOURCE=${S} \
76 - gnome2_src_configure \
77 - $(multilib_native_use_enable introspection) \
78 - $(multilib_native_use_with gtk) \
79 - --disable-static
80 -
81 - if multilib_is_native_abi; then
82 - # fix gtk-doc
83 - ln -s "${S}"/doc/html doc/html || die
84 - fi
85 -}
86 -
87 -multilib_src_install() {
88 - gnome2_src_install
89 -}