public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/olm/
Date: Wed,  7 Oct 2020 12:27:29 +0000 (UTC)	[thread overview]
Message-ID: <1602013876.709964411871a51f2693ad78bfdb0bd0b28c3e75.andrewammerlaan@gentoo> (raw)

commit:     709964411871a51f2693ad78bfdb0bd0b28c3e75
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Oct  6 19:51:16 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Oct  6 19:51:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70996441

dev-libs/olm: Version bump 3.2.0.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-libs/olm/Manifest         |  1 +
 dev-libs/olm/olm-3.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index bff4e73e..45eddf41 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.1.4.tar.bz2 461540 BLAKE2B fa69b1543330c5da37c04227b51197ba57968ef24def40df621b85c0988eac91f8a155f600ab26849f2cd213059c97c7035be6dcca0943245cd4e4895da314b3 SHA512 87265d835ca7332d162bd3573dffdd09c8337c464dd673f100db9193e8ea4cedd8cb2a92cf2c34ad1b552a55bbbce8f87a47559ccfba03fa69b32fc7ff07f5f0
 DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e SHA512 a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02
+DIST olm-3.2.0.tar.bz2 462656 BLAKE2B 38e9ff3316cca91a451a2e843b625615b2285da3120df34423a463ea00d83480fe9d765cf613eb7342b0436713f4a4c8a4d640fac8e1c259e35c09134a731c2d SHA512 b11aad740bd5cdb034fbaffd653efabbfdb231f461d8abaac6a4b69c1b3cda8062ce54b74ba3d9a5f0d671a6291a57cfcd17332ff129949a00b1404ee28d8f21

diff --git a/dev-libs/olm/olm-3.2.0.ebuild b/dev-libs/olm/olm-3.2.0.ebuild
new file mode 100644
index 00000000..50302394
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+}


             reply	other threads:[~2020-10-07 12:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07 12:27 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10 10:56 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/olm/ Florian Schmaus
2023-05-12 23:24 Haelwenn Monnier
2023-05-12 23:24 Haelwenn Monnier
2023-02-24  7:41 Viorel Munteanu
2022-12-09 16:26 Ronny Gutbrod
2022-12-09  1:26 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-12-09 16:26 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-09  3:30 Ronny Gutbrod
2021-12-08 11:38 Andrew Ammerlaan
2021-12-08 11:38 Andrew Ammerlaan
2021-09-20  9:17 Andrew Ammerlaan
2021-09-20  9:17 Andrew Ammerlaan
2021-09-20  9:17 Andrew Ammerlaan
2021-06-24 12:22 Jian Lin
2021-06-02 16:00 Andrew Ammerlaan
2021-06-02 16:00 Andrew Ammerlaan
2021-05-25  7:46 Andrew Ammerlaan
2021-05-25  7:46 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2020-10-07 12:27 Andrew Ammerlaan
2020-10-07 12:27 Andrew Ammerlaan
2020-06-13 13:13 Andrew Ammerlaan
2020-05-26 10:49 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1602013876.709964411871a51f2693ad78bfdb0bd0b28c3e75.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox