From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 8228E1581EE for ; Thu, 10 Apr 2025 19:08:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 689963436EB for ; Thu, 10 Apr 2025 19:08:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8E6681104B7; Thu, 10 Apr 2025 19:08:12 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 839BF1104B7 for ; Thu, 10 Apr 2025 19:08:12 +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 39BE13436E0 for ; Thu, 10 Apr 2025 19:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118CE1AB2 for ; Thu, 10 Apr 2025 19:08:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1744312076.c47a554d6c27f501d83e5e38a8eebfe69c21162f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libomemo-c/Manifest net-libs/libomemo-c/libomemo-c-0.5.0.ebuild X-VCS-Directories: net-libs/libomemo-c/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c47a554d6c27f501d83e5e38a8eebfe69c21162f X-VCS-Branch: master Date: Thu, 10 Apr 2025 19:08:10 +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: 9a7a6aea-7bcb-4e0c-8216-7228685f9a73 X-Archives-Hash: fa21e5980741635a6839559ec486b15b commit: c47a554d6c27f501d83e5e38a8eebfe69c21162f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 8 22:48:17 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 10 19:07:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47a554d net-libs/libomemo-c: drop 0.5.0 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libomemo-c/Manifest | 1 - net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 31 ----------------------------- 2 files changed, 32 deletions(-) diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest index 3206547b2061..a6c229a4a6ce 100644 --- a/net-libs/libomemo-c/Manifest +++ b/net-libs/libomemo-c/Manifest @@ -1,2 +1 @@ -DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0 DIST libomemo-c-0.5.1.tar.gz 239905 BLAKE2B b12b5357a3a1d0f56065ee6056a44c35bb7ff290585d45f61e8591e6e172f077d73d9edef8fbd9c9876d773090dd081a90ea8500af86e9242dda3bf1e1ed3956 SHA512 96e77a3fe4772be58afd0a588a3181736f7015b82f005219aea35b5072664d964c64d8b53e0aa7f0fe49431ab3ae2b02b12a97c4d599cc4d29cb4d873e7add78 diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild deleted file mode 100644 index 45fbfda26fe7..000000000000 --- a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO" -HOMEPAGE="https://github.com/dino/libomemo-c/" -SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD BSD-1 GPL-3 ISC" -KEYWORDS="amd64" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-libs/protobuf-c:=" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-libs/openssl - ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -}