public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/
Date: Sun, 31 Oct 2021 03:39:40 +0000 (UTC)	[thread overview]
Message-ID: <1635651292.93e535bea3d47b81de6209bc0be445128c81041c.sam@gentoo> (raw)

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	other threads:[~2021-10-31  3:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-31  3:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  6:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/ Joonas Niilola
2021-10-31  9:42 Sam James
2021-10-13 15:28 Joonas Niilola
2021-10-04 20:40 Sam James
2020-01-01 16:03 Andreas Sturmlechner
2019-04-28 21:41 Andreas Sturmlechner
2016-08-04 13:50 Tony Vroon
2016-08-04 13:50 Tony Vroon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1635651292.93e535bea3d47b81de6209bc0be445128c81041c.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox