diff options
author | John Helmert III <jchelmert3@posteo.net> | 2020-08-02 14:26:18 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-04 14:01:09 +0000 |
commit | 3b85c0530838234dde2d6761aedede5511fdbe2f (patch) | |
tree | 9b9740cb476a21e22e99df93bbd423a27c36dd8d /net-libs/gupnp-igd | |
parent | net-libs/mbedtls: security cleanup (diff) | |
download | gentoo-3b85c0530838234dde2d6761aedede5511fdbe2f.tar.gz gentoo-3b85c0530838234dde2d6761aedede5511fdbe2f.tar.bz2 gentoo-3b85c0530838234dde2d6761aedede5511fdbe2f.zip |
net-libs/gupnp-igd: Drop old for gupnp cleanup
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: John Helmert III <jchelmert3@posteo.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/gupnp-igd')
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild deleted file mode 100644 index c8dee50645bb..000000000000 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit ltprune gnome.org multilib-minimal xdg-utils - -DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP" -HOMEPAGE="http://gupnp.org" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=net-libs/gssdp-0.14.7:0/3[${MULTILIB_USEDEP}] - >=net-libs/gupnp-0.20.10:0/4[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-0.10 ) -" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.10 - sys-devel/gettext - virtual/pkgconfig -" - -# The only existing test is broken -RESTRICT="test" - -multilib_src_configure() { - xdg_environment_reset - - # python is old-style bindings; use introspection and pygobject instead - ECONF_SOURCE=${S} \ - econf \ - --disable-static \ - --disable-gtk-doc \ - --disable-python \ - $(multilib_native_use_enable introspection) - - if multilib_is_native_abi; then - ln -s "${S}"/doc/html doc/html || die - fi -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files -} |