summaryrefslogtreecommitdiff
path: root/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild')
-rw-r--r--dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
deleted file mode 100644
index 48fb87cbd71e..000000000000
--- a/dev-ruby/pluggaloid/pluggaloid-1.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="doc"
-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
- dev-ruby/instance_storage:0
-"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die
-}