holgersson-overlay/dev-ruby/prawn-svg/prawn-svg-0.35.1.ebuild
Nils Freydank cc48843386
dev-ruby/prawn-svg: Bump to 0.35.1
Also fixes QA warning:
  EmptyGlobalAssignment: version 0.35.0: line 17: empty global assignment: IUSE=""

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2024-12-05 07:14:10 +01:00

34 lines
651 B
Bash

# Copyright 1999-2024 Gentoo Authors
# 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"
KEYWORDS="~amd64"
# prawn breaks tests for some reasons, needs to be investigated; code
# still works though.
RESTRICT="test"
ruby_add_rdepend "
dev-ruby/css_parser
dev-ruby/prawn
dev-ruby/rexml
"
ruby_add_bdepend "test? (
dev-ruby/mocha
dev-ruby/pdf-inspector
dev-ruby/pdf-reader
)
"