mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-erlang/idna: drop 6.0.0-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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" )
|
||||
Reference in New Issue
Block a user