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"

Reply via email to