public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/
@ 2020-01-01 16:03 99% Andreas Sturmlechner
  0 siblings, 0 replies; 1+ results
From: Andreas Sturmlechner @ 2020-01-01 16:03 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-01 16:03 99% [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox