From 04f482636432e5cc7ce073b793b47355852bdd01 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 10 Dec 2021 23:02:56 -0500 Subject: Remove olm ebuild, use guru instead --- dev-libs/olm/olm-3.2.7.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 dev-libs/olm/olm-3.2.7.ebuild (limited to 'dev-libs/olm/olm-3.2.7.ebuild') diff --git a/dev-libs/olm/olm-3.2.7.ebuild b/dev-libs/olm/olm-3.2.7.ebuild deleted file mode 100644 index 412091d..0000000 --- a/dev-libs/olm/olm-3.2.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 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" -IUSE="doc test" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_configure() { - local -a mycmakeargs=( - -DOLM_TESTS="$(usex test)" - ) - - cmake_src_configure -} - -src_test() { - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test -} - -src_install() { - use doc && DOCS=( README.md docs/{{,meg}olm,signing}.md ) - - cmake_src_install -} -- cgit v1.2.3