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, 17 Sep 2021 09:54:01
Message-Id: 1631872407.263590f33b4dbe863ebbec3587d4583ce5a93c54.tastytea@gentoo
1 commit: 263590f33b4dbe863ebbec3587d4583ce5a93c54
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Sep 17 09:50:42 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Sep 17 09:53:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263590f3
7
8 dev-libs/olm: Remove old ebuilds.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-libs/olm/Manifest | 1 -
13 dev-libs/olm/olm-3.2.3.ebuild | 35 -----------------------------------
14 dev-libs/olm/olm-3.2.4.ebuild | 35 -----------------------------------
15 3 files changed, 71 deletions(-)
16
17 diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
18 index 295bde68e..b3cd40b41 100644
19 --- a/dev-libs/olm/Manifest
20 +++ b/dev-libs/olm/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST olm-3.2.3.tar.bz2 478365 BLAKE2B d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069 SHA512 b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59
23 DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 9de6b869c94a7f47b269b55526408ce6930ac5354495608038888f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed SHA512 94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
24 DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0 SHA512 e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
25
26 diff --git a/dev-libs/olm/olm-3.2.3.ebuild b/dev-libs/olm/olm-3.2.3.ebuild
27 deleted file mode 100644
28 index 4247affec..000000000
29 --- a/dev-libs/olm/olm-3.2.3.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
40 -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
41 -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -IUSE="doc test"
48 -RESTRICT="!test? ( test )"
49 -
50 -src_configure() {
51 - local -a mycmakeargs=(
52 - -DOLM_TESTS="$(usex test)"
53 - )
54 -
55 - cmake_src_configure
56 -}
57 -
58 -src_test() {
59 - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
60 -}
61 -
62 -src_install() {
63 - use doc && DOCS=( README.md docs/{{,meg}olm,signing}.md )
64 -
65 - cmake_src_install
66 -}
67
68 diff --git a/dev-libs/olm/olm-3.2.4.ebuild b/dev-libs/olm/olm-3.2.4.ebuild
69 deleted file mode 100644
70 index 4247affec..000000000
71 --- a/dev-libs/olm/olm-3.2.4.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 2020-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -inherit cmake
80 -
81 -DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
82 -HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
83 -SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="~amd64"
88 -
89 -IUSE="doc test"
90 -RESTRICT="!test? ( test )"
91 -
92 -src_configure() {
93 - local -a mycmakeargs=(
94 - -DOLM_TESTS="$(usex test)"
95 - )
96 -
97 - cmake_src_configure
98 -}
99 -
100 -src_test() {
101 - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
102 -}
103 -
104 -src_install() {
105 - use doc && DOCS=( README.md docs/{{,meg}olm,signing}.md )
106 -
107 - cmake_src_install
108 -}