summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-10 15:42:34 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-10 19:40:19 +0200
commit5d24239349b8ab7877e66d90d1572bc50e266aa0 (patch)
treed1d256c53c15ac747a2fbdd097e25447ca52f643 /dev-erlang
parentdev-erlang/yconf: drop 1.0.1, 1.0.4, 1.0.11 (diff)
downloadgentoo-5d24239349b8ab7877e66d90d1572bc50e266aa0.tar.gz
gentoo-5d24239349b8ab7877e66d90d1572bc50e266aa0.tar.bz2
gentoo-5d24239349b8ab7877e66d90d1572bc50e266aa0.zip
dev-erlang/jose: drop 1.9.0, 1.10.1, 1.11.1
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/jose/Manifest3
-rw-r--r--dev-erlang/jose/jose-1.10.1.ebuild35
-rw-r--r--dev-erlang/jose/jose-1.11.1.ebuild35
-rw-r--r--dev-erlang/jose/jose-1.9.0.ebuild28
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 297ba9ab9f95..c26fbe261ca1 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1,4 +1 @@
-DIST erlang-jose-1.10.1.tar.gz 279187 BLAKE2B 18b606e5a2fd93b96a26b989a52235af08bd925eb610a9010b4ff930c1feb50bf8143456bd6b4743b53342948185eb5e4d4df760f774fc4bce1dc6a11fb2acf6 SHA512 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
-DIST erlang-jose-1.11.1.tar.gz 281125 BLAKE2B 839d4b8a4f95f2430378cbbeff5ad4f0095faeacfbdbd1d5ce87f62844f664bd89b500dc4d43b410be3bef296743cfd4fc77509547258bbc302d26deae753af9 SHA512 eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
DIST erlang-jose-1.11.2.tar.gz 281313 BLAKE2B 14b7cb9a690fb960c3b2bd90c64ce0d13309abab26250346de5d5ab5d58eab56bcac09f3b91e74bb6c982c33bb557bf4b992c3da62e3c107dc4b3caa175c2feb SHA512 8a9edbda0150b110f1394fb8f4ad57878d2562c6bb1c17938e69b49ff224ed347cb8d325750bae7b61c9cc2ce2c5d089f963e369c8c74f6a2a55cef963f813a5
-DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68
diff --git a/dev-erlang/jose/jose-1.10.1.ebuild b/dev-erlang/jose/jose-1.10.1.ebuild
deleted file mode 100644
index f2a74f5a19ca..000000000000
--- a/dev-erlang/jose/jose-1.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
- -> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"
-
-src_prepare() {
- # disable warnings_as_errors for erlang 23 compatibiltiy
- # https://github.com/potatosalad/erlang-jose/issues/87
- sed -i -e 's|warnings_as_errors||g' \
- -e 's|debug_info,|debug_info|g' rebar.config
- rebar_src_prepare
-}
diff --git a/dev-erlang/jose/jose-1.11.1.ebuild b/dev-erlang/jose/jose-1.11.1.ebuild
deleted file mode 100644
index c9d402d2079b..000000000000
--- a/dev-erlang/jose/jose-1.11.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
- -> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"
-
-src_prepare() {
- # disable warnings_as_errors for erlang 23 compatibiltiy
- # https://github.com/potatosalad/erlang-jose/issues/87
- sed -i -e 's|warnings_as_errors||g' \
- -e 's|debug_info,|debug_info|g' rebar.config
- rebar_src_prepare
-}
diff --git a/dev-erlang/jose/jose-1.9.0.ebuild b/dev-erlang/jose/jose-1.9.0.ebuild
deleted file mode 100644
index 4f337f565a5e..000000000000
--- a/dev-erlang/jose/jose-1.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
-HOMEPAGE="https://github.com/potatosalad/erlang-jose"
-SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
- -> erlang-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-19.0
- >=dev-erlang/base64url-1.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
-
-# TODO: jose has test suite, but it require lots of dependencies. It may not be
-# TODO: urgent, but it would be nice to have those sooner or later.
-RESTRICT=test
-
-S="${WORKDIR}/erlang-${P}"