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 09:42:07 +0000 (UTC) [thread overview]
Message-ID: <1635673310.a689dc27e45ceca1d5a00b8f40818ca16f0496a5.sam@gentoo> (raw)
commit: a689dc27e45ceca1d5a00b8f40818ca16f0496a5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 09:41:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 09:41:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a689dc27
net-misc/stuntman: respect AR, CXX
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/stuntman/stuntman-1.2.16.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/net-misc/stuntman/stuntman-1.2.16.ebuild b/net-misc/stuntman/stuntman-1.2.16.ebuild
index ceea617f4d7..6cf50090706 100644
--- a/net-misc/stuntman/stuntman-1.2.16.ebuild
+++ b/net-misc/stuntman/stuntman-1.2.16.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Open source implementation of the STUN protocol"
HOMEPAGE="http://www.stunprotocol.org"
SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz"
@@ -10,7 +12,6 @@ SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-libs/openssl:0=
@@ -22,9 +23,15 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/stunserver"
src_compile() {
+ tc-export AR CXX
+
emake T=""
}
+src_test() {
+ ./stuntestcode || die
+}
+
src_install() {
dobin stunclient
dosbin stunserver
@@ -32,7 +39,3 @@ src_install() {
newinitd "${FILESDIR}/${PN}.initd" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}
}
-
-src_test() {
- ./stuntestcode
-}
next reply other threads:[~2021-10-31 9:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-31 9:42 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 3:39 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=1635673310.a689dc27e45ceca1d5a00b8f40818ca16f0496a5.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