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 512C6158086 for ; Fri, 17 Dec 2021 16:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 591DD2BC067; Fri, 17 Dec 2021 16:42:19 +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 E283C2BC05C for ; Fri, 17 Dec 2021 16:42:18 +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 7E3DA3439D3 for ; Fri, 17 Dec 2021 16:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923A4261 for ; Fri, 17 Dec 2021 16:42:14 +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: <1639759312.8f67a41d1874e123cb516680e07d8c5b3d1c16f1.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.1.0.ebuild X-VCS-Directories: dev-python/snowballstemmer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f67a41d1874e123cb516680e07d8c5b3d1c16f1 X-VCS-Branch: master Date: Fri, 17 Dec 2021 16:42:14 +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: 9229655f-18f2-4784-9a2f-9996fe9cb6ea X-Archives-Hash: c85eda99ea92b5fa4f22c9a522af722c commit: 8f67a41d1874e123cb516680e07d8c5b3d1c16f1 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 17 14:51:16 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 17 16:41:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f67a41d dev-python/snowballstemmer: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/snowballstemmer/Manifest | 1 - dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/snowballstemmer/Manifest b/dev-python/snowballstemmer/Manifest index 61518961f659..b77a4f87cd77 100644 --- a/dev-python/snowballstemmer/Manifest +++ b/dev-python/snowballstemmer/Manifest @@ -1,2 +1 @@ -DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b SHA512 e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826 DIST snowballstemmer-2.2.0.tar.gz 86699 BLAKE2B b106fac1587143c9e88f54cc982c573b227f9e2d0125d36391a95050b41e9c97e47c7c8dff890ebfcf4bdf7c97559908d3bd380c6659b0d1fef4bed111fbae4b SHA512 f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37 diff --git a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild deleted file mode 100644 index 3321ff5d20eb..000000000000 --- a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} 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"