diff options
author | 2022-10-28 21:05:28 +0200 | |
---|---|---|
committer | 2022-10-28 22:57:07 +0200 | |
commit | f12e7f77ef2ae1e29b7eab7cb0eed45bfd7691c7 (patch) | |
tree | f33fdd8cf54459ce1e824743fb261e5fcdd08c0e /dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild | |
parent | dev-erlang/xmpp: add 1.6.0 (diff) | |
download | gentoo-f12e7f77ef2ae1e29b7eab7cb0eed45bfd7691c7.tar.gz gentoo-f12e7f77ef2ae1e29b7eab7cb0eed45bfd7691c7.tar.bz2 gentoo-f12e7f77ef2ae1e29b7eab7cb0eed45bfd7691c7.zip |
dev-erlang/p1_pgsql: add 1.1.19
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild')
-rw-r--r-- | dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild new file mode 100644 index 000000000000..330c443d7513 --- /dev/null +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.19.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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-erlang/xmpp-1.6.0 + >=dev-lang/erlang-17.1 +" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |