[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2023-06-08 Thread Anna Vyalkova
commit: 8956dfb2b04bee7e26534b1f03337359d5656855
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jun  8 12:35:53 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jun  8 12:36:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8956dfb2

dev-libs/olm: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-libs/olm/Manifest |  2 --
 dev-libs/olm/metadata.xml | 15 ---
 dev-libs/olm/olm-3.2.14-r2.ebuild | 33 -
 dev-libs/olm/olm-3.2.15.ebuild| 33 -
 4 files changed, 83 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
deleted file mode 100644
index 1e72c9449..0
--- a/dev-libs/olm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
-DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 
44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b
 SHA512 
81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
deleted file mode 100644
index 132426888..0
--- a/dev-libs/olm/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gen...@tastytea.de
-   tastytea
-   
-   
-   An implementation of the Double Ratchet cryptographic ratchet 
written in
-   C and C++11 and exposed as a C API.
-   
-   
-   https://github.com/matrix-org/olm/issues
-   
-

diff --git a/dev-libs/olm/olm-3.2.14-r2.ebuild 
b/dev-libs/olm/olm-3.2.14-r2.ebuild
deleted file mode 100644
index 1f35b7119..0
--- a/dev-libs/olm/olm-3.2.14-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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="+pie test"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
-   -DOLM_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   local -x BUILD_DIR="${BUILD_DIR}/tests"
-   cmake_src_test
-}

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
deleted file mode 100644
index 1f35b7119..0
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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="+pie test"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
-   -DOLM_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   local -x BUILD_DIR="${BUILD_DIR}/tests"
-   cmake_src_test
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2023-05-12 Thread Ronny Gutbrod
commit: ad1c725a5aa8216cb84951e49bc6d8ce4e372109
Author: tastytea  tastytea  de>
AuthorDate: Fri May 12 16:25:28 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri May 12 16:25:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad1c725a

dev-libs/olm: add 3.2.15

Signed-off-by: tastytea  tastytea.de>

 dev-libs/olm/Manifest  |  1 +
 dev-libs/olm/olm-3.2.15.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index bda808b94..a82ef1997 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3
 DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
+DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 
44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b
 SHA512 
81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
new file mode 100644
index 0..1f35b7119
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.15.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="+pie test"
+RESTRICT="!test? ( test )"
+
+DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
+   -DOLM_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   local -x BUILD_DIR="${BUILD_DIR}/tests"
+   cmake_src_test
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2023-05-12 Thread Ronny Gutbrod
commit: 96de8af3a542a481047a752c8d4456f664a826a4
Author: tastytea  tastytea  de>
AuthorDate: Fri May 12 16:26:03 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri May 12 16:26:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96de8af3

dev-libs/olm: drop 3.2.13

Signed-off-by: tastytea  tastytea.de>

 dev-libs/olm/Manifest  |  1 -
 dev-libs/olm/olm-3.2.13.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index a82ef1997..1e72c9449 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3
 DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
 DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 
44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b
 SHA512 
81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7

diff --git a/dev-libs/olm/olm-3.2.13.ebuild b/dev-libs/olm/olm-3.2.13.ebuild
deleted file mode 100644
index 19d31a4cd..0
--- a/dev-libs/olm/olm-3.2.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2023-02-23 Thread Ronny Gutbrod
commit: dee7d7f989ce20031836cd8b6deb34ed3fb7bc2a
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Feb 23 14:00:21 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Feb 23 14:02:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee7d7f9

dev-libs/olm: make -fPIE optional, reduce installed docs

Closes: https://bugs.gentoo.org/896022
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 dev-libs/olm/{olm-3.2.14-r1.ebuild => olm-3.2.14-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.14-r1.ebuild 
b/dev-libs/olm/olm-3.2.14-r2.ebuild
similarity index 80%
rename from dev-libs/olm/olm-3.2.14-r1.ebuild
rename to dev-libs/olm/olm-3.2.14-r2.ebuild
index 849a33124..1f35b7119 100644
--- a/dev-libs/olm/olm-3.2.14-r1.ebuild
+++ b/dev-libs/olm/olm-3.2.14-r2.ebuild
@@ -13,13 +13,14 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 
-IUSE="test"
+IUSE="+pie test"
 RESTRICT="!test? ( test )"
 
-DOCS=( README.md docs )
+DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
 
 src_configure() {
local mycmakeargs=(
+   -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
-DOLM_TESTS=$(usex test)
)
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2023-02-17 Thread Anna Vyalkova
commit: 0ae2f2132564fc6c61201f284e502c16d90597b5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Feb 17 14:51:19 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Feb 17 15:01:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ae2f213

dev-libs/olm: install readme unconditionally

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../olm/{olm-3.2.14.ebuild => olm-3.2.14-r1.ebuild}   | 19 ---
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.14.ebuild b/dev-libs/olm/olm-3.2.14-r1.ebuild
similarity index 64%
rename from dev-libs/olm/olm-3.2.14.ebuild
rename to dev-libs/olm/olm-3.2.14-r1.ebuild
index 19d31a4cd..849a33124 100644
--- a/dev-libs/olm/olm-3.2.14.ebuild
+++ b/dev-libs/olm/olm-3.2.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,23 +13,20 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 
-IUSE="doc test"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
+DOCS=( README.md docs )
+
 src_configure() {
-   local -a mycmakeargs=(
-   -DOLM_TESTS="$(usex test)"
+   local 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
+   local -x BUILD_DIR="${BUILD_DIR}/tests"
+   cmake_src_test
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-12-08 Thread Ronny Gutbrod
commit: 61247292020c4345c834c5b5a9740461a127b58b
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Dec  9 01:19:29 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Dec  9 01:19:29 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61247292

dev-libs/olm: add 3.2.14

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index e796bc3ac..38999f2dd 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
 DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3
+DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-12-08 Thread Ronny Gutbrod
commit: 943ded631b830b3f4e32b14878f8401af1fbb372
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Dec  9 01:20:33 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Dec  9 01:20:33 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=943ded63

dev-libs/olm: drop 3.2.12

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

 dev-libs/olm/Manifest  |  1 -
 dev-libs/olm/olm-3.2.12.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 38999f2dd..bda808b94 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
 DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3
 DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4

diff --git a/dev-libs/olm/olm-3.2.12.ebuild b/dev-libs/olm/olm-3.2.12.ebuild
deleted file mode 100644
index 19d31a4cd..0
--- a/dev-libs/olm/olm-3.2.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-10-08 Thread Ronny Gutbrod
commit: e4eabb5be19f181bc36c2d1fe28ea0eace7fc38a
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Oct  8 11:12:15 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Oct  8 11:22:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4eabb5b

dev-libs/olm: drop 3.2.11

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

 dev-libs/olm/Manifest  |  1 -
 dev-libs/olm/olm-3.2.11.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 4c0540ff4..e796bc3ac 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
 DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
 DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3

diff --git a/dev-libs/olm/olm-3.2.11.ebuild b/dev-libs/olm/olm-3.2.11.ebuild
deleted file mode 100644
index 19d31a4cd..0
--- a/dev-libs/olm/olm-3.2.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-10-08 Thread Ronny Gutbrod
commit: c16888072b192fb39f1b1d6436a9e06a6fa67adc
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Oct  8 11:10:06 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Oct  8 11:22:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1688807

dev-libs/olm: add 3.2.13

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 6b464a7a2..4c0540ff4 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
 DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
+DIST olm-3.2.13.tar.bz2 2742762 BLAKE2B 
8c18fbcfe53b414f33f567d337e7b30dd1f358b0d7aee55738ff5461b926967fa5c0c172311b017a8c05ecbce5cce22b4b4c69c8cad4c947d19eea7f9262661b
 SHA512 
e6d386644f800710afc5a641d6a3a619b193f08cbe31495c6978446e71e3f38ca6a0aab9fff18725c653723c07755467b8785062bf2cbfef8a4f68406f73e4f3

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-10-08 Thread Ronny Gutbrod
commit: d8ece2b0cbf590bc9fe6150344d18691d69591bf
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Oct  8 11:11:24 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Oct  8 11:22:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8ece2b0

dev-libs/olm: DTD URL http -> https

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

 dev-libs/olm/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 15a33f236..27acf7097 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

gen...@tastytea.de



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-06-03 Thread Ronny Gutbrod
commit: a6d022edfd00fc1acd65e1263813cd35cf6c2ab0
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Jun  2 13:26:08 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Jun  3 14:51:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6d022ed

dev-libs/olm: add 3.2.12

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 494e2bfff..f7958ee00 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,4 @@
 DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
+DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
 DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
 DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-06-03 Thread Ronny Gutbrod
commit: 123208cb2c347bc1007d4adfe6b6af32f46ca0d1
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Jun  3 14:50:28 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Jun  3 14:51:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123208cb

dev-libs/olm: drop 3.2.8, 3.2.9

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

 dev-libs/olm/Manifest |  2 --
 dev-libs/olm/olm-3.2.8.ebuild | 35 ---
 dev-libs/olm/olm-3.2.9.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index f7958ee00..6b464a7a2 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,4 +1,2 @@
 DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
 DIST olm-3.2.12.tar.bz2 2742680 BLAKE2B 
47c3bacaf05cc0bb6088da34e6a031f9c770893771ddcf9f13bc0e10a050139f14969dfc91f38684336872089b4cbf9d66e4bd85692989eba5fc3df966da3cd2
 SHA512 
a25db4c72910512beca9120db59ebeeefc5fff6a381e88ae7cf261bc5ab896edc2cfe25ece57b7b28b2e3d8bc66367c457133c147e1a3514f926714159b5cf6f
-DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
-DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5

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

diff --git a/dev-libs/olm/olm-3.2.9.ebuild b/dev-libs/olm/olm-3.2.9.ebuild
deleted file mode 100644
index 19d31a4cd..0
--- a/dev-libs/olm/olm-3.2.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-05-18 Thread Tony Olagbaiye
commit: 71c90da8c41ac8eab26e209d512005560b185d43
Author: Tony Olagbaiye  fron  io>
AuthorDate: Wed May 18 18:18:37 2022 +
Commit: Tony Olagbaiye  fron  io>
CommitDate: Wed May 18 18:18:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71c90da8

dev-libs/olm: revert changes

This reverts commit f9175cf1e51c9fc5600703fd58fb5c1dcebd6cfd.

Signed-off-by: Tony Olagbaiye  fron.io>

 dev-libs/olm/Manifest |  4 +++-
 dev-libs/olm/metadata.xml | 20 
 dev-libs/olm/olm-3.2.4.ebuild | 24 
 dev-libs/olm/olm-.ebuild  | 24 
 4 files changed, 15 insertions(+), 57 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index e5ecd0ae1..494e2bfff 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1 +1,3 @@
-DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
+DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
+DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
+DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 632c7f8cd..15a33f236 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -1,11 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-m...@gentoo.org
-Also, you can find me on IRC (FreeNode) as mva, or in 
Telegram as @mva_name
-Vadim A. Misbakh-Soloviov
-  
-  Long description of the package
-  
-
\ No newline at end of file
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   An implementation of the Double Ratchet cryptographic ratchet 
written in
+   C and C++11 and exposed as a C API.
+   
+   
+   https://github.com/matrix-org/olm/issues
+   
+

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 be64dfcbc..0
--- a/dev-libs/olm/olm-3.2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in 
C++"
-HOMEPAGE="https://git.matrix.org/git/olm/about/;
-
-inherit cmake-multilib
-
-if [[ ${PV} != "" ]]; then
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/dev-libs/olm/olm-.ebuild b/dev-libs/olm/olm-.ebuild
deleted file mode 100644
index 4ebd7c9e5..0
--- a/dev-libs/olm/olm-.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in 
C++"
-HOMEPAGE="https://git.matrix.org/git/olm/about/;
-
-inherit cmake-multilib
-
-if [[ ${PV} != "" ]]; then
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-05-18 Thread Tony Olagbaiye
commit: f9175cf1e51c9fc5600703fd58fb5c1dcebd6cfd
Author: Tony Olagbaiye  fron  io>
AuthorDate: Wed May 18 16:53:57 2022 +
Commit: Tony Olagbaiye  fron  io>
CommitDate: Wed May 18 17:01:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9175cf1

dev-libs/olm: new package, add 3.2.4, 

Signed-off-by: Tony Olagbaiye  fron.io>

 dev-libs/olm/Manifest |  4 +---
 dev-libs/olm/metadata.xml | 20 
 dev-libs/olm/olm-3.2.4.ebuild | 24 
 dev-libs/olm/olm-.ebuild  | 24 
 4 files changed, 57 insertions(+), 15 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 494e2bfff..e5ecd0ae1 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1 @@
-DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
-DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
-DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5
+DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 15a33f236..632c7f8cd 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -1,15 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gen...@tastytea.de
-   Ronny (tastytea) Gutbrod
-   
-   
-   An implementation of the Double Ratchet cryptographic ratchet 
written in
-   C and C++11 and exposed as a C API.
-   
-   
-   https://github.com/matrix-org/olm/issues
-   
-
+  
+m...@gentoo.org
+Also, you can find me on IRC (FreeNode) as mva, or in 
Telegram as @mva_name
+Vadim A. Misbakh-Soloviov
+  
+  Long description of the package
+  
+
\ No newline at end of file

diff --git a/dev-libs/olm/olm-3.2.4.ebuild b/dev-libs/olm/olm-3.2.4.ebuild
new file mode 100644
index 0..be64dfcbc
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in 
C++"
+HOMEPAGE="https://git.matrix.org/git/olm/about/;
+
+inherit cmake-multilib
+
+if [[ ${PV} != "" ]]; then
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"

diff --git a/dev-libs/olm/olm-.ebuild b/dev-libs/olm/olm-.ebuild
new file mode 100644
index 0..4ebd7c9e5
--- /dev/null
+++ b/dev-libs/olm/olm-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in 
C++"
+HOMEPAGE="https://git.matrix.org/git/olm/about/;
+
+inherit cmake-multilib
+
+if [[ ${PV} != "" ]]; then
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-04-08 Thread Ronny Gutbrod
commit: 065fb0a97543c2605e9144c2055f78c887b590e3
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Apr  9 02:41:15 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Apr  9 02:42:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=065fb0a9

dev-libs/olm: add 3.2.11

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 0b856038c..494e2bfff 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
+DIST olm-3.2.11.tar.bz2 2735303 BLAKE2B 
577465d5a5246cda85848e0caa2912bd225af520c23a247cacec06669bae2ab0b7c3bf209a203e8bf2f7e0e573f7f30f8699704a2b6cf2e7996209eade69bb8c
 SHA512 
4ab2263395efd33ecb336577d72845c8eaf6f6478448d78f104424ea7f48f6273e13df4038f96a05e946dbe5f6beb952bbbc86b81eaca035195dbdaaf9a2dd26
 DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
 DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2022-01-07 Thread Ronny Gutbrod
commit: 35886c614624877a640da5f4cad3ed7ec0f5c474
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Jan  8 02:56:35 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Jan  8 02:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35886c61

dev-libs/olm: Version bump 3.2.9

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index b1e6692eb..0b856038c 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1 +1,2 @@
 DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
+DIST olm-3.2.9.tar.bz2 2734794 BLAKE2B 
6c5cc89804071f961ebd571dd5d3fac43aa9517fda4e029a0855fc89f4ec46e49b784aa2cfbf8cec8e34b8ef06c5e61f2111ec30fc872f44c90795359892f205
 SHA512 
c196430054920d78587fc79eed25312d11498594257b9a12057bfb2feaf2abfb7df35854952b4a36bc22a8c62b99b58e55f9434001a00791ca62ca47556957a5

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-12-13 Thread Ronny Gutbrod
commit: 65a77e6500efb7e780aad1cf74c658442a579a51
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Dec 13 16:17:39 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Dec 13 16:17:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65a77e65

dev-libs/olm: Version bump 3.2.8

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 4c5712c8f..9040e580e 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 
414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0
 SHA512 
e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
 DIST olm-3.2.7.tar.bz2 488852 BLAKE2B 
8438d81647425cc2c258eeafaa1a0586d3b38bab32d7849f3e576a8543c910e7eaf19f8c151ad1659e4424a4f09d4641416ecf6dba2cd7523527a5176b29c644
 SHA512 
c36fefed4f8ba1058729387e4ed3b5b9e3be811940ff8284398255f06915b406f08fb30603f6fe6b28e344cbcaed6cfdbe430b3693701d4050047fb32fd88449
+DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-12-13 Thread Ronny Gutbrod
commit: aeec5ce2c55fdbf29657a5ebebb554b6c92e109e
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Dec 13 16:20:51 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Dec 13 16:22:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aeec5ce2

dev-libs/olm: Remove old ebuilds

Buffer overflow in olm_session_describe in https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk/>.

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

 dev-libs/olm/Manifest |  2 --
 dev-libs/olm/olm-3.2.6.ebuild | 35 ---
 dev-libs/olm/olm-3.2.7.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 9040e580e..b1e6692eb 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1 @@
-DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 
414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0
 SHA512 
e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
-DIST olm-3.2.7.tar.bz2 488852 BLAKE2B 
8438d81647425cc2c258eeafaa1a0586d3b38bab32d7849f3e576a8543c910e7eaf19f8c151ad1659e4424a4f09d4641416ecf6dba2cd7523527a5176b29c644
 SHA512 
c36fefed4f8ba1058729387e4ed3b5b9e3be811940ff8284398255f06915b406f08fb30603f6fe6b28e344cbcaed6cfdbe430b3693701d4050047fb32fd88449
 DIST olm-3.2.8.tar.bz2 489350 BLAKE2B 
bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d
 SHA512 
2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303

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

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-12-07 Thread Ronny Gutbrod
commit: ce337668edeae6067b422eed1e83a89bb27bad03
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Dec  7 08:40:45 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  7 08:40:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce337668

dev-libs/olm: Remove old ebuild.

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

 dev-libs/olm/Manifest|  1 -
 dev-libs/olm/olm-3.2.4-r1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 0cb6bd328..4c5712c8f 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
 DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 
414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0
 SHA512 
e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
 DIST olm-3.2.7.tar.bz2 488852 BLAKE2B 
8438d81647425cc2c258eeafaa1a0586d3b38bab32d7849f3e576a8543c910e7eaf19f8c151ad1659e4424a4f09d4641416ecf6dba2cd7523527a5176b29c644
 SHA512 
c36fefed4f8ba1058729387e4ed3b5b9e3be811940ff8284398255f06915b406f08fb30603f6fe6b28e344cbcaed6cfdbe430b3693701d4050047fb32fd88449

diff --git a/dev-libs/olm/olm-3.2.4-r1.ebuild b/dev-libs/olm/olm-3.2.4-r1.ebuild
deleted file mode 100644
index 006ec1b63..0
--- a/dev-libs/olm/olm-3.2.4-r1.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 ~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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-12-07 Thread Ronny Gutbrod
commit: a04f6d4f8ab8d5e737dbef8e4f72c9f511ede2b7
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Dec  7 08:37:55 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  7 08:37:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a04f6d4f

dev-libs/olm: Version bump 3.2.7.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index b3cd40b41..0cb6bd328 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
 DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 
414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0
 SHA512 
e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a
+DIST olm-3.2.7.tar.bz2 488852 BLAKE2B 
8438d81647425cc2c258eeafaa1a0586d3b38bab32d7849f3e576a8543c910e7eaf19f8c151ad1659e4424a4f09d4641416ecf6dba2cd7523527a5176b29c644
 SHA512 
c36fefed4f8ba1058729387e4ed3b5b9e3be811940ff8284398255f06915b406f08fb30603f6fe6b28e344cbcaed6cfdbe430b3693701d4050047fb32fd88449

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-09-17 Thread Ronny Gutbrod
commit: bda76a0ffafb2fba185ccb6da272964c6d4271e0
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep 16 10:00:40 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 17 09:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bda76a0f

dev-libs/olm: Fix bugs-to address.

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

 dev-libs/olm/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 001398bcd..15a33f236 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -10,6 +10,6 @@
C and C++11 and exposed as a C API.


-   
https://gitlab.matrix.org/matrix-org/olm/-/issues
+   https://github.com/matrix-org/olm/issues

 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-09-17 Thread Ronny Gutbrod
commit: 263590f33b4dbe863ebbec3587d4583ce5a93c54
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Sep 17 09:50:42 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 17 09:53:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263590f3

dev-libs/olm: Remove old ebuilds.

Signed-off-by: Ronny (tastytea) Gutbrod  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 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 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..0
--- 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..0
--- 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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-09-17 Thread Ronny Gutbrod
commit: aadff049ecc879d2738c9332fb47bb77a2d9b863
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Sep 17 09:39:18 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep 17 09:53:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aadff049

dev-libs/olm: Version bump 3.2.6.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 5bf808fec..295bde68e 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.3.tar.bz2 478365 BLAKE2B 
d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069
 SHA512 
b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59
 DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b
+DIST olm-3.2.6.tar.bz2 485416 BLAKE2B 
414e636a1bd32ff7698f3db7748a77aaa2449d260c79f3dcb64db6c509e4f972e4098e439838eb876bc7b738d25a5c704fed94edc9ca41f2c036c3d1438934f0
 SHA512 
e22af4e7791962978ea4c39b9bebf807a864ca52b329f032e5e398864cd142c1f166aadbce74cb85f776cb0b8352754151f64c60dac2ce1858def73d684fd44a

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/, x11-misc/squeekboard/, sys-power/gtherm/, gnome-extra/portfolio/, ...

2021-07-17 Thread Marco Scardovi
commit: 8fc9fc16fed8abfd0aff7940dd753d0170d4dc79
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sun Jul 18 05:32:33 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Sun Jul 18 05:33:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fc9fc16

drop myself as maintainer part 2

Signed-off-by: Marco Scardovi  scardovi.com>

 dev-libs/feedbackd/metadata.xml | 5 +
 dev-libs/olm/metadata.xml   | 4 
 dev-python/fchroot/metadata.xml | 5 +
 gnome-extra/iio-sensor-proxy/metadata.xml   | 5 +
 gnome-extra/portfolio/metadata.xml  | 5 +
 media-sound/callaudiod/metadata.xml | 5 +
 sys-power/gtherm/metadata.xml   | 5 +
 x11-misc/squeekboard/metadata.xml   | 5 +
 x11-themes/sound-theme-librem5/metadata.xml | 5 +
 9 files changed, 8 insertions(+), 36 deletions(-)

diff --git a/dev-libs/feedbackd/metadata.xml b/dev-libs/feedbackd/metadata.xml
index 144c8091c..b372191c7 100644
--- a/dev-libs/feedbackd/metadata.xml
+++ b/dev-libs/feedbackd/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 4db77a8b9..001398bcd 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -5,10 +5,6 @@
gen...@tastytea.de
Ronny (tastytea) Gutbrod

-   
-   ma...@scardovi.com
-   Marco Scardovi
-   

An implementation of the Double Ratchet cryptographic ratchet 
written in
C and C++11 and exposed as a C API.

diff --git a/dev-python/fchroot/metadata.xml b/dev-python/fchroot/metadata.xml
index 6756bd5d7..5dd777152 100644
--- a/dev-python/fchroot/metadata.xml
+++ b/dev-python/fchroot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   

fchroot


diff --git a/gnome-extra/iio-sensor-proxy/metadata.xml 
b/gnome-extra/iio-sensor-proxy/metadata.xml
index 144c8091c..b372191c7 100644
--- a/gnome-extra/iio-sensor-proxy/metadata.xml
+++ b/gnome-extra/iio-sensor-proxy/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/gnome-extra/portfolio/metadata.xml 
b/gnome-extra/portfolio/metadata.xml
index 144c8091c..b372191c7 100644
--- a/gnome-extra/portfolio/metadata.xml
+++ b/gnome-extra/portfolio/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/media-sound/callaudiod/metadata.xml 
b/media-sound/callaudiod/metadata.xml
index 144c8091c..b372191c7 100644
--- a/media-sound/callaudiod/metadata.xml
+++ b/media-sound/callaudiod/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/sys-power/gtherm/metadata.xml b/sys-power/gtherm/metadata.xml
index 144c8091c..b372191c7 100644
--- a/sys-power/gtherm/metadata.xml
+++ b/sys-power/gtherm/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/x11-misc/squeekboard/metadata.xml 
b/x11-misc/squeekboard/metadata.xml
index 144c8091c..b372191c7 100644
--- a/x11-misc/squeekboard/metadata.xml
+++ b/x11-misc/squeekboard/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 

diff --git a/x11-themes/sound-theme-librem5/metadata.xml 
b/x11-themes/sound-theme-librem5/metadata.xml
index 144c8091c..b372191c7 100644
--- a/x11-themes/sound-theme-librem5/metadata.xml
+++ b/x11-themes/sound-theme-librem5/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ma...@scardovi.com
-   Marco Scardovi
-   
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-06-22 Thread Marco Scardovi
commit: 7f2b4d1b90b4dc22eac4f7125ed9db3910339210
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:36:39 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:43:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f2b4d1b

dev-libs/olm: add myself as co-maintainer

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

 dev-libs/olm/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 001398bcd..4db77a8b9 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -5,6 +5,10 @@
gen...@tastytea.de
Ronny (tastytea) Gutbrod

+   
+   ma...@scardovi.com
+   Marco Scardovi
+   

An implementation of the Double Ratchet cryptographic ratchet 
written in
C and C++11 and exposed as a C API.



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-06-22 Thread Marco Scardovi
commit: 775a7bbf130d0d425411f1196c8bb5c91ad7721a
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 15:27:08 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 15:27:08 2021 +
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  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 0..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-06-01 Thread Ronny Gutbrod
commit: 847b6c1ac7d779831374a27eaf7e55acd8f159c4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Jun  1 21:14:24 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Jun  1 21:14:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=847b6c1a

dev-libs/olm: Version bump 3.2.4.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 9ce503261..1538ee704 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
 DIST olm-3.2.3.tar.bz2 478365 BLAKE2B 
d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069
 SHA512 
b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59
+DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b

diff --git a/dev-libs/olm/olm-3.2.4.ebuild b/dev-libs/olm/olm-3.2.4.ebuild
new file mode 100644
index 0..4247affec
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.4.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"
+
+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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-06-01 Thread Ronny Gutbrod
commit: 80c79d26bd3a0e70035fa4a117a06ec2d5664bbb
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Jun  1 21:16:00 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Jun  1 21:16:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80c79d26

dev-libs/olm: Remove old ebuild.

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

 dev-libs/olm/Manifest |  1 -
 dev-libs/olm/olm-3.2.2.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 1538ee704..5bf808fec 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
 DIST olm-3.2.3.tar.bz2 478365 BLAKE2B 
d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069
 SHA512 
b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59
 DIST olm-3.2.4.tar.bz2 479336 BLAKE2B 
9de6b869c94a7f47b269b55526408ce6930ac535449560803f13efe72a6fab498c85c6ffe073a1f76391cbe4a83cfc6c65382d593bc487dafe64894ca0ed
 SHA512 
94f661a2c9fe22f7dfefc89e488be37da2fe19dedd3ba296e09c55e63886ed82b71a30d84ecbdfa5dee820b1b6a918daefab248536c137459b8f244dc514920b

diff --git a/dev-libs/olm/olm-3.2.2.ebuild b/dev-libs/olm/olm-3.2.2.ebuild
deleted file mode 100644
index b9d2717a8..0
--- a/dev-libs/olm/olm-3.2.2.ebuild
+++ /dev/null
@@ -1,38 +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 )"
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-05-25 Thread Ronny Gutbrod
commit: 22ff533f86c9a1f05785c5e12e1c60dfd59394ae
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue May 25 07:03:50 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue May 25 07:03:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22ff533f

dev-libs/olm: Version bump 3.2.3.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 3e9ae6117..ffdb9a806 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.1.tar.bz2 462729 BLAKE2B 
63d4c33eb79f4d0b4950ad8970d3e4a84d015193df72e4e88ad34d5d82e4c9d3c8677392ba2e12f8a80a67cff5c203b3116a0edf13798a7af3cc4fd8b6312e93
 SHA512 
adb9cff6148d19df4b83a287723219d4da9efd162f7a2824bee63d824d22c20a10fd2c2d8ce74aff5ec006c6dc8828bd6851cc82be93bc6c4524cf7067080412
 DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
+DIST olm-3.2.3.tar.bz2 478365 BLAKE2B 
d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069
 SHA512 
b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59

diff --git a/dev-libs/olm/olm-3.2.3.ebuild b/dev-libs/olm/olm-3.2.3.ebuild
new file mode 100644
index 0..4247affec
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.3.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"
+
+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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-05-25 Thread Ronny Gutbrod
commit: be7737a1a318caa65bb386ddc831928d62cfb83f
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue May 25 07:04:31 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue May 25 07:04:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be7737a1

dev-libs/olm: Remove old ebuild.

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

 dev-libs/olm/Manifest |  1 -
 dev-libs/olm/olm-3.2.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index ffdb9a806..9ce503261 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.1.tar.bz2 462729 BLAKE2B 
63d4c33eb79f4d0b4950ad8970d3e4a84d015193df72e4e88ad34d5d82e4c9d3c8677392ba2e12f8a80a67cff5c203b3116a0edf13798a7af3cc4fd8b6312e93
 SHA512 
adb9cff6148d19df4b83a287723219d4da9efd162f7a2824bee63d824d22c20a10fd2c2d8ce74aff5ec006c6dc8828bd6851cc82be93bc6c4524cf7067080412
 DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
 DIST olm-3.2.3.tar.bz2 478365 BLAKE2B 
d8b5069e07958a4fe12a0aeea2ba25a7b7c319c96c980abd78f78881489e68d400594a0076ecf345561364c657eb9faf54819043ca9b51af01633d8e21edf069
 SHA512 
b01b5bb41d828e15520a1054cd9a479ff5d464552bc379269b9bf12fd54929d2e4cd31a46c0ea07a26ead7410e50caf80d3711912131147794d88d96947ffe59

diff --git a/dev-libs/olm/olm-3.2.1.ebuild b/dev-libs/olm/olm-3.2.1.ebuild
deleted file mode 100644
index b9d2717a8..0
--- a/dev-libs/olm/olm-3.2.1.ebuild
+++ /dev/null
@@ -1,38 +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 )"
-
-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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-03-28 Thread Andrew Ammerlaan
commit: a13b0e961ad0e83e53dabfdc88df9cb01ace2524
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 09:36:01 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 09:36:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a13b0e96

dev-libs/olm: add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-libs/olm/olm-3.2.1.ebuild | 6 --
 dev-libs/olm/olm-3.2.2.ebuild | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.1.ebuild b/dev-libs/olm/olm-3.2.1.ebuild
index 503023949..b9d2717a8 100644
--- a/dev-libs/olm/olm-3.2.1.ebuild
+++ b/dev-libs/olm/olm-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,9 +11,11 @@ 
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"
 
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
 RDEPEND=""
 DEPEND="${RDEPEND}"
 

diff --git a/dev-libs/olm/olm-3.2.2.ebuild b/dev-libs/olm/olm-3.2.2.ebuild
index 503023949..b9d2717a8 100644
--- a/dev-libs/olm/olm-3.2.2.ebuild
+++ b/dev-libs/olm/olm-3.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,9 +11,11 @@ 
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"
 
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
 RDEPEND=""
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-02-22 Thread Ronny Gutbrod
commit: fe9c7e6063c9433adf0bb53b427a7e0c9bd87821
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Feb 22 23:27:20 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Feb 22 23:27:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe9c7e60

dev-libs/olm: Remove old ebuild.

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

 dev-libs/olm/Manifest |  1 -
 dev-libs/olm/olm-3.1.5.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 842b0539..3e9ae611 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 
20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e
 SHA512 
a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02
 DIST olm-3.2.1.tar.bz2 462729 BLAKE2B 
63d4c33eb79f4d0b4950ad8970d3e4a84d015193df72e4e88ad34d5d82e4c9d3c8677392ba2e12f8a80a67cff5c203b3116a0edf13798a7af3cc4fd8b6312e93
 SHA512 
adb9cff6148d19df4b83a287723219d4da9efd162f7a2824bee63d824d22c20a10fd2c2d8ce74aff5ec006c6dc8828bd6851cc82be93bc6c4524cf7067080412
 DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668

diff --git a/dev-libs/olm/olm-3.1.5.ebuild b/dev-libs/olm/olm-3.1.5.ebuild
deleted file mode 100644
index 50302394..
--- a/dev-libs/olm/olm-3.1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2021-02-22 Thread Ronny Gutbrod
commit: 03069535a340970414c163bef56b77b9f776d425
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Feb 22 23:26:23 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Feb 22 23:26:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03069535

dev-libs/olm: Version bump 3.2.2.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 6f8238b4..842b0539 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 
20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e
 SHA512 
a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02
 DIST olm-3.2.1.tar.bz2 462729 BLAKE2B 
63d4c33eb79f4d0b4950ad8970d3e4a84d015193df72e4e88ad34d5d82e4c9d3c8677392ba2e12f8a80a67cff5c203b3116a0edf13798a7af3cc4fd8b6312e93
 SHA512 
adb9cff6148d19df4b83a287723219d4da9efd162f7a2824bee63d824d22c20a10fd2c2d8ce74aff5ec006c6dc8828bd6851cc82be93bc6c4524cf7067080412
+DIST olm-3.2.2.tar.bz2 475682 BLAKE2B 
f6588281ef236c36c4a678eb02250e6b0d496719dc8736b1bdcbc346a16c3b579d988d6cbe99749473e53bbc03830e90c666ced112cd5a85b63f7ebe0704b6cb
 SHA512 
a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668

diff --git a/dev-libs/olm/olm-3.2.2.ebuild b/dev-libs/olm/olm-3.2.2.ebuild
new file mode 100644
index ..50302394
--- /dev/null
+++ b/dev-libs/olm/olm-3.2.2.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2020-10-06 Thread Ronny Gutbrod
commit: 4476f068d8dfd31719e6de3c1e0272065c88e1db
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Oct  6 22:38:46 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Oct  6 22:38:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4476f068

dev-libs/olm: Replace 3.2.0 with 3.2.1.

Fix for TypeScript definition file.

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

 dev-libs/olm/Manifest   | 2 +-
 dev-libs/olm/{olm-3.2.0.ebuild => olm-3.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 13139107..6f8238b4 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,2 +1,2 @@
 DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 
20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e
 SHA512 
a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02
-DIST olm-3.2.0.tar.bz2 462656 BLAKE2B 
38e9ff3316cca91a451a2e843b625615b2285da3120df34423a463ea00d83480fe9d765cf613eb7342b0436713f4a4c8a4d640fac8e1c259e35c09134a731c2d
 SHA512 
b11aad740bd5cdb034fbaffd653efabbfdb231f461d8abaac6a4b69c1b3cda8062ce54b74ba3d9a5f0d671a6291a57cfcd17332ff129949a00b1404ee28d8f21
+DIST olm-3.2.1.tar.bz2 462729 BLAKE2B 
63d4c33eb79f4d0b4950ad8970d3e4a84d015193df72e4e88ad34d5d82e4c9d3c8677392ba2e12f8a80a67cff5c203b3116a0edf13798a7af3cc4fd8b6312e93
 SHA512 
adb9cff6148d19df4b83a287723219d4da9efd162f7a2824bee63d824d22c20a10fd2c2d8ce74aff5ec006c6dc8828bd6851cc82be93bc6c4524cf7067080412

diff --git a/dev-libs/olm/olm-3.2.0.ebuild b/dev-libs/olm/olm-3.2.1.ebuild
similarity index 100%
rename from dev-libs/olm/olm-3.2.0.ebuild
rename to dev-libs/olm/olm-3.2.1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2020-10-06 Thread Ronny Gutbrod
commit: a5406fb00d9a5940c1e729bb9d6d9b362ae7d629
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Oct  6 19:53:28 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Oct  6 19:53:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5406fb0

dev-libs/olm: Delete old ebuild.

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

 dev-libs/olm/Manifest |  1 -
 dev-libs/olm/olm-3.1.4.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 45eddf41..13139107 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1,3 +1,2 @@
-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.1.4.ebuild b/dev-libs/olm/olm-3.1.4.ebuild
deleted file mode 100644
index 50302394..
--- a/dev-libs/olm/olm-3.1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2020-10-06 Thread Ronny Gutbrod
commit: 709964411871a51f2693ad78bfdb0bd0b28c3e75
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Oct  6 19:51:16 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Oct  6 19:51:16 2020 +
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  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 ..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2020-06-11 Thread Ronny Gutbrod
commit: f0aae818cd95d7d3d688a437b93f0bc6e69f3a2e
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Jun 11 17:14:13 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Jun 11 17:14:13 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0aae818

dev-libs/olm: Version bump 3.1.5.

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

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

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
index 31dcef7..bff4e73 100644
--- a/dev-libs/olm/Manifest
+++ b/dev-libs/olm/Manifest
@@ -1 +1,2 @@
 DIST olm-3.1.4.tar.bz2 461540 BLAKE2B 
fa69b1543330c5da37c04227b51197ba57968ef24def40df621b85c0988eac91f8a155f600ab26849f2cd213059c97c7035be6dcca0943245cd4e4895da314b3
 SHA512 
87265d835ca7332d162bd3573dffdd09c8337c464dd673f100db9193e8ea4cedd8cb2a92cf2c34ad1b552a55bbbce8f87a47559ccfba03fa69b32fc7ff07f5f0
+DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 
20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e
 SHA512 
a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02

diff --git a/dev-libs/olm/olm-3.1.5.ebuild b/dev-libs/olm/olm-3.1.5.ebuild
new file mode 100644
index 000..5030239
--- /dev/null
+++ b/dev-libs/olm/olm-3.1.5.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
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/

2020-05-24 Thread Ronny Gutbrod
commit: eb5ea965687919c3d8eb96f2959a04ef0e8d04c7
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sun May 24 23:30:35 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon May 25 01:01:45 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb5ea965

dev-libs/olm: New package

Dependency for dev-libs/mtxclient.

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

 dev-libs/olm/Manifest |  1 +
 dev-libs/olm/metadata.xml | 15 +++
 dev-libs/olm/olm-3.1.4.ebuild | 36 
 3 files changed, 52 insertions(+)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
new file mode 100644
index 000..31dcef7
--- /dev/null
+++ b/dev-libs/olm/Manifest
@@ -0,0 +1 @@
+DIST olm-3.1.4.tar.bz2 461540 BLAKE2B 
fa69b1543330c5da37c04227b51197ba57968ef24def40df621b85c0988eac91f8a155f600ab26849f2cd213059c97c7035be6dcca0943245cd4e4895da314b3
 SHA512 
87265d835ca7332d162bd3573dffdd09c8337c464dd673f100db9193e8ea4cedd8cb2a92cf2c34ad1b552a55bbbce8f87a47559ccfba03fa69b32fc7ff07f5f0

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
new file mode 100644
index 000..001398b
--- /dev/null
+++ b/dev-libs/olm/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   An implementation of the Double Ratchet cryptographic ratchet 
written in
+   C and C++11 and exposed as a C API.
+   
+   
+   
https://gitlab.matrix.org/matrix-org/olm/-/issues
+   
+

diff --git a/dev-libs/olm/olm-3.1.4.ebuild b/dev-libs/olm/olm-3.1.4.ebuild
new file mode 100644
index 000..5030239
--- /dev/null
+++ b/dev-libs/olm/olm-3.1.4.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
+}