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 38260158013 for ; Sat, 9 Dec 2023 10:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 710132BC027; Sat, 9 Dec 2023 10:42:50 +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 53A032BC027 for ; Sat, 9 Dec 2023 10:42:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A354340815 for ; Sat, 9 Dec 2023 10:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98F8148F for ; Sat, 9 Dec 2023 10:42:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1702118350.22941b374232df2ca69f0236722328dfefda78ba.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/buftok/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/buftok/Manifest dev-ruby/buftok/buftok-0.2.0-r2.ebuild X-VCS-Directories: dev-ruby/buftok/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 22941b374232df2ca69f0236722328dfefda78ba X-VCS-Branch: master Date: Sat, 9 Dec 2023 10:42:47 +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: a348d02d-4eec-481e-acbe-0445b7367a4c X-Archives-Hash: 1869c6532378e5588bf7891abcb56630 commit: 22941b374232df2ca69f0236722328dfefda78ba Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 9 10:39:10 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 9 10:39:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22941b37 dev-ruby/buftok: drop 0.2.0-r2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/buftok/Manifest | 1 - dev-ruby/buftok/buftok-0.2.0-r2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/buftok/Manifest b/dev-ruby/buftok/Manifest index 9fdcf09a17c1..8b9470383121 100644 --- a/dev-ruby/buftok/Manifest +++ b/dev-ruby/buftok/Manifest @@ -1,2 +1 @@ -DIST buftok-0.2.0.gem 8192 BLAKE2B 673a14423e6a5b3fedf078f320116c9470b49e26aa7c4ef1bda47856a4befb7653d6b62bbf621ef8614885f64fcf078d9b2e24037c663a22b350ad44dac68070 SHA512 2be11c56b49254f16cadfd8abc7c414a16a54b32ec416402a4c87be72c2ce9c524aaa17ede9bb3535555191f2a7b1d7d863199db5b4af8874880bcd16d3c3b45 DIST buftok-0.3.0.tar.gz 5710 BLAKE2B 9c00b72e0b4f2f55d6fb66e9665a620a6fe7228293906ff1104735cafcf2043f0a98c0a3dd38e3253552eebe86622099dcc0b97a1a892c17eb1c9e707ff3c1dc SHA512 b721eeda2173cee3276329282524a7173713a901bd338bb2ce6a0e2e121cd48b6647f51579d04f7353590a0da3208f4cced5321aaee77f4b7eb9ed256b674748 diff --git a/dev-ruby/buftok/buftok-0.2.0-r2.ebuild b/dev-ruby/buftok/buftok-0.2.0-r2.ebuild deleted file mode 100644 index 167634b24d69..000000000000 --- a/dev-ruby/buftok/buftok-0.2.0-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Statefully split input data by a specifiable token" -HOMEPAGE="https://github.com/sferik/buftok" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die -}