dev-ruby/prawn-svg: drop 0.32.0

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-03-26 20:24:07 +09:00
parent 3ab0439c5e
commit e154f823ed
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST prawn-svg-0.32.0.gem 276992 BLAKE2B 1522dad613079063de1b572ac6c234185637edc8ab129ea438342101f8df059f7f71d3d9647dbd3a43967c4419f0af50df78280a9b630bb78e6ecc6e5815ed6c SHA512 e4bb429106f6d18ad60c64c749ae236d64ebc9a621a20409fcd7c1ec64299d4fcf4d27248af030eb0e65ce74bfb0245b56aad49ed55c693f1a8eb20fc1b5bc49
DIST prawn-svg-0.34.2.gem 282624 BLAKE2B 7802ace3910ef7f24e32a3e2412ca8467baa496c198940f5287c4e0a7859154df1d159a39a0f1d269143c3d1f7f6b8666097fa1a738052fa15551e026b721796 SHA512 ee708156fcce4d855d306462f3ea2bca2d657e0f418eb3bb64041a7fb5c1c99a25ac574acfb05f001ed39060225a1973d26b69c8f2989478b22070b3ff13b29a

View File

@@ -1,31 +0,0 @@
# 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"
# 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
)"