From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_mysql/
Date: Fri, 18 Oct 2024 08:27:05 +0000 (UTC) [thread overview]
Message-ID: <1729239687.688c6f35ef06b4aca2c4ea14762f5d7df12c62b3.flow@gentoo> (raw)
commit: 688c6f35ef06b4aca2c4ea14762f5d7df12c62b3
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 07:22:26 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:21:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688c6f35
dev-erlang/p1_mysql: add 1.0.24
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-erlang/p1_mysql/Manifest | 1 +
dev-erlang/p1_mysql/p1_mysql-1.0.24.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-erlang/p1_mysql/Manifest b/dev-erlang/p1_mysql/Manifest
index cfa333ec364f..f81151f0f13f 100644
--- a/dev-erlang/p1_mysql/Manifest
+++ b/dev-erlang/p1_mysql/Manifest
@@ -3,3 +3,4 @@ DIST p1_mysql-1.0.20.tar.gz 26257 BLAKE2B cdd6ac6c497f2fff7b2854a7e6b8533109c592
DIST p1_mysql-1.0.21.tar.gz 26334 BLAKE2B a8a9d2d935b9c0a292d9ff15bc3049383a9006fe4033c15e1e145f5c5df194d3cf31a442b4a14ee9c46aa32b0469dbae399daed3248bdb8c8ebef621d4ddc02b SHA512 69302a223ca2438d40ebb267c0e03d11b67f88daa4a58814bdbc2add498557b90df2ca72fc619c1ad4002216cd6f3bd0a83a8ef3f02c37f6181618e4e91c3c85
DIST p1_mysql-1.0.22.tar.gz 29314 BLAKE2B 27c2281ae8da1f773cc82f572b0e1e6602f9cde91da312dc8fffd85ca098a5bce0fe939a3a4fc97b661a6de15e22a8bc331517fd61e2534f3b5af4471834dd0f SHA512 64567c4dfed099af56c086ed38ee9f4203fefde9e3170053ab9bf9930bbb949048396a63edcc28fff728f73bba587b92835d29e5c636247644c11fe4e40b6ac9
DIST p1_mysql-1.0.23.tar.gz 29572 BLAKE2B ae1b7fcba5c49fc4d725e83f84a6311d0316bd6aef45c80fc31943e36e6a4f691ad50aa3c261e1f714c45658a089f9bf324b1b1f34d288d27e4d3cd5e0754e39 SHA512 ad098641518e5ca264321d54a1571cb74234115889c237d538a313bf05db85fabe78a97ea971f0e1335dcda0e957c9fdf4a3a2e15569327acdad25a079f74337
+DIST p1_mysql-1.0.24.tar.gz 30002 BLAKE2B f8671637c16f7f17c11504467b47a5504bc3e088987cf7cd1d5d1abe354785d08a76fb5e5716f0dd0e4fb0b8484c4cb57c2f8c4e21280cb9330dd2a2d0016090 SHA512 4fa6cc50220dac5442a69b68e0c6e2643235e94bf71eca0f3a4eae5919dd7588266e34716861d4ef17661e8dcc7e8a499c8d2aa21b2d04a808f994a7f50806e9
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.24.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.24.ebuild
new file mode 100644
index 000000000000..fb118c751311
--- /dev/null
+++ b/dev-erlang/p1_mysql/p1_mysql-1.0.24.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar3
+
+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 ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
next reply other threads:[~2024-10-18 8:27 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 8:27 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 0:04 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_mysql/ Sam James
2024-11-08 20:21 Florian Schmaus
2024-10-18 8:36 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-04-13 6:41 Arthur Zamarin
2024-03-10 20:10 Florian Schmaus
2023-12-10 10:53 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01 9:35 Sam James
2020-10-14 10:01 Hanno Böck
2020-10-13 10:17 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03 14:46 Hanno Böck
2020-04-01 9:39 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-03 9:24 Hanno Boeck
2019-08-31 15:33 Hanno Boeck
2018-10-24 21:54 Amadeusz Piotr Żołnowski
2017-12-16 8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2016-12-30 23:37 Amadeusz Piotr Żołnowski
2016-08-20 20:18 Anthony G. Basile
2016-08-20 3:11 Matthias Maier
2016-06-07 22:24 Amadeusz Piotr Żołnowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1729239687.688c6f35ef06b4aca2c4ea14762f5d7df12c62b3.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox