From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 609E115802F for ; Thu, 23 Feb 2023 09:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 379ACE07DB; Thu, 23 Feb 2023 09:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DFF1E07DB for ; Thu, 23 Feb 2023 09:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4E8B335D80 for ; Thu, 23 Feb 2023 09:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12DFA8C1 for ; Thu, 23 Feb 2023 09:24:51 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1676958034.15fec0ccb058906004ddd6b5174bd58a25aa510b.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/vocabsieve/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/vocabsieve/Manifest app-misc/vocabsieve/vocabsieve-0.10.1.ebuild app-misc/vocabsieve/vocabsieve-0.9.2.ebuild X-VCS-Directories: app-misc/vocabsieve/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 15fec0ccb058906004ddd6b5174bd58a25aa510b X-VCS-Branch: master Date: Thu, 23 Feb 2023 09:24:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b2643a2-da98-42fb-8709-89dd4ec8f35c X-Archives-Hash: 9ba09446c9fec677bb6b790d0f81e7bc commit: 15fec0ccb058906004ddd6b5174bd58a25aa510b Author: Shaoyu Tseng <1over137 anche no> AuthorDate: Tue Feb 21 05:40:34 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Feb 21 05:40:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15fec0cc app-misc/vocabsieve: add 0.10.1, drop 0.9.2 Signed-off-by: Shaoyu Tseng <1over137 anche.no> app-misc/vocabsieve/Manifest | 2 +- .../vocabsieve/{vocabsieve-0.9.2.ebuild => vocabsieve-0.10.1.ebuild} | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest index 1d1f58b93..76ec72a5a 100644 --- a/app-misc/vocabsieve/Manifest +++ b/app-misc/vocabsieve/Manifest @@ -1 +1 @@ -DIST vocabsieve-0.9.2.tar.gz 195231 BLAKE2B 7dfdd1c58fa2eefaeffa56bb2558e4b2630c6f30a47285acbf4a99685c13a725e89a6950014a0fca1c274555ae27ac6f4829c3e2939d0aee30302bf1d6466b41 SHA512 a2862cae2f4e11010302e9816b897af29e70c247d1f2b25909d3abcb55bb93b1bcd52a2db3611e1f6fe384a7189e73694d37aa0fc08e006bc896b914466c2462 +DIST vocabsieve-0.10.1.tar.gz 212384 BLAKE2B 6192d2b2a814f620c876ff79fc46714484795e8122d780be179c7e2a24ba8d0c25866c247f65dec4d158b3d59b67204e33ec8c5ea4158ed5627a58c913230ab0 SHA512 50c3f3081eca6393a422773cb326cacaa1e3b4b25ddb2aeda5a1650d7b472605a9774d022120e7e23008afedb7ff66bb30fc58300661b66b4a3a74a6794c7f75 diff --git a/app-misc/vocabsieve/vocabsieve-0.9.2.ebuild b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild similarity index 90% rename from app-misc/vocabsieve/vocabsieve-0.9.2.ebuild rename to app-misc/vocabsieve/vocabsieve-0.10.1.ebuild index aa7e13d44..c742fe6ea 100644 --- a/app-misc/vocabsieve/vocabsieve-0.9.2.ebuild +++ b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild @@ -26,6 +26,8 @@ RDEPEND=" dev-python/pystardict[${PYTHON_USEDEP}] dev-python/pymorphy2[${PYTHON_USEDEP}] dev-python/pymorphy2-dicts-ru[${PYTHON_USEDEP}] + dev-python/pymorphy2-dicts-uk[${PYTHON_USEDEP}] + dev-python/pyqtdarktheme[${PYTHON_USEDEP}] dev-python/charset_normalizer[${PYTHON_USEDEP}] dev-python/EbookLib[${PYTHON_USEDEP}] dev-python/sentence-splitter[${PYTHON_USEDEP}] @@ -35,4 +37,5 @@ RDEPEND=" dev-python/markdownify[${PYTHON_USEDEP}] dev-python/readmdict[${PYTHON_USEDEP}] dev-python/python-lzo[${PYTHON_USEDEP}] + dev-python/pyqtgraph[${PYTHON_USEDEP}] "