2024-03-10 21:18:44 +01:00
|
|
|
# Copyright 1999-2024 Gentoo Authors
|
2024-02-18 16:22:11 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
USE_RUBY="ruby31 ruby32"
|
|
|
|
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
|
|
|
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
|
|
|
DESCRIPTION="Provides support for SVG in Prawn"
|
|
|
|
HOMEPAGE="https://github.com/mogest/prawn-svg"
|
|
|
|
LICENSE="|| ( MIT Ruby )"
|
|
|
|
SLOT="0"
|
2024-08-19 05:00:00 +02:00
|
|
|
KEYWORDS="~amd64"
|
2024-02-18 16:22:11 +01:00
|
|
|
|
|
|
|
# prawn breaks tests for some reasons, needs to be investigated; code
|
|
|
|
# still works though.
|
|
|
|
RESTRICT="test"
|
|
|
|
|
|
|
|
ruby_add_rdepend "
|
2024-03-10 21:18:44 +01:00
|
|
|
dev-ruby/css_parser
|
|
|
|
dev-ruby/prawn
|
|
|
|
dev-ruby/rexml
|
|
|
|
"
|
2024-02-18 16:22:11 +01:00
|
|
|
|
2024-03-10 21:18:44 +01:00
|
|
|
ruby_add_bdepend "test? (
|
|
|
|
dev-ruby/mocha
|
|
|
|
dev-ruby/pdf-inspector
|
|
|
|
dev-ruby/pdf-reader
|
|
|
|
)
|
|
|
|
"
|