summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-09-15 14:30:06 +0200
committerHans de Graaff <graaff@gentoo.org>2023-09-15 16:56:30 +0200
commit66c640cf07c922b997c1b182ca6b1d17560a58b8 (patch)
tree6184bce8439e807a8b39d9a54b339b024471478c /dev-ruby
parentdev-ruby/prawn: drop 2.4.0-r2 (diff)
downloadgentoo-66c640cf07c922b997c1b182ca6b1d17560a58b8.tar.gz
gentoo-66c640cf07c922b997c1b182ca6b1d17560a58b8.tar.bz2
gentoo-66c640cf07c922b997c1b182ca6b1d17560a58b8.zip
dev-ruby/pluggaloid: drop 1.7.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/pluggaloid/pluggaloid-1.7.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/pluggaloid/pluggaloid-1.7.0.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.7.0.ebuild
deleted file mode 100644
index 60995193e2f9..000000000000
--- a/dev-ruby/pluggaloid/pluggaloid-1.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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 ~riscv ~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
-}