[dev-erlang/p1_pgsql] bump to 1.1.7

This commit is contained in:
Robert Förster 2019-03-22 00:31:11 +01:00
parent 90dae99a6a
commit 90dd9449a9
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST p1_pgsql-1.1.7.tar.gz 24169 BLAKE2B d42b6dad45d161c6f58a4f05d6551f68d3e584c65fbc40c5379a0aad38625cb69586fc11552b7c61419833c8bfc329ee5f71aff1f6022bed3b4f997f4e6fbbc9 SHA512 767964cd147e807eb40662c40d089abb0130242051cc22629a9b7f972a84b723091efeffeb335e241fbb0dd0510786a8303ddccaefda89d6338e321cb0161a0e

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 PostgreSQL driver"
HOMEPAGE="https://github.com/processone/p1_pgsql"
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="ErlPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-lang/erlang-17.1"
RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md README.md )