summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-07-10 07:37:12 +0200
committerHans de Graaff <graaff@gentoo.org>2023-07-10 09:36:40 +0200
commita69aaf577f4f5002932cd419afc8ffe7be298135 (patch)
treec9c5b7cd66f86a7be5389bb7d3923dfb7a47fcde /dev-ruby/slop
parentdev-ruby/sprockets: drop 4.1.1 (diff)
downloadgentoo-a69aaf577f4f5002932cd419afc8ffe7be298135.tar.gz
gentoo-a69aaf577f4f5002932cd419afc8ffe7be298135.tar.bz2
gentoo-a69aaf577f4f5002932cd419afc8ffe7be298135.zip
dev-ruby/slop: drop 4.10.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r--dev-ruby/slop/Manifest1
-rw-r--r--dev-ruby/slop/slop-4.10.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index dde33ec0d688..2122306408cb 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,2 +1 @@
-DIST slop-4.10.0.tgz 17595 BLAKE2B ef542c9062dfd3381c7cbc5d1cb004a0d7e1f9d9ea78ee835704aa744309e6c4ac003d91328da89d3fdb734e5495e9f7cb05b2498e0f2126edecec8a83c97283 SHA512 22c586ef1e5ecebc3311496ae6285219b41627e5d15032a15964b682bc98eda7dca8d69017eaae0fbce31e7787a0e974ee58e340c6acd475f0f60001f7e9c85b
DIST slop-4.10.1.tgz 17752 BLAKE2B d7be110a9fa012af3df26aa4a7dc055fe9443ca131ee078adb05fb4ef87c6976520ee96aca23893abb651bd6fa22ea350be5851ca6f142b301551447c0b12c34 SHA512 0ffca1dcb550a4b21188647bbc433345c62c61dcb5c6e647727ab21d0816a13b6e6cb17180eb86a870eb50ed67b2f44f72f38490f907ba21acaa81c2a2febc53
diff --git a/dev-ruby/slop/slop-4.10.0.ebuild b/dev-ruby/slop/slop-4.10.0.ebuild
deleted file mode 100644
index 1633fe06f3ba..000000000000
--- a/dev-ruby/slop/slop-4.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 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/leejarvis/slop"
-SRC_URI="https://github.com/leejarvis/${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
-}