From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1211718-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28094138359 for <garchives@archives.gentoo.org>; Sun, 4 Oct 2020 14:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B27E0955; Sun, 4 Oct 2020 14:01:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BF52E0955 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 14:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D0D340B3A for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 14:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6031C37C for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 14:01:20 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1601820069.3b85c0530838234dde2d6761aedede5511fdbe2f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild X-VCS-Directories: net-libs/gupnp-igd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b85c0530838234dde2d6761aedede5511fdbe2f X-VCS-Branch: master Date: Sun, 4 Oct 2020 14:01:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf41dada-c3b6-4f7f-b43f-ee52a1d43df4 X-Archives-Hash: c7147eef623c99f174acbd33231c4a69 commit: 3b85c0530838234dde2d6761aedede5511fdbe2f Author: John Helmert III <jchelmert3 <AT> posteo <DOT> net> AuthorDate: Sun Aug 2 19:26:18 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 14:01:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b85c053 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 <AT> posteo.net> Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/gupnp-igd/gupnp-igd-0.2.5.ebuild | 51 ------------------------------- 1 file changed, 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 c8dee50645b..00000000000 --- 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 -}