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; only message 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] only message in thread

only message in thread, other threads:[~2024-06-08  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08  7:50 [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-whatsapp/ Joe Kappus

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