public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/
@ 2024-06-08  7:50 Joe Kappus
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Kappus @ 2024-06-08  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e277f5c131adecac1beee7c08110a959ab62b32a
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat Jun  8 07:47:26 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat Jun  8 07:47:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e277f5c1

net-im/mautrix-whatsapp: add 0.10.7, remove pypi upstream, add RDEPEND

I think chuso meant to bump this and must have forgot, the deps were on
their server.

Closes: https://bugs.gentoo.org/932869
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-im/mautrix-whatsapp/Manifest                                   | 2 ++
 net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild             | 7 +++++--
 ...utrix-whatsapp-0.10.0.ebuild => mautrix-whatsapp-0.10.7.ebuild} | 7 +++++--
 net-im/mautrix-whatsapp/metadata.xml                               | 1 -
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/net-im/mautrix-whatsapp/Manifest b/net-im/mautrix-whatsapp/Manifest
index 23a567620..f8f165f94 100644
--- a/net-im/mautrix-whatsapp/Manifest
+++ b/net-im/mautrix-whatsapp/Manifest
@@ -1,2 +1,4 @@
 DIST mautrix-whatsapp-0.10.0-deps.tar.xz 44605336 BLAKE2B 631844436ca1fb408a1dbd074d613f5b21c789bc7af931336204c4c104a0e7f039ddddc7c94c651211e12253bcf63b72a899f4b2bb554eed6f778a1e747dd762 SHA512 fb06e5d121c2e1d2ed67ca21973a37187d0f79d5cc1206bc8aa7a031503967932254e430db00ee95645770eea7509f0ec9ab24fa3fe6a26bb5fb28149873a584
 DIST mautrix-whatsapp-0.10.0.gh.tar.gz 152560 BLAKE2B b455c54fec79c0d56b61d441291a3f5ae1ab55db3f23e69d2fd5c11cc0bcbd69d5d8f14cd44c6a252d1f72c37af0d67ac959cc3a9163fe772d3d530d4f5f2af0 SHA512 0906b1e01f26d25adf337a012e73fa28bf9961a30add61ae7a22aaf903ce28d50e00c34124ed6703c9be86a38c3e29d638c2fa969013608ee38034cc01b5882f
+DIST mautrix-whatsapp-0.10.7-deps.tar.xz 42991792 BLAKE2B 73265c85603bf913405df0ed010e30faa308e834d1017b144c6052c0346b116e4543e50589427876a4d42f4286fa15450f2553afd0dbb6277d118547af378978 SHA512 f2ab8e41fb942e2a17ff9d9859b6c5d8b247f9fb0bd3bbefcb42abf3e37c496f61dabdbd06139ddc9cbaf1e3d75bf294d26693759dcad86f6fb6859c637ba67e
+DIST mautrix-whatsapp-0.10.7.gh.tar.gz 159078 BLAKE2B 9e85517e95da8ee4011aaffd51be6440a36dad2b742addce8445781555756df3ba2bb540ce3c2b9e613371eca4e7e021ae08273e39a41e57b54ca0430219bed1 SHA512 b0d3d572bbd29e5b4391662fd3fa1e6849d9f51a094257072883ec2797972defbfc3e22ab6fa0354b634045974bbe8a6d090699330c3ace1021f944757a766f3

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
index 7dd38106f..1871f9e0f 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,10 @@ IUSE="crypt"
 
 DEPEND="crypt? ( dev-libs/olm )"
 
-RDEPEND="acct-user/${PN}"
+RDEPEND="
+	${DEPEND}
+	acct-user/${PN}
+"
 
 src_compile() {
 	ego build $(use crypt || echo '-tags nocrypto')

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.ebuild
similarity index 94%
copy from net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
copy to net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.ebuild
index 7dd38106f..777debbc3 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.0.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,10 @@ IUSE="crypt"
 
 DEPEND="crypt? ( dev-libs/olm )"
 
-RDEPEND="acct-user/${PN}"
+RDEPEND="
+        ${DEPEND}
+        acct-user/${PN}
+"
 
 src_compile() {
 	ego build $(use crypt || echo '-tags nocrypto')

diff --git a/net-im/mautrix-whatsapp/metadata.xml b/net-im/mautrix-whatsapp/metadata.xml
index fc68fa52f..a31a577ec 100644
--- a/net-im/mautrix-whatsapp/metadata.xml
+++ b/net-im/mautrix-whatsapp/metadata.xml
@@ -17,6 +17,5 @@
 		<doc>https://docs.mau.fi/bridges/go/whatsapp/index.html</doc>
 		<bugs-to>https://github.com/mautrix/whatsapp/issues</bugs-to>
 		<remote-id type="github">mautrix/whatsapp</remote-id>
-		<remote-id type="pypi">mautrix-whatsapp</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/
@ 2025-05-28 19:14 Jesús P Rey
  0 siblings, 0 replies; 4+ messages in thread
From: Jesús P Rey @ 2025-05-28 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4abb040b19f06c4d36b97b2b04d597ba439f1b79
Author:     Jesús P Rey (Chuso) <git <AT> chuso <DOT> net>
AuthorDate: Wed May 28 19:11:52 2025 +0000
Commit:     Jesús P Rey <gentoo <AT> chuso <DOT> net>
CommitDate: Wed May 28 19:14:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4abb040b

net-im/mautrix-whatsapp: 0.12.1 version bump.

Existing old version in Guru not working anymore, so removing it.

Signed-off-by: Jesús P Rey (Chuso) <git <AT> chuso.net>

 net-im/mautrix-whatsapp/Manifest                                   | 4 ++--
 ...utrix-whatsapp-0.10.9.ebuild => mautrix-whatsapp-0.12.1.ebuild} | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-im/mautrix-whatsapp/Manifest b/net-im/mautrix-whatsapp/Manifest
index d84d21ff5a..9c631daa4a 100644
--- a/net-im/mautrix-whatsapp/Manifest
+++ b/net-im/mautrix-whatsapp/Manifest
@@ -1,2 +1,2 @@
-DIST mautrix-whatsapp-0.10.9-deps.tar.xz 43772080 BLAKE2B a2ce5900a7825eaa4294b04b5973f7dbe8df77d0495884f8bff0621c974621ca324f93318e295523453c2b9243ea600d43516a80f07d337c6507cc61b8904276 SHA512 1d6d9c699e14c98a340945d0fbcef065ce8d1b749fba4d4edea394f47f80616edde31f5421721f79b7a135450574d51a150c316c5155967fe06b76fb1512b4bb
-DIST mautrix-whatsapp-0.10.9.gh.tar.gz 159599 BLAKE2B f757d353957506b5a7f71da748c0e2d3e8eecac6026914561e7da9c0488a6604355760dca40c59f01a69261ebcd8e1d9eb7c90e376119df7b9762864c6487e85 SHA512 6b9909fdce95accc15f948fe55e35df19923bfd4b4630ec267ae9948b8c3625c7323b75837a723de9c45b65e3f4da4684cb2ee079734d9a26c0008f173f95737
+DIST mautrix-whatsapp-0.12.1-deps.tar.xz 44027980 BLAKE2B 0dc652a1776bc15de998df64faf392daa28b177f603b2a429fed428a0a82ae8c72706eed90e31d5e496542e661c038293604c013ff96fbf510055584e3c04bb9 SHA512 69867def35a6b41fcfa77e1571453cacf0a895f1758dd0ef6b6291847962d568ee6377791e2ca81e90d579d1403675c9cd99e84fd007edd3537a6611aff93c24
+DIST mautrix-whatsapp-0.12.1.gh.tar.gz 114759 BLAKE2B ab7972e75c73b862636e5f759fc76b035bededce49d2e368f0e429136a81bb75a2afb38981ecf80544d5bab814799b07a248727442b72780a4212786a3d54de0 SHA512 1b340a65dc135af0c1b061b523a4665c7af9420ac98599d3261b5d32f98c7f985603d61d68605164dd122b40be0fdb6e59fbcaa3223fe2c0aa09e3a05eb5c88e

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.9.ebuild b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild
similarity index 88%
rename from net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.9.ebuild
rename to net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild
index 1dd31bc2bc..80dee95138 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.10.9.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,7 +24,7 @@ RDEPEND="
 "
 
 src_compile() {
-	ego build $(use crypt || echo '-tags nocrypto')
+	ego build ./cmd/mautrix-whatsapp $(use crypt || echo '-tags nocrypto')
 }
 
 src_install() {
@@ -33,10 +33,9 @@ src_install() {
 	keepdir /var/log/mautrix/${PN/mautrix-/}
 	fowners -R root:mautrix /var/log/mautrix
 	fperms -R 770 /var/log/mautrix
-	sed -i -e "s_\./logs_/var/log/mautrix/whatsapp_" "example-config.yaml" || die
 
 	insinto "/etc/mautrix"
-	newins "example-config.yaml" "${PN/-/_}.yaml"
+	newins pkg/connector/example-config.yaml "${PN/-/_}.yaml"
 
 	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
 	systemd_dounit "${FILESDIR}/${PN}.service"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/
@ 2025-08-04 11:41 Jesús P Rey
  0 siblings, 0 replies; 4+ messages in thread
From: Jesús P Rey @ 2025-08-04 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e9b646ad3d67aa9637d7b794e34acf721dc49cae
Author:     Jesús P Rey (Chuso) <git <AT> chuso <DOT> net>
AuthorDate: Mon Aug  4 11:40:47 2025 +0000
Commit:     Jesús P Rey <gentoo <AT> chuso <DOT> net>
CommitDate: Mon Aug  4 11:41:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9b646ad

net-im/mautrix-whatsapp: 0.12.3 version bump.

Signed-off-by: Jesús P Rey (Chuso) <git <AT> chuso.net>

 net-im/mautrix-whatsapp/Manifest                                 | 4 ++--
 ...rix-whatsapp-0.12.1.ebuild => mautrix-whatsapp-0.12.3.ebuild} | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/net-im/mautrix-whatsapp/Manifest b/net-im/mautrix-whatsapp/Manifest
index 9c631daa4a..458dd5ca7f 100644
--- a/net-im/mautrix-whatsapp/Manifest
+++ b/net-im/mautrix-whatsapp/Manifest
@@ -1,2 +1,2 @@
-DIST mautrix-whatsapp-0.12.1-deps.tar.xz 44027980 BLAKE2B 0dc652a1776bc15de998df64faf392daa28b177f603b2a429fed428a0a82ae8c72706eed90e31d5e496542e661c038293604c013ff96fbf510055584e3c04bb9 SHA512 69867def35a6b41fcfa77e1571453cacf0a895f1758dd0ef6b6291847962d568ee6377791e2ca81e90d579d1403675c9cd99e84fd007edd3537a6611aff93c24
-DIST mautrix-whatsapp-0.12.1.gh.tar.gz 114759 BLAKE2B ab7972e75c73b862636e5f759fc76b035bededce49d2e368f0e429136a81bb75a2afb38981ecf80544d5bab814799b07a248727442b72780a4212786a3d54de0 SHA512 1b340a65dc135af0c1b061b523a4665c7af9420ac98599d3261b5d32f98c7f985603d61d68605164dd122b40be0fdb6e59fbcaa3223fe2c0aa09e3a05eb5c88e
+DIST mautrix-whatsapp-0.12.3-deps.tar.xz 46526304 BLAKE2B a56deda82e3bfff3b821f19168a7106ce4735f236dd016177c400e2e8a2264e1688fa40cb97131c9fb42fd6cd0e4484d036f9eb8115502f2538174e5ed15b8a4 SHA512 7e7d668a8d37e4789791ce84b61505ff4f7830f95ec9645e2f53358e93a398d7441103e36032dad1f23bb4cb84e113fada290dc548c9de6fda02695128017bf0
+DIST mautrix-whatsapp-0.12.3.gh.tar.gz 118261 BLAKE2B 7c15790c0fdce5feeb13715ff1c857ecee030ffd32da036e85eec854922a8cb762179642164d55e9aebfea5f9c809c9b79b5a75ef99c8cbf16663acac0d3fe9c SHA512 b9dc932cbc700616c1450d9f52f7ab6a6f222c5e56ccdd4c0c11af18df8695da67ca2f51b580d4a9532c267745fe0da17208457f14d3880ca6fb429bce601ac2

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild
similarity index 83%
rename from net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild
rename to net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild
index 80dee95138..7c76ab5f80 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.1.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild
@@ -34,8 +34,15 @@ src_install() {
 	fowners -R root:mautrix /var/log/mautrix
 	fperms -R 770 /var/log/mautrix
 
+	(
+		echo -e '# Network-specific config options\nnetwork:'
+		sed 's/^/    /' pkg/connector/example-config.yaml
+		cat ../go-mod/maunium.net/go/mautrix@v0.24.2/bridgev2/matrix/mxmain/example-config.yaml
+	) |
+	sed "s_\./logs/bridge\.log_/var/log/mautrix/whatsapp/mautrix-whatsapp.log_" > "${PN/-/_}.yaml" || die
+
 	insinto "/etc/mautrix"
-	newins pkg/connector/example-config.yaml "${PN/-/_}.yaml"
+	doins "${PN/-/_}.yaml"
 
 	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
 	systemd_dounit "${FILESDIR}/${PN}.service"


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/
@ 2025-09-18 11:29 Jesús P Rey
  0 siblings, 0 replies; 4+ messages in thread
From: Jesús P Rey @ 2025-09-18 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     61625cd28270ae8ae179cec2dec848627aebf449
Author:     Jesús P Rey (Chuso) <git <AT> chuso <DOT> net>
AuthorDate: Thu Sep 18 11:28:18 2025 +0000
Commit:     Jesús P Rey <gentoo <AT> chuso <DOT> net>
CommitDate: Thu Sep 18 11:29:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61625cd2

net-im/mautrix-whatsapp: 0.12.3 version bump.

Signed-off-by: Jesús P Rey (Chuso) <git <AT> chuso.net>

 net-im/mautrix-whatsapp/Manifest                                      | 4 ++--
 ...{mautrix-whatsapp-0.12.3.ebuild => mautrix-whatsapp-0.12.5.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/mautrix-whatsapp/Manifest b/net-im/mautrix-whatsapp/Manifest
index 458dd5ca7f..5df6585b0c 100644
--- a/net-im/mautrix-whatsapp/Manifest
+++ b/net-im/mautrix-whatsapp/Manifest
@@ -1,2 +1,2 @@
-DIST mautrix-whatsapp-0.12.3-deps.tar.xz 46526304 BLAKE2B a56deda82e3bfff3b821f19168a7106ce4735f236dd016177c400e2e8a2264e1688fa40cb97131c9fb42fd6cd0e4484d036f9eb8115502f2538174e5ed15b8a4 SHA512 7e7d668a8d37e4789791ce84b61505ff4f7830f95ec9645e2f53358e93a398d7441103e36032dad1f23bb4cb84e113fada290dc548c9de6fda02695128017bf0
-DIST mautrix-whatsapp-0.12.3.gh.tar.gz 118261 BLAKE2B 7c15790c0fdce5feeb13715ff1c857ecee030ffd32da036e85eec854922a8cb762179642164d55e9aebfea5f9c809c9b79b5a75ef99c8cbf16663acac0d3fe9c SHA512 b9dc932cbc700616c1450d9f52f7ab6a6f222c5e56ccdd4c0c11af18df8695da67ca2f51b580d4a9532c267745fe0da17208457f14d3880ca6fb429bce601ac2
+DIST mautrix-whatsapp-0.12.5-deps.tar.xz 46131824 BLAKE2B 9fa09af0c87bd5965dea241ad44dc07d7b9a06b61a537964384e8269bee5b929cda9638cb2eeb7dc0ef83131776f0cb31eddfa46bcc1c12b28948631efc20594 SHA512 2a0da7fdc513b8c760014763fa488329a3b8b0104996beb2ab20a44650781bac75a4840665a6732951e5453110ecb9ee19c907c98d33ef9b507b68f76f1628f2
+DIST mautrix-whatsapp-0.12.5.gh.tar.gz 123398 BLAKE2B d806f6e1553cae231bf4b107f8500b488315edf741a3f5b92f9ba1268e33225de8445ab309204f5b3243bd7cee04f18e7d6cfa13daf26870ee89c3739ca973be SHA512 15244f89cbfd63d57482fa3f209085d966fab9190f0ed280d1a9fc8dd2bf10568afdad4860e55bf280d065b70483fedc29b8dd20620679a7cef0c185a6cc3776

diff --git a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.5.ebuild
similarity index 92%
rename from net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild
rename to net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.5.ebuild
index 7c76ab5f80..b882b7b206 100644
--- a/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.3.ebuild
+++ b/net-im/mautrix-whatsapp/mautrix-whatsapp-0.12.5.ebuild
@@ -36,8 +36,8 @@ src_install() {
 
 	(
 		echo -e '# Network-specific config options\nnetwork:'
-		sed 's/^/    /' pkg/connector/example-config.yaml
-		cat ../go-mod/maunium.net/go/mautrix@v0.24.2/bridgev2/matrix/mxmain/example-config.yaml
+		sed 's/^/    /' pkg/connector/example-config.yaml || die
+		cat ../go-mod/maunium.net/go/mautrix@v0.25.1/bridgev2/matrix/mxmain/example-config.yaml || die
 	) |
 	sed "s_\./logs/bridge\.log_/var/log/mautrix/whatsapp/mautrix-whatsapp.log_" > "${PN/-/_}.yaml" || die
 


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

end of thread, other threads:[~2025-09-18 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 19:14 [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/ Jesús P Rey
  -- strict thread matches above, loose matches on Subject: below --
2025-09-18 11:29 Jesús P Rey
2025-08-04 11:41 Jesús P Rey
2024-06-08  7:50 Joe Kappus

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