commit:     93e535bea3d47b81de6209bc0be445128c81041c
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Sun Oct 17 18:29:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 03:34:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e535be

net-misc/stuntman: 1.2.16

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/22614
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/stuntman/Manifest               |  1 +
 net-misc/stuntman/stuntman-1.2.16.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-misc/stuntman/Manifest b/net-misc/stuntman/Manifest
index 794be176089..f4c204a4497 100644
--- a/net-misc/stuntman/Manifest
+++ b/net-misc/stuntman/Manifest
@@ -1 +1,2 @@
 DIST stunserver-1.2.15.tgz 124675 BLAKE2B 
fc59a400dea30382aec80d6b634ed7c2a1823712788b7775c1bbf8511fa62173224084ae9b05a402e0efb11f0077087e515d9639eb9eec5d0ced48ce37c20cef
 SHA512 
8af5341cd3a78bd3a68f75e2da1b6d5e75de94c9baa4f48824667e2c50f9b8323a60d33711c658c7e628e2a170cea7584e4d4012603736ad7140fe1a37ad9b66
+DIST stunserver-1.2.16.tgz 123549 BLAKE2B 
6b5d31d9567d687236414a853ed3723c3dccb7d7eeea9d99d1384758ca34f430538b40b54fc9447ca55beccb82dfe45fd8cd0a330ef36b25f88d53f5e148e8cb
 SHA512 
d6444954c9d1791eba52418a63c36ae41d009731b1bfebdcb216af4242e816b1fd878b43c3c3dccb5c9c462a993ae5f53f3256d949f3e6ce889659ba6fe211a5

diff --git a/net-misc/stuntman/stuntman-1.2.16.ebuild 
b/net-misc/stuntman/stuntman-1.2.16.ebuild
new file mode 100644
index 00000000000..ceea617f4d7
--- /dev/null
+++ b/net-misc/stuntman/stuntman-1.2.16.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Open source implementation of the STUN protocol"
+HOMEPAGE="http://www.stunprotocol.org";
+SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       dev-libs/openssl:0=
+"
+DEPEND="${RDEPEND}
+       dev-libs/boost
+"
+
+S="${WORKDIR}/stunserver"
+
+src_compile() {
+       emake T=""
+}
+
+src_install() {
+       dobin stunclient
+       dosbin stunserver
+       dodoc HISTORY README
+       newinitd "${FILESDIR}/${PN}.initd" ${PN}
+       newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}
+
+src_test() {
+       ./stuntestcode
+}

Reply via email to