Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
Date: Sun, 19 Sep 2021 04:05:46
Message-Id: 1632024323.4478673026ce761162a1cefebae096e1ed4999e7.stasibear@gentoo
1 commit: 4478673026ce761162a1cefebae096e1ed4999e7
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 04:05:23 2021 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 04:05:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44786730
7
8 net-libs/libupnpp: remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-3.0.23, Repoman-3.0.3
12
13 net-libs/libupnpp/Manifest | 1 -
14 net-libs/libupnpp/libupnpp-0.20.1.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
18 index 5dd802025e5..45e69d6e345 100644
19 --- a/net-libs/libupnpp/Manifest
20 +++ b/net-libs/libupnpp/Manifest
21 @@ -1,2 +1 @@
22 -DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80
23 DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd
24
25 diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
26 deleted file mode 100644
27 index 8e126f56444..00000000000
28 --- a/net-libs/libupnpp/libupnpp-0.20.1.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
36 -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
37 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -
43 -DEPEND="
44 - dev-libs/expat
45 - >=net-libs/libnpupnp-4.0.14-r1
46 - net-misc/curl
47 -"
48 -RDEPEND="${DEPEND}"