Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/
Date: Fri, 03 Jun 2022 14:52:08
Message-Id: 1654267902.123208cb2c347bc1007d4adfe6b6af32f46ca0d1.tastytea@gentoo
1 commit: 123208cb2c347bc1007d4adfe6b6af32f46ca0d1
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Jun 3 14:50:28 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Jun 3 14:51:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123208cb
7
8 dev-libs/olm: drop 3.2.8, 3.2.9
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-libs/olm/Manifest | 2 --
13 dev-libs/olm/olm-3.2.8.ebuild | 35 -----------------------------------
14 dev-libs/olm/olm-3.2.9.ebuild | 35 -----------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
18 index f7958ee00..6b464a7a2 100644
19 --- a/dev-libs/olm/Manifest
20 +++ b/dev-libs/olm/Manifest
21 @@ -1,4 +1,2 @@
22 DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c SHA512 4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
23 DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2 SHA512 a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
24 -DIST olm-3.2.8.tar.bz2 489350 BLAKE2B bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d SHA512 2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
25 -DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205 SHA512 c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5
26
27 diff --git a/dev-libs/olm/olm-3.2.8.ebuild b/dev-libs/olm/olm-3.2.8.ebuild
28 deleted file mode 100644
29 index aa65115cc..000000000
30 --- a/dev-libs/olm/olm-3.2.8.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 2020-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit cmake
39 -
40 -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
41 -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
42 -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm64"
47 -
48 -IUSE="doc test"
49 -RESTRICT="!test? ( test )"
50 -
51 -src_configure() {
52 - local -a mycmakeargs=(
53 - -DOLM_TESTS="$(usex test)"
54 - )
55 -
56 - cmake_src_configure
57 -}
58 -
59 -src_test() {
60 - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
61 -}
62 -
63 -src_install() {
64 - use doc && DOCS=( README.md docs/{{,meg}olm,signing}.md )
65 -
66 - cmake_src_install
67 -}
68
69 diff --git a/dev-libs/olm/olm-3.2.9.ebuild b/dev-libs/olm/olm-3.2.9.ebuild
70 deleted file mode 100644
71 index 19d31a4cd..000000000
72 --- a/dev-libs/olm/olm-3.2.9.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 2020-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -inherit cmake
81 -
82 -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
83 -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
84 -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
85 -
86 -LICENSE="Apache-2.0"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~arm64"
89 -
90 -IUSE="doc test"
91 -RESTRICT="!test? ( test )"
92 -
93 -src_configure() {
94 - local -a mycmakeargs=(
95 - -DOLM_TESTS="$(usex test)"
96 - )
97 -
98 - cmake_src_configure
99 -}
100 -
101 -src_test() {
102 - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
103 -}
104 -
105 -src_install() {
106 - use doc && DOCS=( README.md docs/{{,meg}olm,signing}.md )
107 -
108 - cmake_src_install
109 -}