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 2853715810F for ; Thu, 8 Jun 2023 12:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F589E0938; Thu, 8 Jun 2023 12:36:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2669BE0938 for ; Thu, 8 Jun 2023 12:36:13 +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 3E3D3340D2F for ; Thu, 8 Jun 2023 12:36:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9B7A5C for ; Thu, 8 Jun 2023 12:36:11 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1686227764.8956dfb2b04bee7e26534b1f03337359d5656855.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/olm/Manifest dev-libs/olm/metadata.xml dev-libs/olm/olm-3.2.14-r2.ebuild dev-libs/olm/olm-3.2.15.ebuild X-VCS-Directories: dev-libs/olm/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8956dfb2b04bee7e26534b1f03337359d5656855 X-VCS-Branch: dev Date: Thu, 8 Jun 2023 12:36:11 +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: ff33a5d3-2006-42ab-bf75-277cbb09c57d X-Archives-Hash: 653a10427293e17d9cabeba9b0cf9232 commit: 8956dfb2b04bee7e26534b1f03337359d5656855 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jun 8 12:35:53 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jun 8 12:36:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8956dfb2 dev-libs/olm: treeclean duplicate Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/olm/Manifest | 2 -- dev-libs/olm/metadata.xml | 15 --------------- dev-libs/olm/olm-3.2.14-r2.ebuild | 33 --------------------------------- dev-libs/olm/olm-3.2.15.ebuild | 33 --------------------------------- 4 files changed, 83 deletions(-) diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest deleted file mode 100644 index 1e72c9449..000000000 --- a/dev-libs/olm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7 SHA512 47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4 -DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b SHA512 81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7 diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml deleted file mode 100644 index 132426888..000000000 --- a/dev-libs/olm/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - gentoo@tastytea.de - tastytea - - - An implementation of the Double Ratchet cryptographic ratchet written in - C and C++11 and exposed as a C API. - - - https://github.com/matrix-org/olm/issues - - diff --git a/dev-libs/olm/olm-3.2.14-r2.ebuild b/dev-libs/olm/olm-3.2.14-r2.ebuild deleted file mode 100644 index 1f35b7119..000000000 --- a/dev-libs/olm/olm-3.2.14-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets" -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -IUSE="+pie test" -RESTRICT="!test? ( test )" - -DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg ) - -src_configure() { - local mycmakeargs=( - -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie) - -DOLM_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - local -x BUILD_DIR="${BUILD_DIR}/tests" - cmake_src_test -} diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild deleted file mode 100644 index 1f35b7119..000000000 --- a/dev-libs/olm/olm-3.2.15.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets" -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -IUSE="+pie test" -RESTRICT="!test? ( test )" - -DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg ) - -src_configure() { - local mycmakeargs=( - -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie) - -DOLM_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - local -x BUILD_DIR="${BUILD_DIR}/tests" - cmake_src_test -}