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 A507215808B for ; Fri, 15 Apr 2022 18:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02A0BE09C3; Fri, 15 Apr 2022 18:42:07 +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 283C0E09C6 for ; Fri, 15 Apr 2022 18:42:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 43816341E72 for ; Fri, 15 Apr 2022 18:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30323F1 for ; Fri, 15 Apr 2022 18:42:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1650029522.a8068d0d0358bcceafe8ad2a5338256bd664c60a.andrewammerlaan@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/ssmtool-0.6.4.ebuild X-VCS-Directories: app-misc/vocabsieve/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a8068d0d0358bcceafe8ad2a5338256bd664c60a X-VCS-Branch: master Date: Fri, 15 Apr 2022 18:42:01 +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: 8cd5979b-0bb3-4d8e-bcb7-6c5ca33cced0 X-Archives-Hash: a82c2cd49692b709a5e670c6af4d8099 commit: a8068d0d0358bcceafe8ad2a5338256bd664c60a Author: Shaoyu Tseng <1over137 anche no> AuthorDate: Fri Apr 15 13:32:02 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Apr 15 13:32:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8068d0d app-misc/ssmtool: treeclean Signed-off-by: Shaoyu Tseng <1over137 anche.no> app-misc/vocabsieve/ssmtool-0.6.4.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) diff --git a/app-misc/vocabsieve/ssmtool-0.6.4.ebuild b/app-misc/vocabsieve/ssmtool-0.6.4.ebuild deleted file mode 100644 index 51e57408c..000000000 --- a/app-misc/vocabsieve/ssmtool-0.6.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="A simple sentence mining tool written in PyQt5" -HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/simplemma[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] - dev-python/bidict[${PYTHON_USEDEP}] - dev-python/pystardict[${PYTHON_USEDEP}] - dev-python/pymorphy2[${PYTHON_USEDEP}] - dev-python/pymorphy2-dicts-ru[${PYTHON_USEDEP}] - dev-python/playsound[${PYTHON_USEDEP}] - dev-python/charset_normalizer[${PYTHON_USEDEP}] - dev-python/EbookLib[${PYTHON_USEDEP}] - dev-python/sentence-splitter[${PYTHON_USEDEP}] - dev-python/mobi[${PYTHON_USEDEP}] - dev-python/SLPP[${PYTHON_USEDEP}] -"