| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.6 | 8 | ~amd64 ~arm64 | 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
}
test? ( media-gfx/graphviz )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rgl-0.6.6.tar.gz | 256889 bytes | https://github.com/monora/rgl/archive/v0.6.6.tar.gz |