summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-10 15:50:28 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-10 19:40:26 +0200
commit3ccda1dda302f99c39b03d29562501a6b3970c44 (patch)
tree403596349bcb4e734be59846233004f53a480bdf /dev-erlang/ezlib/ezlib-1.0.7.ebuild
parentdev-erlang/stun: drop 1.0.33, 1.0.43 (diff)
downloadgentoo-3ccda1dda302f99c39b03d29562501a6b3970c44.tar.gz
gentoo-3ccda1dda302f99c39b03d29562501a6b3970c44.tar.bz2
gentoo-3ccda1dda302f99c39b03d29562501a6b3970c44.zip
dev-erlang/ezlib: drop 1.0.7, 1.0.9
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/ezlib/ezlib-1.0.7.ebuild')
-rw-r--r--dev-erlang/ezlib/ezlib-1.0.7.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/ezlib/ezlib-1.0.7.ebuild b/dev-erlang/ezlib/ezlib-1.0.7.ebuild
deleted file mode 100644
index ed354b82f7f7..000000000000
--- a/dev-erlang/ezlib/ezlib-1.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 )