From 36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:49:31 +0100 Subject: Revert "gentoo resync : 13.09.2019" This reverts commit a1392efe64137262023d92492396ca9156d22396. --- dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild (limited to 'dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild') diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild new file mode 100644 index 000000000000..e5eb8b1ecc8f --- /dev/null +++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" + +CDEPEND=">=dev-lang/erlang-17.1" +DEPEND="${CDEPEND} + test? ( + >=dev-erlang/meck-0.8.7 + >=dev-erlang/proper-1.1_p20150814 + )" +RDEPEND="${CDEPEND}" + +DOCS=( CHANGELOG.md README.md ) + +src_prepare() { + rebar_src_prepare + rebar_remove_deps rebar.test.config + sed -e '/, warnings_as_errors/d' -i rebar.test.config || die +} + +src_test() { + erebar -C rebar.test.config compile eunit +} -- cgit v1.2.3