mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ruby/prawn-templates: new package, add 0.1.2
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
1
dev-ruby/prawn-templates/Manifest
Normal file
1
dev-ruby/prawn-templates/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST prawn-templates-0.1.2.gem 28160 BLAKE2B 128f0f735e91163294b8c027a029f4dc2525cdc01d949ad769bc5421dd72163fbbbc6a83175e4502da67f0bddacaf4e1e55a4d4ed871844fac0c2a4eb4255b51 SHA512 0c64566a9cfdadb075fa31fb7630419f2adc624148f8ff8921c8afea1f2a2ac363439bdef450ad2a84a08cdfbfc9e07a49380e7e6a3e43c16e7413703c029cf0
|
||||
11
dev-ruby/prawn-templates/metadata.xml
Normal file
11
dev-ruby/prawn-templates/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">prawnpdf/prawn-templates</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
Normal file
23
dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby26 ruby27 ruby30"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Provides support for templates in Prawn"
|
||||
HOMEPAGE="https://github.com/prawnpdf/prawn-templates"
|
||||
LICENSE="|| ( GPL-2+ GPL-3 Ruby )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/mocha
|
||||
>=dev-ruby/pdf-inspector-1.1.0
|
||||
>=dev-ruby/pdf-reader-1.2
|
||||
>=dev-ruby/prawn-1.3.0
|
||||
)"
|
||||
Reference in New Issue
Block a user