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 7406715802F for ; Fri, 31 Mar 2023 01:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6624DE08BB; Fri, 31 Mar 2023 01:03:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 504F6E08BB for ; Fri, 31 Mar 2023 01:03:53 +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 561E4340F7E for ; Fri, 31 Mar 2023 01:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E42A09 for ; Fri, 31 Mar 2023 01:03:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680224068.c08ce97d8bfc78b5c12493edb3d31772b9dca5e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild X-VCS-Directories: dev-ruby/fast-stemmer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c08ce97d8bfc78b5c12493edb3d31772b9dca5e1 X-VCS-Branch: master Date: Fri, 31 Mar 2023 01:03:49 +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: e5391c6f-69dc-4562-ad78-90f1fa6765ff X-Archives-Hash: 39047569775681425581385d0bebd9cf commit: c08ce97d8bfc78b5c12493edb3d31772b9dca5e1 Author: Sam James gentoo org> AuthorDate: Fri Mar 31 00:28:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 31 00:54:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08ce97d dev-ruby/fast-stemmer: drop 1.0.2-r3 Signed-off-by: Sam James gentoo.org> dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild deleted file mode 100644 index 03fbee88251d..000000000000 --- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="README" - -RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) - -inherit multilib ruby-fakegem - -DESCRIPTION="Simple wrapper around multithreaded Porter stemming algorithm" -HOMEPAGE="https://github.com/romanbsd/fast-stemmer" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -all_ruby_prepare() { - rm ext/Makefile || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die -}