Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_oauth2/
Date: Thu, 08 Jul 2021 18:37:08
Message-Id: 1625769393.c15c7883c25e6454f3593c2334dbb566eccf71bb.flow@gentoo
1 commit: c15c7883c25e6454f3593c2334dbb566eccf71bb
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 17:45:13 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 18:36:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15c7883
7
8 dev-erlang/p1_oauth2: drop 0.6.7
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-erlang/p1_oauth2/Manifest | 1 -
13 dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild | 36 -----------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/dev-erlang/p1_oauth2/Manifest b/dev-erlang/p1_oauth2/Manifest
17 index 07b0557a507..fece05f788b 100644
18 --- a/dev-erlang/p1_oauth2/Manifest
19 +++ b/dev-erlang/p1_oauth2/Manifest
20 @@ -1,3 +1,2 @@
21 DIST p1_oauth2-0.6.6.tar.gz 213866 BLAKE2B 2b7ff13697658c6ab31a2cab60100758d965ae0f3cbeb878539e42210e54e7cf33a458c645e432790f79ba3fa92ab35a5d6d6136edc14369ac6d8872e16d7f69 SHA512 9680bc96608bc486165d5f77cf6e92e5f9257e0dbea718c739563556c2b485f67152dcd99cbe228addd34b33b2dd6cc9eacc3827f269412f705acd14b2522952
22 -DIST p1_oauth2-0.6.7.tar.gz 213885 BLAKE2B 42f363b3afec9368957bd788f43359a40a5929b7efb22078681caa8827fdb315f4b0063c3004b92bd92da2664d37b860d606e8c14124fe3d214fed2219e98117 SHA512 485db5926f11759ee447e40d2d2e3a9c66f949510b40adeb0c90ab9deac500dd01178e9b65cea6044e389af3881ad3a300222bd879b69b3a55d84ba3d718a166
23 DIST p1_oauth2-0.6.9.tar.gz 214329 BLAKE2B 8c8d0d9186d54099834a1b150699940e19dc2de7c194f96169fd5bb518fd515688071405b8f238ecfd91fffe1d42d22ddf70fe5850bd72cc80dade384fa94c46 SHA512 30f912e82c035bbaec6dd1b25908426f587a9fc8f401d47ac95d508b426d3d5ea3f77c798dc8c6d4e171dc309cc18748629615671a9fee0fc01f3328133427fe
24
25 diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild
26 deleted file mode 100644
27 index 42c445437f3..00000000000
28 --- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit rebar
37 -
38 -DESCRIPTION="Erlang OAuth 2.0 implementation"
39 -HOMEPAGE="https://github.com/processone/p1_oauth2"
40 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
41 - -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -CDEPEND=">=dev-lang/erlang-17.1"
50 -DEPEND="${CDEPEND}
51 - test? (
52 - >=dev-erlang/meck-0.8.7
53 - >=dev-erlang/proper-1.3
54 - )"
55 -RDEPEND="${CDEPEND}"
56 -
57 -DOCS=( CHANGELOG.md README.md )
58 -
59 -src_prepare() {
60 - rebar_src_prepare
61 - rebar_remove_deps rebar.test.config
62 -}
63 -
64 -src_test() {
65 - erebar -C rebar.test.config compile eunit
66 -}