From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B511158094 for ; Wed, 21 Sep 2022 19:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021ACE0B0E; Wed, 21 Sep 2022 19:57:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD5F7E0B0E for ; Wed, 21 Sep 2022 19:56:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BE20340CF4 for ; Wed, 21 Sep 2022 19:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F4F5EB for ; Wed, 21 Sep 2022 19:56:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1663790209.042388125845d834bd2204f7947a26639aa35ed6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/pkix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/pkix/Manifest dev-erlang/pkix/pkix-1.0.8.ebuild X-VCS-Directories: dev-erlang/pkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 042388125845d834bd2204f7947a26639aa35ed6 X-VCS-Branch: master Date: Wed, 21 Sep 2022 19:56:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f040aa5-5fbc-4de7-ada6-dddd253101d2 X-Archives-Hash: 5669680cdd736865747d6a39252be3c4 commit: 042388125845d834bd2204f7947a26639aa35ed6 Author: Florian Schmaus gentoo org> AuthorDate: Wed Sep 21 16:54:14 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Sep 21 19:56:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04238812 dev-erlang/pkix: drop 1.0.8 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/pkix/Manifest | 1 - dev-erlang/pkix/pkix-1.0.8.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-erlang/pkix/Manifest b/dev-erlang/pkix/Manifest index b360b15a2a1d..1e88c831de32 100644 --- a/dev-erlang/pkix/Manifest +++ b/dev-erlang/pkix/Manifest @@ -1,2 +1 @@ -DIST pkix-1.0.8.tar.gz 413346 BLAKE2B 0c159bfc2b40d50739dbdfad1b0c73150e8cea2ebd4e99bc7e5f91edae0982ea0da3c9a34a7f5c04f2d527e599bc4e8e6250be2e0bdd98ea41c0663724e16f66 SHA512 c665aac5c19b38c23510dc1dbd7dff9b1469d39db3df6086290f45b781a40eeb9a060beb236613cbd0ff1e48d27f86d63a1bc02faf51a33b61c8bc5cc1ec98cc DIST pkix-1.0.9.tar.gz 406218 BLAKE2B 0c1cbf73206cc8b17f11cb1cb4994ea05c7d6a8cc07d84599b4eb8c1fe68d161eb0c970ad14d23e6183ce65d608d26e21ad860b9026c8a3b7846b2bd7158821a SHA512 bd428814421effdc74c418a376b44716f4f79095550dd1b8431bfb51e8d26262015be0dda7948a9b8f9fc60a0cd0d12289161c8b497134f6413fd1e1efb886ba diff --git a/dev-erlang/pkix/pkix-1.0.8.ebuild b/dev-erlang/pkix/pkix-1.0.8.ebuild deleted file mode 100644 index 48437553fd02..000000000000 --- a/dev-erlang/pkix/pkix-1.0.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 )