diff options
author | Gavin D. Howard <gavin@gavinhoward.com> | 2023-05-28 16:11:34 -0600 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:35:19 +0200 |
commit | 49b82e5ea7d7556dfe3fdeacfb3e024721958dea (patch) | |
tree | d03c924270548ed3fea86d7fe90e0512f99d9a3a /dev-libs/olm | |
parent | kde-misc/kdeconnect: Fix builds using clang (diff) | |
download | gentoo-49b82e5ea7d7556dfe3fdeacfb3e024721958dea.tar.gz gentoo-49b82e5ea7d7556dfe3fdeacfb3e024721958dea.tar.bz2 gentoo-49b82e5ea7d7556dfe3fdeacfb3e024721958dea.zip |
dev-libs/olm: new package, add 3.2.15
This is the first step to enabling E2EE on Neochat.
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/31113
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/olm')
-rw-r--r-- | dev-libs/olm/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/olm/metadata.xml | 20 | ||||
-rw-r--r-- | dev-libs/olm/olm-3.2.15.ebuild | 14 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest new file mode 100644 index 000000000000..75abd2e0c681 --- /dev/null +++ b/dev-libs/olm/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..e47db7bbc780 --- /dev/null +++ b/dev-libs/olm/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <name>Gavin D. Howard</name> + <email>gavin@gavinhoward.com</email> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <bugs-to>https://gitlab.matrix.org/matrix-org/olm</bugs-to> + <remote-id type="gitlab">matrix-org/olm</remote-id> + </upstream> + <longdescription lang="en"> + Official, audited implementation of the olm and megolm cryptographic + ratchets in C++ for the Matrix protocol + </longdescription> +</pkgmetadata> diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild new file mode 100644 index 000000000000..8306cccfa565 --- /dev/null +++ b/dev-libs/olm/olm-3.2.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Implementation of the Double Ratchet cryptographic ratchet in C++" +HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" +SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" |