[dev-erlang/ezlib] bump to 1.0.5

This commit is contained in:
Robert Förster 2019-03-22 00:21:07 +01:00
parent f889b80328
commit 8e78ce940f
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ezlib-1.0.5.tar.gz 49137 BLAKE2B 1fd3dfc75f6614df8ca36426127915e36a0cca5605a0c8841b657dc8d89858d8eeb5d071a126d6b8c3f2a83ff3ff241308439698a7a61b879b9ec94e1446f866 SHA512 cf2cf1944ebf04b731c4ca3fa9f582d82f2cbcd779f5c0ca1329e881e7d5bc9f7c788c1496cc815138a1b798046e5ee714afc08a2c6a2350fec0d7781c765f6b

View File

@ -0,0 +1,21 @@
# 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 )