dev-ruby/prawn-svg: Import package from ::guru
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
e025e4446c
commit
4ff5296e63
1
dev-ruby/prawn-svg/Manifest
Normal file
1
dev-ruby/prawn-svg/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST prawn-svg-0.32.0.gem 276992 BLAKE2B 1522dad613079063de1b572ac6c234185637edc8ab129ea438342101f8df059f7f71d3d9647dbd3a43967c4419f0af50df78280a9b630bb78e6ecc6e5815ed6c SHA512 e4bb429106f6d18ad60c64c749ae236d64ebc9a621a20409fcd7c1ec64299d4fcf4d27248af030eb0e65ce74bfb0245b56aad49ed55c693f1a8eb20fc1b5bc49
|
11
dev-ruby/prawn-svg/metadata.xml
Normal file
11
dev-ruby/prawn-svg/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>vowstar@gmail.com</email>
|
||||
<name>Huang Rui</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mogest/prawn-svg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
32
dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
Normal file
32
dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2023 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 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
# prawn breaks tests for some reasons, needs to be investigated; code
|
||||
# still works though.
|
||||
RESTRICT="test"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/css_parser-1.6.0
|
||||
>=dev-ruby/prawn-0.11.1
|
||||
>=dev-ruby/rexml-3.2.0
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/mocha
|
||||
>=dev-ruby/pdf-inspector-1.1.0
|
||||
>=dev-ruby/pdf-reader-1.2
|
||||
)"
|
Loading…
x
Reference in New Issue
Block a user