diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-10 15:46:05 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-10 19:40:22 +0200 |
commit | fc89215ef48cb0798f1eb30b9f77525312ae9a29 (patch) | |
tree | 48b71f51a42b1293dbb299893a57a6d5956c8300 /dev-erlang | |
parent | dev-erlang/xmpp: drop 1.4.7, 1.5.3 (diff) | |
download | gentoo-fc89215ef48cb0798f1eb30b9f77525312ae9a29.tar.gz gentoo-fc89215ef48cb0798f1eb30b9f77525312ae9a29.tar.bz2 gentoo-fc89215ef48cb0798f1eb30b9f77525312ae9a29.zip |
dev-erlang/pkix: drop 1.0.5, 1.0.7
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/pkix/Manifest | 2 | ||||
-rw-r--r-- | dev-erlang/pkix/pkix-1.0.5.ebuild | 20 | ||||
-rw-r--r-- | dev-erlang/pkix/pkix-1.0.7.ebuild | 17 |
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-erlang/pkix/Manifest b/dev-erlang/pkix/Manifest index d4d87bc9daa1..26709cdb04e2 100644 --- a/dev-erlang/pkix/Manifest +++ b/dev-erlang/pkix/Manifest @@ -1,3 +1 @@ -DIST pkix-1.0.5.tar.gz 411755 BLAKE2B bd4b8cd87f1cabff7aa6923007aff9f586bb5e3e322978223a8533087ed2474816b578023a7269f37fb2afabafc4e2ce51606ba420c3b4cfea2e2b4e0f5c0af2 SHA512 b265f4ffb104404d38c9e6c5660e91a720d6b1a85339f82b40fae27727c4edbde585a1427682cf5ca59fe0be775fde26d74cbd4807f45b12b381736d2979595d -DIST pkix-1.0.7.tar.gz 412022 BLAKE2B 8e5821e244ec7fa2827bcd1ccf1aee84297ab51fc3d84ae984052317c5579094c78cb75df3eff59be28735dd48e3407abf59db7a6e776c1a577e049894058290 SHA512 cbc87f94cdc0645773a40291e8c20eb6db913901dd1d73fc97d10b109408de405c4ca99c8e629adb5aee5583893479008c307f6c2a963465b77b57b6216bd446 DIST pkix-1.0.8.tar.gz 413346 BLAKE2B 0c159bfc2b40d50739dbdfad1b0c73150e8cea2ebd4e99bc7e5f91edae0982ea0da3c9a34a7f5c04f2d527e599bc4e8e6250be2e0bdd98ea41c0663724e16f66 SHA512 c665aac5c19b38c23510dc1dbd7dff9b1469d39db3df6086290f45b781a40eeb9a060beb236613cbd0ff1e48d27f86d63a1bc02faf51a33b61c8bc5cc1ec98cc diff --git a/dev-erlang/pkix/pkix-1.0.5.ebuild b/dev-erlang/pkix/pkix-1.0.5.ebuild deleted file mode 100644 index bbf0423c57be..000000000000 --- a/dev-erlang/pkix/pkix-1.0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="PKIX certificates management library for Erlang" -HOMEPAGE="https://github.com/processone/pkix" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" - -DEPEND=">=dev-lang/erlang-17.5" -RDEPEND="${DEPEND}" - -DOCS=( README.md ) diff --git a/dev-erlang/pkix/pkix-1.0.7.ebuild b/dev-erlang/pkix/pkix-1.0.7.ebuild deleted file mode 100644 index d1c9c9a1e6b3..000000000000 --- a/dev-erlang/pkix/pkix-1.0.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="PKIX certificates management library for Erlang" -HOMEPAGE="https://github.com/processone/pkix" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" - -DOCS=( README.md ) |