summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/xray-rails/xray-rails-0.3.2-r2.ebuild')
-rw-r--r--dev-ruby/xray-rails/xray-rails-0.3.2-r2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/xray-rails/xray-rails-0.3.2-r2.ebuild b/dev-ruby/xray-rails/xray-rails-0.3.2-r2.ebuild
deleted file mode 100644
index 09d9830f..00000000
--- a/dev-ruby/xray-rails/xray-rails-0.3.2-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a dev bar and an overlay to visualize your UI's rendered partials"
-HOMEPAGE="https://github.com/brentd/xray-rails"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Uses various gemfiles
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-sprockets-4.patch" )
-
-ruby_add_rdepend "
- >=dev-ruby/rails-3.1.0:*
-"