mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ruby/prawn: drop 2.4.0-r2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="data"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="prawn.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
|
||||
HOMEPAGE="https://prawnpdf.org/"
|
||||
SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="|| ( GPL-2 GPL-3 Ruby )"
|
||||
SLOT="2"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/matrix-0.4*
|
||||
=dev-ruby/pdf-core-0.9*
|
||||
>=dev-ruby/ttfunk-1.7:*
|
||||
"
|
||||
ruby_add_bdepend "test? ( dev-ruby/coderay
|
||||
>=dev-ruby/pdf-inspector-1.2.1
|
||||
>=dev-ruby/pdf-reader-1.4
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
|
||||
sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
|
||||
|
||||
# Remove test that needs unpackaged dependency
|
||||
rm -f spec/prawn_manual_spec.rb || die
|
||||
}
|
||||
Reference in New Issue
Block a user