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, 28 May 2016 15:50:09
Message-Id: 1464450530.57233567a8210202696bc1c3a37c0f9eee7baacb.pacho@gentoo
1 commit: 57233567a8210202696bc1c3a37c0f9eee7baacb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 15:03:40 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57233567
7
8 net-libs/gssdp: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/gssdp/Manifest | 2 --
13 net-libs/gssdp/gssdp-0.14.11.ebuild | 60 -------------------------------------
14 net-libs/gssdp/gssdp-0.14.13.ebuild | 59 ------------------------------------
15 3 files changed, 121 deletions(-)
16
17 diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest
18 index 9b73bb0..56e4285 100644
19 --- a/net-libs/gssdp/Manifest
20 +++ b/net-libs/gssdp/Manifest
21 @@ -1,3 +1 @@
22 -DIST gssdp-0.14.11.tar.xz 291872 SHA256 7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a SHA512 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b WHIRLPOOL 069647057f4feaffeff6dd5fadd4a51ba2a3fba742a6b2c022292bcdafdea72dc5db5405c6417db4e7962824105978c487ed2cffe30ca347282565bff18c4887
23 -DIST gssdp-0.14.13.tar.xz 297668 SHA256 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea SHA512 e9411d9afee28458d841b2455e08714260bd857384288603e8593adb3f48461b8b14e6f8b8b48f6b16715364e24119b32cd69a57f470fae3f7d6d74ba3784aca WHIRLPOOL e8ecdfec3b52386cfea719ea07d790420089a33d06b6f71ec29b0d6a75f7a1bda442c4ca39b690095424249a95c96d4e55beeb5881fa22a2b56f8fe10b2e50fc
24 DIST gssdp-0.14.14.tar.xz 298488 SHA256 685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6 SHA512 07edc257b93db80e47d427da140a62f5d4e8084d15be4c2e6d575748cd30cfb87aedd7a9259ea10aca783fb82a7f9db5f67a2d2e8da37d2c4eab0effb4569f36 WHIRLPOOL fe1fd9db6331c4a58da9196abb4113bc027614671c70b361af4496a31e9a50d139854a3050cb46331b7658ccb7db74053f76a4d9a8da8642596e3f6c5482ce11
25
26 diff --git a/net-libs/gssdp/gssdp-0.14.11.ebuild b/net-libs/gssdp/gssdp-0.14.11.ebuild
27 deleted file mode 100644
28 index 2c1d02f..0000000
29 --- a/net-libs/gssdp/gssdp-0.14.11.ebuild
30 +++ /dev/null
31 @@ -1,60 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -VALA_MIN_API_VERSION="0.14"
39 -VALA_USE_DEPEND="vapigen"
40 -
41 -inherit gnome2 multilib-minimal vala
42 -
43 -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP"
44 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
45 -
46 -LICENSE="LGPL-2"
47 -SLOT="0/3"
48 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
49 -IUSE="+introspection +gtk"
50 -
51 -RDEPEND="
52 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
53 - >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
54 - gtk? ( >=x11-libs/gtk+-3.0:3 )
55 - introspection? (
56 - $(vala_depend)
57 - >=dev-libs/gobject-introspection-0.6.7 )
58 - !<net-libs/gupnp-vala-0.10.3
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-util/gtk-doc-am-1.10
62 - sys-devel/gettext
63 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
64 -"
65 -
66 -src_prepare() {
67 - # Disable functional test as it requires port that might be used by rygel to
68 - # be free of use
69 - sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
70 - -i "${S}"/tests/gtest/Makefile.in || die
71 -
72 - use introspection && vala_src_prepare
73 - gnome2_src_prepare
74 -}
75 -
76 -multilib_src_configure() {
77 - ECONF_SOURCE=${S} \
78 - gnome2_src_configure \
79 - $(multilib_native_use_enable introspection) \
80 - $(multilib_native_use_with gtk) \
81 - --disable-static
82 -
83 - if multilib_is_native_abi; then
84 - # fix gtk-doc
85 - ln -s "${S}"/doc/html doc/html || die
86 - fi
87 -}
88 -
89 -multilib_src_install() {
90 - gnome2_src_install
91 -}
92
93 diff --git a/net-libs/gssdp/gssdp-0.14.13.ebuild b/net-libs/gssdp/gssdp-0.14.13.ebuild
94 deleted file mode 100644
95 index 5cdb351..0000000
96 --- a/net-libs/gssdp/gssdp-0.14.13.ebuild
97 +++ /dev/null
98 @@ -1,59 +0,0 @@
99 -# Copyright 1999-2016 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -# $Id$
102 -
103 -EAPI="5"
104 -GCONF_DEBUG="no"
105 -VALA_USE_DEPEND="vapigen"
106 -
107 -inherit gnome2 multilib-minimal vala
108 -
109 -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP"
110 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
111 -
112 -LICENSE="LGPL-2"
113 -SLOT="0/3"
114 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
115 -IUSE="+introspection +gtk"
116 -
117 -RDEPEND="
118 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
119 - >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
120 - gtk? ( >=x11-libs/gtk+-3.0:3 )
121 - introspection? (
122 - $(vala_depend)
123 - >=dev-libs/gobject-introspection-1.36:= )
124 - !<net-libs/gupnp-vala-0.10.3
125 -"
126 -DEPEND="${RDEPEND}
127 - >=dev-util/gtk-doc-am-1.14
128 - sys-devel/gettext
129 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
130 -"
131 -
132 -src_prepare() {
133 - # Disable functional test as it requires port that might be used by rygel to
134 - # be free of use
135 - sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
136 - -i "${S}"/tests/Makefile.in || die
137 -
138 - use introspection && vala_src_prepare
139 - gnome2_src_prepare
140 -}
141 -
142 -multilib_src_configure() {
143 - ECONF_SOURCE=${S} \
144 - gnome2_src_configure \
145 - $(multilib_native_use_enable introspection) \
146 - $(multilib_native_use_with gtk) \
147 - --disable-static
148 -
149 - if multilib_is_native_abi; then
150 - # fix gtk-doc
151 - ln -s "${S}"/doc/html doc/html || die
152 - fi
153 -}
154 -
155 -multilib_src_install() {
156 - gnome2_src_install
157 -}