summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-07 19:27:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-07 19:29:04 +0300
commitee67923fe2efee2e044a3d1010c04cafcf31bf98 (patch)
treed08372d173a10ed79cb624cbcb2f55b802cd3585 /dev-erlang
parentdev-erlang/goldrush: drop 0.2.0 (diff)
downloadgentoo-ee67923fe2efee2e044a3d1010c04cafcf31bf98.tar.gz
gentoo-ee67923fe2efee2e044a3d1010c04cafcf31bf98.tar.bz2
gentoo-ee67923fe2efee2e044a3d1010c04cafcf31bf98.zip
dev-erlang/idna: drop 6.0.0-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/idna/idna-6.0.0-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-erlang/idna/idna-6.0.0-r1.ebuild b/dev-erlang/idna/idna-6.0.0-r1.ebuild
deleted file mode 100644
index 853b273e7c8a..000000000000
--- a/dev-erlang/idna/idna-6.0.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang IDNA implementation"
-HOMEPAGE="https://github.com/benoitc/erlang-idna"
-SRC_URI="https://github.com/benoitc/erlang-idna/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-
-DEPEND=">=dev-lang/erlang-21.0"
-
-DOCS=( CHANGELOG README.md )
-
-S="${WORKDIR}/erlang-idna-${PV}"
-
-# Removes dependency to workaround for older erlang versions.
-# Patch based on https://github.com/benoitc/erlang-idna/pull/31
-PATCHES=( "${FILESDIR}/0001-Remove-dependency-on-unicode_util_compat.patch" )