From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5D00013934E for ; Mon, 26 Jul 2021 07:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458E7E0A80; Mon, 26 Jul 2021 07:15:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D3DBE0A7D for ; Mon, 26 Jul 2021 07:15:50 +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 49C54342BE4 for ; Mon, 26 Jul 2021 07:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBEA885B for ; Mon, 26 Jul 2021 07:15:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627283715.8f25298e6c75bfe2b0aa5e09dc26f07979c4fb9a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gupnp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gupnp-tools/Manifest net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild X-VCS-Directories: net-misc/gupnp-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8f25298e6c75bfe2b0aa5e09dc26f07979c4fb9a X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:15:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c7b5ec0-348a-4d43-a071-a4d20c45ffbe X-Archives-Hash: b4e672145bf1646a808648085a3a69f3 commit: 8f25298e6c75bfe2b0aa5e09dc26f07979c4fb9a Author: Matt Turner gentoo org> AuthorDate: Mon Jul 26 06:18:57 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 26 07:15:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f25298e net-misc/gupnp-tools: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-misc/gupnp-tools/Manifest | 1 - net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild | 36 -------------------------- 2 files changed, 37 deletions(-) diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest index 730cb05172f..6f3024f9ef8 100644 --- a/net-misc/gupnp-tools/Manifest +++ b/net-misc/gupnp-tools/Manifest @@ -1,2 +1 @@ -DIST gupnp-tools-0.10.0.tar.xz 154792 BLAKE2B 47ef726fd931006ca8f63277269a729cda2d91fca7acb7f99c7c20020a3b75452b176dd7ad0c54aaf667da24db7f777d3fe6e8a2496127fe15e4d12912ddea6a SHA512 7fe9231a1ce9e1dea3d5d87df69dfb4014824ad286777cb7b5c93154df02c42e60e6aa239e34c4e0404d9a4a31c0172059110f7d004d7527b191bfa02ec552d7 DIST gupnp-tools-0.10.1.tar.xz 178164 BLAKE2B 86554b223aec9064e1bb9277e8ff609258868247b82aada52d98259c8a0e6f748f61a41ab8bbea41f8f73b386252ff2922406572782e627c8a70a8cd7ce22842 SHA512 bb95ac0b18e23e89074adec0a5e4e87aa43f98d7b3d9e173f4045bc64e542d5a311dde54a069b3485ebd0f4cdf36c813b5c84f5b9734c5361c4221617bd59a25 diff --git a/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild b/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild deleted file mode 100644 index 3f690b1392f..00000000000 --- a/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -inherit gnome.org meson xdg - -DESCRIPTION="Collection of developer-oriented UPnP tools" -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=" - >=net-libs/gssdp-1.2.0:= - >=net-libs/gupnp-1.2.0:= - >=net-libs/libsoup-2.42:2.4 - >=net-libs/gupnp-av-0.5.5:0= - >=x11-libs/gtk+-3.10:3 - >=dev-libs/glib-2.24:2 - >=dev-libs/libxml2-2.4:2 - x11-libs/gtksourceview:4 -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Dav-tools=true - ) - meson_src_configure -}