From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/
Date: Fri, 17 Sep 2021 09:53:57 +0000 (UTC) [thread overview]
Message-ID: <1631872407.263590f33b4dbe863ebbec3587d4583ce5a93c54.tastytea@gentoo> (raw)
commit: 263590f33b4dbe863ebbec3587d4583ce5a93c54
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Sep 17 09:50:42 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 17 09:53:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263590f3
dev-libs/olm: Remove old ebuilds.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/olm/Manifest | 1 -
dev-libs/olm/olm-3.2.3.ebuild | 35 -----------------------------------
dev-libs/olm/olm-3.2.4.ebuild | 35 -----------------------------------
3 files changed, 71 deletions(-)
diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 295bde68e..b3cd40b41 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.3.tar.bz2 478365 BLAKE2B d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069 SHA512 b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59
DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 9de6b869c94a7f47b269b55526408ce6930ac5354495608038888f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed SHA512 94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0 SHA512 e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
diff --git a/dev-libs/olm/olm-3.2.3.ebuild b/dev-libs/olm/olm-3.2.3.ebuild
deleted file mode 100644
index 4247affec..000000000
--- a/dev-libs/olm/olm-3.2.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-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
-}
diff --git a/dev-libs/olm/olm-3.2.4.ebuild b/dev-libs/olm/olm-3.2.4.ebuild
deleted file mode 100644
index 4247affec..000000000
--- a/dev-libs/olm/olm-3.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-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
-}
next reply other threads:[~2021-09-17 9:54 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-17 9:53 Ronny Gutbrod [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-06-22 22:43 Marco Scardovi
2021-06-22 15:27 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=1631872407.263590f33b4dbe863ebbec3587d4583ce5a93c54.tastytea@gentoo \
--to=gentoo@tastytea.de \
--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