diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-10-13 12:03:32 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-10-13 12:03:32 +0200 |
commit | 9b196a7c11733298e94f1b2550b7fcd81bdf541c (patch) | |
tree | 430451c1d22f1846d3f75da843137161afd5b20d /dev-erlang/ezlib/ezlib-1.0.2.ebuild | |
parent | media-libs/libaom: x86 stable wrt bug #747355 (diff) | |
download | gentoo-9b196a7c11733298e94f1b2550b7fcd81bdf541c.tar.gz gentoo-9b196a7c11733298e94f1b2550b7fcd81bdf541c.tar.bz2 gentoo-9b196a7c11733298e94f1b2550b7fcd81bdf541c.zip |
dev-erlang/ezlib: Remove old
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Diffstat (limited to 'dev-erlang/ezlib/ezlib-1.0.2.ebuild')
-rw-r--r-- | dev-erlang/ezlib/ezlib-1.0.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/ezlib/ezlib-1.0.2.ebuild b/dev-erlang/ezlib/ezlib-1.0.2.ebuild deleted file mode 100644 index 8f0b847b543e..000000000000 --- a/dev-erlang/ezlib/ezlib-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 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 ) |