public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marco Scardovi" <marco@scardovi.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/
Date: Tue, 22 Jun 2021 15:27:22 +0000 (UTC)	[thread overview]
Message-ID: <1624375628.775a7bbf130d0d425411f1196c8bb5c91ad7721a.marco@gentoo> (raw)

commit:     775a7bbf130d0d425411f1196c8bb5c91ad7721a
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Jun 22 15:27:08 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Tue Jun 22 15:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=775a7bbf

dev-libs/olm: add ~arm64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-libs/olm/olm-3.2.4-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-libs/olm/olm-3.2.4-r1.ebuild b/dev-libs/olm/olm-3.2.4-r1.ebuild
new file mode 100644
index 000000000..006ec1b63
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2021 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"
+KEYWORDS="~amd64 ~arm64"
+
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+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:[~2021-06-22 15:27 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 15:27 Marco Scardovi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-08 12:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/ Anna Vyalkova
2023-05-12 16:26 Ronny Gutbrod
2023-05-12 16:26 Ronny Gutbrod
2023-02-23 14:02 Ronny Gutbrod
2023-02-17 15:01 Anna Vyalkova
2022-12-09 16:26 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-12-09  1:26 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-12-09  1:26 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-05-18 18:19 Tony Olagbaiye
2022-05-18 17:01 Tony Olagbaiye
2022-04-09  3:30 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-09  2:45 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-01-08  3:05 Ronny Gutbrod
2021-12-13 16:23 Ronny Gutbrod
2021-12-13 16:23 Ronny Gutbrod
2021-12-07  8:41 Ronny Gutbrod
2021-12-07  8:41 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-06-22 22:43 Marco Scardovi
2021-06-01 21:16 Ronny Gutbrod
2021-06-01 21:16 Ronny Gutbrod
2021-05-25  7:04 Ronny Gutbrod
2021-05-25  7:04 Ronny Gutbrod
2021-03-28  9:39 Andrew Ammerlaan
2021-02-22 23:28 Ronny Gutbrod
2021-02-22 23:28 Ronny Gutbrod
2020-10-06 22:40 Ronny Gutbrod
2020-10-06 19:55 Ronny Gutbrod
2020-10-06 19:53 Ronny Gutbrod
2020-06-11 17:48 Ronny Gutbrod
2020-05-25  1:03 Ronny Gutbrod

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=1624375628.775a7bbf130d0d425411f1196c8bb5c91ad7721a.marco@gentoo \
    --to=marco@scardovi.com \
    --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