public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/
Date: Wed,  1 Jan 2020 16:03:28 +0000 (UTC)	[thread overview]
Message-ID: <1577894594.47aed4252fd3fcfe01c86d6fc6a7e2af28a7c739.asturm@gentoo> (raw)

commit:     47aed4252fd3fcfe01c86d6fc6a7e2af28a7c739
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 20:00:38 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 16:03:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47aed425

net-misc/stuntman: Drop old

Broken by >=OpenSSL-1.1.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/stuntman/Manifest              |  2 --
 net-misc/stuntman/stuntman-1.2.7.ebuild | 35 ---------------------------------
 net-misc/stuntman/stuntman-1.2.9.ebuild | 35 ---------------------------------
 3 files changed, 72 deletions(-)

diff --git a/net-misc/stuntman/Manifest b/net-misc/stuntman/Manifest
index b6ef2f4d983..794be176089 100644
--- a/net-misc/stuntman/Manifest
+++ b/net-misc/stuntman/Manifest
@@ -1,3 +1 @@
 DIST stunserver-1.2.15.tgz 124675 BLAKE2B fc59a400dea30382aec80d6b634ed7c2a1823712788b7775c1bbf8511fa62173224084ae9b05a402e0efb11f0077087e515d9639eb9eec5d0ced48ce37c20cef SHA512 8af5341cd3a78bd3a68f75e2da1b6d5e75de94c9baa4f48824667e2c50f9b8323a60d33711c658c7e628e2a170cea7584e4d4012603736ad7140fe1a37ad9b66
-DIST stunserver-1.2.7.tgz 113853 BLAKE2B b4da41c46d2017da76b21544bae9eaba4deb25d50145829d92fa18fb8e2c5eec6b81c54a3c91f592686c73c0ef66dfde0e74fe34e82a1eac320455d0808eb7a6 SHA512 b6adc1b237e8717f296201bf865bea39c759b978db954cc15e37c3be7c2e109607273d96bb88c42654d0b843ca1a557874d02ab58e16506534db30f52d7e6f51
-DIST stunserver-1.2.9.tgz 116797 BLAKE2B 16a380c9dd002f9ededa5cc7ea757087b2c5199144c8b6cff2c429ce6f77741d7f18a1ed12e9035c1f77f7c1546adb95ceaad744780347f035a1b302637de442 SHA512 8e947dbe050f70e10615a23900dbd2151cd9fad36e343b4cf34c0b7a4e07debb8ced16fb7eac0469cd5ec3ef7a4c04cb9347f59c2a1326af3db400906198454f

diff --git a/net-misc/stuntman/stuntman-1.2.7.ebuild b/net-misc/stuntman/stuntman-1.2.7.ebuild
deleted file mode 100644
index dfb40eb4a22..00000000000
--- a/net-misc/stuntman/stuntman-1.2.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="STUNTMAN is an 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=""
-
-DEPEND="dev-libs/boost
-	dev-libs/openssl:0"
-RDEPEND="${DEPEND}"
-
-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
-}

diff --git a/net-misc/stuntman/stuntman-1.2.9.ebuild b/net-misc/stuntman/stuntman-1.2.9.ebuild
deleted file mode 100644
index d391ab7e5ef..00000000000
--- a/net-misc/stuntman/stuntman-1.2.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="STUNTMAN is an 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=""
-
-DEPEND="dev-libs/boost
-	dev-libs/openssl:0"
-RDEPEND="${DEPEND}"
-
-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:[~2020-01-01 16:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 16:03 Andreas Sturmlechner [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-31  3:39 Sam James
2021-10-13 15:28 Joonas Niilola
2021-10-04 20:40 Sam James
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=1577894594.47aed4252fd3fcfe01c86d6fc6a7e2af28a7c739.asturm@gentoo \
    --to=asturm@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