commit:     9fb54e8543cbeec27c7b322c531d3d3754858b17
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:56:03 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:57:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb54e85

dev-erlang/p1_mysql: add 1.0.20

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/p1_mysql/Manifest               |  1 +
 dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-erlang/p1_mysql/Manifest b/dev-erlang/p1_mysql/Manifest
index 4f9ed9736a98..78c02e2580f3 100644
--- a/dev-erlang/p1_mysql/Manifest
+++ b/dev-erlang/p1_mysql/Manifest
@@ -1 +1,2 @@
 DIST p1_mysql-1.0.19.tar.gz 27476 BLAKE2B 
14acb400c08c6b49fc2f3569dbb8891b52dd27c42fade7ad79858728a4c12bbc5cbd5aedc86432d61fbbdcc8df1277227b39343288d200cb056ab511ab0d0ae1
 SHA512 
eee2402661cc7d58228641057c571c383c09261a0022287ca19ab56a51530ea575478971fea944919aeb910e37cd9dedfea629bdd949b8dae7892aa5590ac675
+DIST p1_mysql-1.0.20.tar.gz 26257 BLAKE2B 
cdd6ac6c497f2fff7b2854a7e6b8533109c5929994d4565d844866495b72857ad94a6c146d3bcc0bd58e0e6de69b8b0a74039b1597b2c9a5eb10261eeb75617a
 SHA512 
b23aa5227a9a8a505448c3eb36caeba769ae8142c2aefb2125263d0dbabeac7507229d654e4bc08133175f2cd13a7742e28dfec064d75b8af112d81485c6b38b

diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild 
b/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild
new file mode 100644
index 000000000000..584abcc6bc91
--- /dev/null
+++ b/dev-erlang/p1_mysql/p1_mysql-1.0.20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 )

Reply via email to