[dev-erlang/p1_mysql] bump to 1.0.9

This commit is contained in:
Robert Förster 2019-03-22 00:27:47 +01:00
parent 8b040353ea
commit 3d7f3e6ae8
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST p1_mysql-1.0.9.tar.gz 25633 BLAKE2B 5754181ee554235a5170aa023686b604303c13668e017cda03357316f79ddb5f4370f56df6e77e96b2aa8c3e6640677d9835f9e020b33305ce6ecb7b0c6ea64a SHA512 76fcb5d8c5a69fe557ea750f8f720f28b80a82740976a82107afa416b28b6b774ac207c0f25a50afe29947dfe141c207159adeddf94f27f4734c4a9187cd4968

View File

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit rebar
DESCRIPTION="Pure Erlang MySQL driver"
HOMEPAGE="https://github.com/processone/p1_mysql"
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-lang/erlang-17.1"
RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md README.md )