Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/
Date: Sun, 04 Oct 2020 14:01:24
Message-Id: 1601820069.3b85c0530838234dde2d6761aedede5511fdbe2f.sam@gentoo
1 commit: 3b85c0530838234dde2d6761aedede5511fdbe2f
2 Author: John Helmert III <jchelmert3 <AT> posteo <DOT> net>
3 AuthorDate: Sun Aug 2 19:26:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 14:01:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b85c053
7
8 net-libs/gupnp-igd: Drop old for gupnp cleanup
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: John Helmert III <jchelmert3 <AT> posteo.net>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild | 51 -------------------------------
15 1 file changed, 51 deletions(-)
16
17 diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild
18 deleted file mode 100644
19 index c8dee50645b..00000000000
20 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild
21 +++ /dev/null
22 @@ -1,51 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit ltprune gnome.org multilib-minimal xdg-utils
29 -
30 -DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP"
31 -HOMEPAGE="http://gupnp.org"
32 -
33 -LICENSE="LGPL-2.1+"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
36 -IUSE="+introspection"
37 -
38 -RDEPEND="
39 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
40 - >=net-libs/gssdp-0.14.7:0/3[${MULTILIB_USEDEP}]
41 - >=net-libs/gupnp-0.20.10:0/4[${MULTILIB_USEDEP}]
42 - introspection? ( >=dev-libs/gobject-introspection-0.10 )
43 -"
44 -DEPEND="${RDEPEND}
45 - dev-util/glib-utils
46 - >=dev-util/gtk-doc-am-1.10
47 - sys-devel/gettext
48 - virtual/pkgconfig
49 -"
50 -
51 -# The only existing test is broken
52 -RESTRICT="test"
53 -
54 -multilib_src_configure() {
55 - xdg_environment_reset
56 -
57 - # python is old-style bindings; use introspection and pygobject instead
58 - ECONF_SOURCE=${S} \
59 - econf \
60 - --disable-static \
61 - --disable-gtk-doc \
62 - --disable-python \
63 - $(multilib_native_use_enable introspection)
64 -
65 - if multilib_is_native_abi; then
66 - ln -s "${S}"/doc/html doc/html || die
67 - fi
68 -}
69 -
70 -multilib_src_install_all() {
71 - einstalldocs
72 - prune_libtool_files
73 -}