From ba7af34b3fcc01a6c941594048bed2c1cf671f2f Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 27 Sep 2024 00:05:05 +0200 Subject: [PATCH] Added prev version back --- net-im/chatty/Manifest | 1 + net-im/chatty/chatty-0.8.4.ebuild | 4 ++-- net-im/chatty/chatty-0.8.5.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest index d6f01b0..b8acb74 100644 --- a/net-im/chatty/Manifest +++ b/net-im/chatty/Manifest @@ -1,2 +1,3 @@ +DIST chatty-v0.8.4.tar.gz 1711064 BLAKE2B 1cf7a32bf796da1612c0a3726ec9ff3aab6f15873b373880954b6f11eb1c80d233601f8286383e2ec91a58661cf55d28a78044f8875263b0cb6913817976a77e SHA512 dada1e743532504edb83cd1f190cb9a960bbc8988c07e022595af79fa24f3337df1b85f46304a0ce4720d1c6ebcc5186bb9cd124cab347e8e166d2b1596ff3c2 DIST chatty-v0.8.5.tar.gz 1742026 BLAKE2B 56a54b670da2fc58896a037187e99bfab39627c04acb086b521896e7992b6230ed0f29228e8adafe2c9793de9597e2cc7701510721f5ac00494daacc68bf0464 SHA512 44b0bb99c5953bc4e15e042a0a2362bea614f84b56d9d2b11363f6f3cefe06545a30a0e85b88e9d685b6f84acec517c0047c73d0f4af5f8829a9be1e7efebd51 DIST libcmatrix-a338cafc420656a30adeb873430e978f0a688a33.tar.gz 178220 BLAKE2B 735abed4183e2acf19e9288ab2fc01910b06f15d0b1a7ef6e24aebde1935bac99a6341c6cba3ca5cdc93ffff147b8b7ebbb26ac1af9703222fe8f323e66c73d8 SHA512 ee5e5e490933212268e0a7dcc1398246a13d8bee74d50ec88f269e44b693fee1bb2012821b9180929ec32a0c0456c9560fe3ffc7804379859a8c0ccdfbbc6b3e diff --git a/net-im/chatty/chatty-0.8.4.ebuild b/net-im/chatty/chatty-0.8.4.ebuild index f28a64f..fb012aa 100755 --- a/net-im/chatty/chatty-0.8.4.ebuild +++ b/net-im/chatty/chatty-0.8.4.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -IUSE="" +IUSE="spelling" KEYWORDS="~arm64" DEPEND=" gnome-extra/evolution-data-server[phonenumber] @@ -28,7 +28,7 @@ DEPEND=" gnome-extra/evolution-data-server[phonenumber] dev-libs/libphonenumber x11-libs/gtk+:3 x11-plugins/lurch - app-text/libspelling + spelling? ( app-text/libspelling ) " RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" diff --git a/net-im/chatty/chatty-0.8.5.ebuild b/net-im/chatty/chatty-0.8.5.ebuild index 9884d3e..0c241ce 100755 --- a/net-im/chatty/chatty-0.8.5.ebuild +++ b/net-im/chatty/chatty-0.8.5.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -IUSE="" +IUSE="spelling" KEYWORDS="~arm64" DEPEND=" >=gnome-extra/evolution-data-server-3.54.0[phonenumber] @@ -28,7 +28,7 @@ DEPEND=" >=gnome-extra/evolution-data-server-3.54.0[phonenumber] dev-libs/libphonenumber x11-libs/gtk+:3 x11-plugins/lurch - app-text/libspelling + spelling? ( app-text/libspelling ) " RDEPEND="${DEPEND}" BDEPEND="${DEPEND}"