summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-10 15:43:34 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-10 19:40:19 +0200
commit51f95cd2173996e606ed166067e0c98c1f5131d6 (patch)
tree6d44eb49ac916923f2ab3ce4c19ab5e48eb6a646 /dev-erlang/p1_oauth2
parentdev-erlang/lager: drop 3.2.4, 3.8.0, 3.8.1 (diff)
downloadgentoo-51f95cd2173996e606ed166067e0c98c1f5131d6.tar.gz
gentoo-51f95cd2173996e606ed166067e0c98c1f5131d6.tar.bz2
gentoo-51f95cd2173996e606ed166067e0c98c1f5131d6.zip
dev-erlang/p1_oauth2: drop 0.6.6, 0.6.9
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_oauth2')
-rw-r--r--dev-erlang/p1_oauth2/Manifest2
-rw-r--r--dev-erlang/p1_oauth2/p1_oauth2-0.6.6.ebuild36
-rw-r--r--dev-erlang/p1_oauth2/p1_oauth2-0.6.9.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-erlang/p1_oauth2/Manifest b/dev-erlang/p1_oauth2/Manifest
index 7895b78f4ba5..84b7fba4f6d2 100644
--- a/dev-erlang/p1_oauth2/Manifest
+++ b/dev-erlang/p1_oauth2/Manifest
@@ -1,3 +1 @@
DIST p1_oauth2-0.6.10.tar.gz 214205 BLAKE2B 228a616473ff9c6d7ecd5f7aedad3a971fca2b811938382160c9fe24dc949b52c7c1b023343833cc218dc3269ae742a5617ecf6f831fb93616a200e6169eaecc SHA512 a32fdd8e9c85b1b5729f2dadc3f2f6c84479048d94fc41dbf241baac41c3ccd47b12b9e24dabbaf832ac9182f47673db068c55f92d1e750dba42309c0f8d0c25
-DIST p1_oauth2-0.6.6.tar.gz 213866 BLAKE2B 2b7ff13697658c6ab31a2cab60100758d965ae0f3cbeb878539e42210e54e7cf33a458c645e432790f79ba3fa92ab35a5d6d6136edc14369ac6d8872e16d7f69 SHA512 9680bc96608bc486165d5f77cf6e92e5f9257e0dbea718c739563556c2b485f67152dcd99cbe228addd34b33b2dd6cc9eacc3827f269412f705acd14b2522952
-DIST p1_oauth2-0.6.9.tar.gz 214329 BLAKE2B 8c8d0d9186d54099834a1b150699940e19dc2de7c194f96169fd5bb518fd515688071405b8f238ecfd91fffe1d42d22ddf70fe5850bd72cc80dade384fa94c46 SHA512 30f912e82c035bbaec6dd1b25908426f587a9fc8f401d47ac95d508b426d3d5ea3f77c798dc8c6d4e171dc309cc18748629615671a9fee0fc01f3328133427fe
diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.6.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.6.ebuild
deleted file mode 100644
index c41353d28e40..000000000000
--- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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"
-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
- rebar_remove_deps rebar.test.config
-}
-
-src_test() {
- erebar -C rebar.test.config compile eunit
-}
diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.9.ebuild b/dev-erlang/p1_oauth2/p1_oauth2-0.6.9.ebuild
deleted file mode 100644
index bdad9077d800..000000000000
--- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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"
-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
- rebar_remove_deps rebar.test.config
-}
-
-src_test() {
- erebar -C rebar.test.config compile eunit
-}