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 0BFC715806E for ; Thu, 18 May 2023 07:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDB40E07DB; Thu, 18 May 2023 07:39:26 +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 AED8BE07DB for ; Thu, 18 May 2023 07:39:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F24340CCE for ; Thu, 18 May 2023 07:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D69A71 for ; Thu, 18 May 2023 07:39:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1684394760.5c5ff929021a4ccde7065b39eba2a2c03575851e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignal-protocol-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsignal-protocol-c/libsignal-protocol-c-9999.ebuild X-VCS-Directories: net-libs/libsignal-protocol-c/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5c5ff929021a4ccde7065b39eba2a2c03575851e X-VCS-Branch: master Date: Thu, 18 May 2023 07:39:23 +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: 86bda7dc-e0e6-4e06-9c1e-c6f408b06896 X-Archives-Hash: 8579a07353bb3a1df395c3c20a3d1ad2 commit: 5c5ff929021a4ccde7065b39eba2a2c03575851e Author: Randy Barlow electronsweatshop com> AuthorDate: Tue May 2 02:02:07 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 18 07:26:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5ff929 net-libs/libsignal-protocol-c: Drop -9999 ebuild This is dropped because the upstream for libsignal-protocol-c has been archived and is no longer maintained: https://github.com/signalapp/libsignal-protocol-c Signed-off-by: Randy Barlow electronsweatshop.com> Signed-off-by: Joonas Niilola gentoo.org> .../libsignal-protocol-c/libsignal-protocol-c-9999.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-9999.ebuild b/net-libs/libsignal-protocol-c/libsignal-protocol-c-9999.ebuild deleted file mode 100644 index 07a69138ceed..000000000000 --- a/net-libs/libsignal-protocol-c/libsignal-protocol-c-9999.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 cmake - -DESCRIPTION="Signal Protocol C Library" -HOMEPAGE="https://www.whispersystems.org/" - -EGIT_REPO_URI="https://github.com/signalapp/libsignal-protocol-c" - -LICENSE="GPL-3" -SLOT="0"