From 524b44e8b81608ddffc6e1e7f34585e21e0888e6 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 19 Jan 2025 09:57:36 +0100 Subject: [PATCH] dev-libs/olm: Remove masked package Signed-off-by: Nils Freydank --- dev-libs/olm/Manifest | 1 - dev-libs/olm/metadata.xml | 15 ------- dev-libs/olm/olm-3.2.16.ebuild | 71 ---------------------------------- profiles/package.mask | 7 ---- 4 files changed, 94 deletions(-) delete mode 100644 dev-libs/olm/Manifest delete mode 100644 dev-libs/olm/metadata.xml delete mode 100644 dev-libs/olm/olm-3.2.16.ebuild diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest deleted file mode 100644 index 7d28bae..0000000 --- a/dev-libs/olm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST olm-3.2.16.tar.bz2 2744360 BLAKE2B 236cd08cb4f014ef4f90377fe30907490dbf6482629ab47a779114c711de1855c44874a45ee92f4f55d7c100abbbde2c427996ce534dd95ce401a7549db351b7 SHA512 504ddc91297e7aef99e9b25f73b33bac29716ca33eb333bf1217b719d8862438e2cdaadd88cef3dc84e9f618bcc9eeeaf7e513f2d6909cc4a3d98a5dd79b0581 diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml deleted file mode 100644 index 0fa1d4e..0000000 --- a/dev-libs/olm/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - nils.freydank@posteo.de - Nils Freydank - - - An implementation of the Double Ratchet cryptographic ratchet written in - C and C++11 and exposed as a C API. - - - https://gitlab.matrix.org/matrix-org/olm/-/issues - - diff --git a/dev-libs/olm/olm-3.2.16.ebuild b/dev-libs/olm/olm-3.2.16.ebuild deleted file mode 100644 index 49f873d..0000000 --- a/dev-libs/olm/olm-3.2.16.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) - -inherit cmake distutils-r1 - -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" -IUSE="python test" -KEYWORDS="~amd64" -RESTRICT="!test? ( test )" -DEPEND="python? ( dev-python/cffi[${PYTHON_USEDEP}] )" - -DOCS=( README.md docs/{{,meg}olm,signing}.md ) - -src_prepare() { - default - - cmake_src_prepare - - if use python; then - pushd "${S}/python" > /dev/null || die - distutils-r1_src_prepare - popd > /dev/null || die - fi -} - -src_configure() { - local -a mycmakeargs=( - -DOLM_TESTS="$(usex test)" - ) - cmake_src_configure - - if use python; then - pushd python > /dev/null || die - distutils-r1_src_configure - popd > /dev/null || die - fi -} - -src_compile() { - cmake_src_compile - - if use python; then - pushd python > /dev/null || die - distutils-r1_src_compile - popd > /dev/null || die - fi -} - -src_install() { - cmake_src_install - - if use python; then - pushd python > /dev/null || die - distutils-r1_src_install - popd > /dev/null || die - fi -} - -src_test() { - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test -} diff --git a/profiles/package.mask b/profiles/package.mask index 955448a..1d3cf41 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -10,13 +10,6 @@ # Removal after 2025-01-25. dev-python/multi_key_dict -# Nils Freydank (2025-01-03) -# Abandoned by upstream: -# https://gitlab.matrix.org/matrix-org/olm/-/commit/6d4b5b07887821a95b144091c8497d09d377f985 -# A migration to "vodozemac" is recommended. -# Removal after 2025-01-14. -dev-libs/olm - # Nils Freydank (2025-01-19) # I don't use the software anymore. # Removal after 2025-02-19.