diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:34:55 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:35:45 +0200 |
commit | 6cc1feee440a6cc98696a126952b2816b896eea3 (patch) | |
tree | f3c1b76bb989500292388f31bff614a7540f3a0d /dev-erlang/stun/stun-1.0.47.ebuild | |
parent | dev-erlang/stringprep: drop 1.0.28 (diff) | |
download | gentoo-6cc1feee440a6cc98696a126952b2816b896eea3.tar.gz gentoo-6cc1feee440a6cc98696a126952b2816b896eea3.tar.bz2 gentoo-6cc1feee440a6cc98696a126952b2816b896eea3.zip |
dev-erlang/stun: drop 1.0.47, 1.2.2, 1.2.6, 1.2.7, 1.2.10
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/stun/stun-1.0.47.ebuild')
-rw-r--r-- | dev-erlang/stun/stun-1.0.47.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/stun/stun-1.0.47.ebuild b/dev-erlang/stun/stun-1.0.47.ebuild deleted file mode 100644 index 35b5af1c7445..000000000000 --- a/dev-erlang/stun/stun-1.0.47.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit rebar - -DESCRIPTION="STUN and TURN library for Erlang and Elixir" -HOMEPAGE="https://github.com/processone/stun" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~sparc ~x86" - -DEPEND=">=dev-erlang/fast_tls-1.1.13 - >=dev-erlang/p1_utils-1.0.23" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) |