public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2024-03-03 22:12 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-03 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d275800246740d03ba99ffae641454d31f7aef89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 22:12:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 22:12:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2758002

dev-libs/olm: Stabilize 3.2.16 amd64, #926043

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.16.ebuild b/dev-libs/olm/olm-3.2.16.ebuild
index 45c0b02fa849..b037e5f4ebff 100644
--- a/dev-libs/olm/olm-3.2.16.ebuild
+++ b/dev-libs/olm/olm-3.2.16.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2025-10-04 12:13 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2025-10-04 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     65ca23cd349af3f803f83b240e8bfc5df749ff03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  4 10:49:36 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 12:13:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ca23cd

dev-libs/olm: drop 3.2.16

Bug: https://bugs.gentoo.org/951441
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/olm/olm-3.2.16.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.16.ebuild b/dev-libs/olm/olm-3.2.16.ebuild
deleted file mode 100644
index b037e5f4ebff..000000000000
--- a/dev-libs/olm/olm-3.2.16.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the Double Ratchet cryptographic ratchet in C++"
-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 ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # TODO: upstream
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTING=$(usex test)
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2025-06-23 17:49 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-06-23 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f22528e34f090863dbea6e3a2277f4c6292233
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 17:49:13 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 17:49:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f22528

dev-libs/olm: Stabilize 3.2.16-r1 amd64, #951438

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/olm/olm-3.2.16-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.16-r1.ebuild b/dev-libs/olm/olm-3.2.16-r1.ebuild
index 7a54cba592ae..68795822cd95 100644
--- a/dev-libs/olm/olm-3.2.16-r1.ebuild
+++ b/dev-libs/olm/olm-3.2.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2025-06-23 17:49 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-06-23 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cc95f1da5b25d781222f28ff18c9469a2cf8bfa6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 17:49:14 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 17:49:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc95f1da

dev-libs/olm: Stabilize 3.2.16-r1 x86, #951438

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/olm/olm-3.2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/olm/olm-3.2.16-r1.ebuild b/dev-libs/olm/olm-3.2.16-r1.ebuild
index 68795822cd95..d303d2565550 100644
--- a/dev-libs/olm/olm-3.2.16-r1.ebuild
+++ b/dev-libs/olm/olm-3.2.16-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2024-10-19  7:30 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2024-10-19  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ae1ec64f6946045c3b5644fe36c57339322c21fa
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Mon Oct  7 11:21:11 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 07:27:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1ec64f

dev-libs/olm: update remote-id

The new remote-id is to a wiped GitHub, but it exists unlike the GitLab
one. (Matrix self-hosts its own GitLab.)

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 e47db7bbc780..c2404edb3336 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -11,7 +11,7 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://gitlab.matrix.org/matrix-org/olm</bugs-to>
-		<remote-id type="gitlab">matrix-org/olm</remote-id>
+		<remote-id type="github">matrix-org/olm</remote-id>
 	</upstream>
 	<longdescription lang="en">
 		Official, audited implementation of the olm and megolm cryptographic


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2024-03-03 22:12 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-03 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0424cadc26842246a19311fd6b4519a3647ffd64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 22:12:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 22:12:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0424cadc

dev-libs/olm: Stabilize 3.2.16 x86, #926043

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.16.ebuild b/dev-libs/olm/olm-3.2.16.ebuild
index e71d25eb1fbc..45c0b02fa849 100644
--- a/dev-libs/olm/olm-3.2.16.ebuild
+++ b/dev-libs/olm/olm-3.2.16.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2024-03-03 22:12 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-03 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c13cce3225e065dbc1687ef7bd79445f787b1d8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 22:12:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 22:12:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13cce32

dev-libs/olm: Stabilize 3.2.16 arm64, #926043

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.16.ebuild b/dev-libs/olm/olm-3.2.16.ebuild
index 8478830343a0..e71d25eb1fbc 100644
--- a/dev-libs/olm/olm-3.2.16.ebuild
+++ b/dev-libs/olm/olm-3.2.16.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2023-06-08 18:32 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-06-08 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6e77fa1ac61abf580bd0a5e3aac572d50c295446
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 18:32:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 18:32:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e77fa1a

dev-libs/olm: Keyword 3.2.15 ppc64, #908069

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
index e14e9f557e6c..760b1ef928c2 100644
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ b/dev-libs/olm/olm-3.2.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2023-06-08 16:36 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-06-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     10d7700257beb2413fa86666fd1c7fe0a81121ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 16:36:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 16:36:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d77002

dev-libs/olm: Keyword 3.2.15 x86, #908069

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
index 1146f6c87aa9..5c92e33525bd 100644
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ b/dev-libs/olm/olm-3.2.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2023-06-08 16:36 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-06-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b0e1e6ae57c27d6a0dd9eac0f316d80206d8e0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 16:36:40 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 16:36:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b0e1e6

dev-libs/olm: Keyword 3.2.15 arm64, #908069

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
index 5c92e33525bd..e14e9f557e6c 100644
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ b/dev-libs/olm/olm-3.2.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/
@ 2023-06-08 14:05 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-06-08 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d173640bb5db78a75833f7c5b826d1926fc179aa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 13:35:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 14:05:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d173640b

dev-libs/olm: fix LICENSE

See also: https://github.com/gentoo/gentoo/pull/31113

Closes: https://bugs.gentoo.org/908066
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
index 51730d54f75a..1146f6c87aa9 100644
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ b/dev-libs/olm/olm-3.2.15.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Implementation of the Double Ratchet cryptographic ratchet in C++"
 HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
 SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
-LICENSE="GPL-3"
+LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-04 12:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 22:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/olm/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-10-04 12:13 Andreas Sturmlechner
2025-06-23 17:49 Arthur Zamarin
2025-06-23 17:49 Arthur Zamarin
2024-10-19  7:30 Joonas Niilola
2024-03-03 22:12 Sam James
2024-03-03 22:12 Sam James
2023-06-08 18:32 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 14:05 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox