* [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/
@ 2023-05-20 16:03 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2023-05-20 16:03 UTC (permalink / raw
To: gentoo-commits
commit: a6391594e07b7d057f2353b3659ced27d1b0304d
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 8 20:13:17 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 20 16:02:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6391594
net-libs/libomemo-c: new package, add 0.5.0
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-libs/libomemo-c/Manifest | 1 +
net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 31 +++++++++++++++++++++++++++++
net-libs/libomemo-c/metadata.xml | 17 ++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest
new file mode 100644
index 000000000000..be5fb92e252f
--- /dev/null
+++ b/net-libs/libomemo-c/Manifest
@@ -0,0 +1 @@
+DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0
diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
new file mode 100644
index 000000000000..fe4aef013c8a
--- /dev/null
+++ b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
+HOMEPAGE="https://github.com/dino/libomemo-c/"
+SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-1 GPL-3 ISC"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/protobuf-c:="
+DEPEND="${RDEPEND}
+ test? (
+ dev-libs/check
+ dev-libs/openssl
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/net-libs/libomemo-c/metadata.xml b/net-libs/libomemo-c/metadata.xml
new file mode 100644
index 000000000000..f21f02d1d3a5
--- /dev/null
+++ b/net-libs/libomemo-c/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna Vyalkova</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dino/libomemo-c</remote-id>
+ <bugs-to>https://github.com/dino/libomemo-c/issues</bugs-to>
+ <doc>https://github.com/dino/libomemo-c/blob/master/README.md</doc>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/
@ 2025-03-31 20:34 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2025-03-31 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 027d857fc0a45111d15c28f6b37f300c00bba0cb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 18:48:30 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 20:34:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027d857f
net-libs/libomemo-c: add 0.5.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libomemo-c/Manifest | 1 +
net-libs/libomemo-c/libomemo-c-0.5.1.ebuild | 31 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest
index be5fb92e252f..3206547b2061 100644
--- a/net-libs/libomemo-c/Manifest
+++ b/net-libs/libomemo-c/Manifest
@@ -1 +1,2 @@
DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0
+DIST libomemo-c-0.5.1.tar.gz 239905 BLAKE2B b12b5357a3a1d0f56065ee6056a44c35bb7ff290585d45f61e8591e6e172f077d73d9edef8fbd9c9876d773090dd081a90ea8500af86e9242dda3bf1e1ed3956 SHA512 96e77a3fe4772be58afd0a588a3181736f7015b82f005219aea35b5072664d964c64d8b53e0aa7f0fe49431ab3ae2b02b12a97c4d599cc4d29cb4d873e7add78
diff --git a/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild
new file mode 100644
index 000000000000..d25703f93bbf
--- /dev/null
+++ b/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
+HOMEPAGE="https://github.com/dino/libomemo-c/"
+SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-1 GPL-3 ISC"
+KEYWORDS="amd64"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/protobuf-c:="
+DEPEND="${RDEPEND}
+ test? (
+ dev-libs/check
+ dev-libs/openssl
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/
@ 2025-04-10 19:08 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2025-04-10 19:08 UTC (permalink / raw
To: gentoo-commits
commit: c47a554d6c27f501d83e5e38a8eebfe69c21162f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 22:48:17 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 19:07:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47a554d
net-libs/libomemo-c: drop 0.5.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libomemo-c/Manifest | 1 -
net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 31 -----------------------------
2 files changed, 32 deletions(-)
diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest
index 3206547b2061..a6c229a4a6ce 100644
--- a/net-libs/libomemo-c/Manifest
+++ b/net-libs/libomemo-c/Manifest
@@ -1,2 +1 @@
-DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0
DIST libomemo-c-0.5.1.tar.gz 239905 BLAKE2B b12b5357a3a1d0f56065ee6056a44c35bb7ff290585d45f61e8591e6e172f077d73d9edef8fbd9c9876d773090dd081a90ea8500af86e9242dda3bf1e1ed3956 SHA512 96e77a3fe4772be58afd0a588a3181736f7015b82f005219aea35b5072664d964c64d8b53e0aa7f0fe49431ab3ae2b02b12a97c4d599cc4d29cb4d873e7add78
diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
deleted file mode 100644
index 45fbfda26fe7..000000000000
--- a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
-HOMEPAGE="https://github.com/dino/libomemo-c/"
-SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-1 GPL-3 ISC"
-KEYWORDS="amd64"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/protobuf-c:="
-DEPEND="${RDEPEND}
- test? (
- dev-libs/check
- dev-libs/openssl
- )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TESTING=$(usex test)
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/
@ 2025-05-01 14:25 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-05-01 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 94f055d6f85c877f3f7545f620855621119e6cfb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 14:24:51 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 1 14:24:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f055d6
net-libs/libomemo-c: Keyword 0.5.1 arm64, #955176
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libomemo-c/libomemo-c-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild
index 7935991329e3..c357df38ac67 100644
--- a/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild
+++ b/net-libs/libomemo-c/libomemo-c-0.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD BSD-1 GPL-3 ISC"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-01 14:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 19:08 [gentoo-commits] repo/gentoo:master commit in: net-libs/libomemo-c/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-05-01 14:25 Sam James
2025-03-31 20:34 Andreas Sturmlechner
2023-05-20 16:03 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox