commit:     51025e3e523e50eb59c5d2b04306614b8c847b64
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 19:48:29 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:08:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51025e3e

dev-erlang/p1_oauth2: add 0.6.14

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

 dev-erlang/p1_oauth2/Manifest                |  1 +
 dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild | 31 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-erlang/p1_oauth2/Manifest b/dev-erlang/p1_oauth2/Manifest
index 6bb5b7ea8e3d..61a90ad1a7f2 100644
--- a/dev-erlang/p1_oauth2/Manifest
+++ b/dev-erlang/p1_oauth2/Manifest
@@ -1 +1,2 @@
 DIST p1_oauth2-0.6.11.tar.gz 214437 BLAKE2B 
fadea0a18bb526fc97d19ea6e85c3bb47431ae15d19a139c99cb8c05249398509a84c8ceff12efcda7917f0f4ef9b45c932839e7dfc1804bca8646516b149fe2
 SHA512 
c97fe256ba3d0c3c18d0ad14dd85f28bed7607b0aa8d56a23e1c87694a10669eb1cd6e0abafff7e366974b2160ef5eb8e65dadc60a85963e3aa4334252db8b6e
+DIST p1_oauth2-0.6.14.tar.gz 19021 BLAKE2B 
6ec3076bcbfa423e773b5052ff63935ee6da122cd0e8f13e9b69e59795d92a63a96d588122633fb212e065b6893b78a3b2ec001f37d71663172b89dd35df9de9
 SHA512 
cda660e2401a951864d365017f508c2e317794a7aec7ee3aae96d476764252b56de516b31ca73da00c4a9ceefeefe22d673b4659e988179aeb9bb3eef0bf66ed

diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild 
b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild
new file mode 100644
index 000000000000..9fdc16adab41
--- /dev/null
+++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="Erlang OAuth 2.0 implementation"
+HOMEPAGE="https://github.com/processone/p1_oauth2";
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+       test? (
+               >=dev-erlang/meck-0.8.7
+               >=dev-erlang/proper-1.3
+       )"
+RDEPEND="${CDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+       rebar_src_prepare
+}

Reply via email to