summaryrefslogtreecommitdiff
path: root/dev-ruby/rgl/rgl-0.6.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rgl/rgl-0.6.6.ebuild')
-rw-r--r--dev-ruby/rgl/rgl-0.6.6.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/rgl/rgl-0.6.6.ebuild b/dev-ruby/rgl/rgl-0.6.6.ebuild
deleted file mode 100644
index 54087220a502..000000000000
--- a/dev-ruby/rgl/rgl-0.6.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="rgl.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RGL is a framework for graph data structures and algorithms"
-HOMEPAGE="https://github.com/monora/rgl"
-SRC_URI="https://github.com/monora/rgl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-
-DEPEND+=" test? ( media-gfx/graphviz )"
-
-ruby_add_rdepend "
- dev-ruby/pairing_heap:0
- >=dev-ruby/rexml-3.2.4:3
- >=dev-ruby/stream-0.5.3 =dev-ruby/stream-0.5*
-"
-
-ruby_add_bdepend "dev-ruby/yard test? ( dev-ruby/test-unit )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
- sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
-}