From a152c669e7ec3bb6ae13b747b985e2ece3b58b0a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jun 2023 01:25:35 +0100 Subject: gentoo auto-resync : 24:06:2023 - 01:25:35 --- dev-ruby/slop/slop-4.9.3.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-ruby/slop/slop-4.9.3.ebuild (limited to 'dev-ruby/slop/slop-4.9.3.ebuild') diff --git a/dev-ruby/slop/slop-4.9.3.ebuild b/dev-ruby/slop/slop-4.9.3.ebuild deleted file mode 100644 index af101924120c..000000000000 --- a/dev-ruby/slop/slop-4.9.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="slop.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API" -HOMEPAGE="https://github.com/injekt/slop" -SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MIT" -SLOT="4" -KEYWORDS="~amd64 ~ppc64 ~x86" - -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' slop.gemspec || die -} -- cgit v1.2.3