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 4F3941382C5 for ; Sun, 4 Feb 2018 16:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 662A7E0BBA; Sun, 4 Feb 2018 16:52:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 40EC0E0BBA for ; Sun, 4 Feb 2018 16:52:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF102335C2C for ; Sun, 4 Feb 2018 16:52:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6625F1C5 for ; Sun, 4 Feb 2018 16:52:13 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1517763061.b927eb4739882ed975ef543d3e5b0cddea78eef7.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnpp/Manifest net-libs/libupnpp/libupnpp-0.16.1.ebuild net-libs/libupnpp/metadata.xml X-VCS-Directories: net-libs/libupnpp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: b927eb4739882ed975ef543d3e5b0cddea78eef7 X-VCS-Branch: master Date: Sun, 4 Feb 2018 16:52:13 +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-Archives-Salt: 95876776-dbbd-43e8-882a-d2ff85f496d3 X-Archives-Hash: 163e052e6cac59f57aebd9e1852605a5 commit: b927eb4739882ed975ef543d3e5b0cddea78eef7 Author: Erik Mackdanz gentoo org> AuthorDate: Mon Jan 29 04:16:14 2018 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sun Feb 4 16:51:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b927eb47 net-libs/libupnpp: new package 0.16.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-libs/libupnpp/Manifest | 1 + net-libs/libupnpp/libupnpp-0.16.1.ebuild | 19 +++++++++++++++++++ net-libs/libupnpp/metadata.xml | 12 ++++++++++++ 3 files changed, 32 insertions(+) diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest new file mode 100644 index 00000000000..e64b4706c53 --- /dev/null +++ b/net-libs/libupnpp/Manifest @@ -0,0 +1 @@ +DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275 diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild new file mode 100644 index 00000000000..3cc8d14e6b9 --- /dev/null +++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay" +HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli" +SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +# Unfortunatetly I receive segfaults from upmpcli on any newer version +DEPEND=" + dev-libs/expat + + + + + stasibear@gentoo.org + Primary maintainer + + + The libupnpp C++ library wraps libupnp for easier use by upmpdcli and +upplay + +