net-misc/stuntman: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Jun 2019 20:00:38 +0000 (22:00 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 Jan 2020 16:03:14 +0000 (17:03 +0100)
Broken by >=OpenSSL-1.1.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-misc/stuntman/Manifest
net-misc/stuntman/stuntman-1.2.7.ebuild [deleted file]
net-misc/stuntman/stuntman-1.2.9.ebuild [deleted file]

index b6ef2f4d9832b087820dd3cc09c6d1318dc8cb6a..794be176089f684b2de429efca594059e6dac5aa 100644 (file)
@@ -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 (file)
index dfb40eb..0000000
+++ /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 (file)
index d391ab7..0000000
+++ /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
-}