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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E0781382C5 for ; Wed, 24 Feb 2021 22:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F27F5E0830; Wed, 24 Feb 2021 22:30:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0EC4E0830 for ; Wed, 24 Feb 2021 22:30:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C84DB33BEAE for ; Wed, 24 Feb 2021 22:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23DD8532 for ; Wed, 24 Feb 2021 22:30:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1614204939.404eab51d0f44d79aea4538ce4cf5bb04d0087ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snowballstemmer/Manifest dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild X-VCS-Directories: dev-python/snowballstemmer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 404eab51d0f44d79aea4538ce4cf5bb04d0087ca X-VCS-Branch: master Date: Wed, 24 Feb 2021 22:30:37 +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: a4657805-0054-4c36-8abc-afec22fae431 X-Archives-Hash: 32d1acc1e7b6d8fe3eddf93923c08ceb commit: 404eab51d0f44d79aea4538ce4cf5bb04d0087ca Author: Michał Górny gentoo org> AuthorDate: Wed Feb 24 22:15:39 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 24 22:15:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404eab51 dev-python/snowballstemmer: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/snowballstemmer/Manifest | 1 - dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/snowballstemmer/Manifest b/dev-python/snowballstemmer/Manifest index dc789cacfa2..30729daa62f 100644 --- a/dev-python/snowballstemmer/Manifest +++ b/dev-python/snowballstemmer/Manifest @@ -1,2 +1 @@ -DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e SHA512 d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8 DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b SHA512 e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826 diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild deleted file mode 100644 index c04bc14ab32..00000000000 --- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Stemmer algorithms generated from Snowball algorithms" -HOMEPAGE="https://snowballstem.org/ - https://github.com/snowballstem/snowball - https://pypi.org/project/snowballstemmer/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-macos ~x64-solaris"