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 CAE6615808E for ; Sat, 30 Apr 2022 09:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8F8E0937; Sat, 30 Apr 2022 09:08:08 +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 BC731E0933 for ; Sat, 30 Apr 2022 09:08:08 +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 D3C773416B8 for ; Sat, 30 Apr 2022 09:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B8C459 for ; Sat, 30 Apr 2022 09:08:04 +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: <1651309678.106ee7185072ac47ddf5e8632ab4c2e10ee3d446.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pluggaloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pluggaloid/Manifest dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild X-VCS-Directories: dev-ruby/pluggaloid/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 106ee7185072ac47ddf5e8632ab4c2e10ee3d446 X-VCS-Branch: master Date: Sat, 30 Apr 2022 09:08:04 +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: 763251b3-528f-44b3-9281-de7c67154c07 X-Archives-Hash: a774b3c43617333cafd724055863cacf commit: 106ee7185072ac47ddf5e8632ab4c2e10ee3d446 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 30 07:54:18 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 30 09:07:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106ee718 dev-ruby/pluggaloid: drop 1.5.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pluggaloid/Manifest | 1 - dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ruby/pluggaloid/Manifest b/dev-ruby/pluggaloid/Manifest index 2a2f78447262..fd772e320627 100644 --- a/dev-ruby/pluggaloid/Manifest +++ b/dev-ruby/pluggaloid/Manifest @@ -1,2 +1 @@ -DIST pluggaloid-1.5.0.gem 19968 BLAKE2B 39fce1d3077a0d2b2b969c8a6b48850b0451e8ff50e76ceca8a094f866c5de8be3a4a26458b86cae82ecba881203e1b9546464e80a482b287457c24fff3eb751 SHA512 ec5196d2ec7c61b0979693fbe603ab52451a0c66ef74b9b1486f2f9a3fbd41ffafbdc25acfb8e4f815eabf7e1829c5eb6792a71b6a7e1dfcda6a64ef21b034fb DIST pluggaloid-1.7.0.gem 20992 BLAKE2B 8e5dca33d4e724ce264cf94d3494d452dfa6aaa3dc373c50ac7a5e1931358484e984bb0f3e170243d7e3daf10ba6a7e15b1e7b0cc77b6394c2349e6e36e7a77d SHA512 f4ebf9fa60bf29366cafeeab09cd1cddd3c46903757f55a6b0a1326499c1b5e917258eb07a7f95934ab2ff32626dfffc2738c847eb6090725f90dce7ac90c550 diff --git a/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild deleted file mode 100644 index 493b5e874163..000000000000 --- a/dev-ruby/pluggaloid/pluggaloid-1.5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem -DESCRIPTION="Pluggaloid is extensible plugin system for mikutter" -HOMEPAGE="https://rubygems.org/gems/pluggaloid/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/delayer-1.1.0:1 - dev-ruby/instance_storage:0 -" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die -}