summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-09-21 18:55:50 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-09-21 21:56:51 +0200
commitcdcfd0061df76a7b8025f60dccf8f516098b3b00 (patch)
treed0d83cb1f6038220da85c156eb0d34d3d2582442 /dev-erlang/ezlib/ezlib-1.0.10.ebuild
parentdev-erlang/esip: drop 1.0.45 (diff)
downloadgentoo-cdcfd0061df76a7b8025f60dccf8f516098b3b00.tar.gz
gentoo-cdcfd0061df76a7b8025f60dccf8f516098b3b00.tar.bz2
gentoo-cdcfd0061df76a7b8025f60dccf8f516098b3b00.zip
dev-erlang/ezlib: drop 1.0.10
Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27378
Diffstat (limited to 'dev-erlang/ezlib/ezlib-1.0.10.ebuild')
-rw-r--r--dev-erlang/ezlib/ezlib-1.0.10.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/ezlib/ezlib-1.0.10.ebuild b/dev-erlang/ezlib/ezlib-1.0.10.ebuild
deleted file mode 100644
index bded88f848e4..000000000000
--- a/dev-erlang/ezlib/ezlib-1.0.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="Native zlib driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/ezlib"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1:=
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )