diff options
author | Huang Rui <vowstar@gmail.com> | 2022-08-28 21:27:05 +0800 |
---|---|---|
committer | Huang Rui <vowstar@gmail.com> | 2022-08-28 21:27:05 +0800 |
commit | 4f59b2d220540f2900925eb0f0c4c4511d3c16e7 (patch) | |
tree | d2a08d692a2bb4d1e258c6d9bd1fff93bcb61875 /dev-ruby | |
parent | sci-electronics/bluespec: bump to 2022.01 (diff) | |
download | guru-4f59b2d220540f2900925eb0f0c4c4511d3c16e7.tar.gz guru-4f59b2d220540f2900925eb0f0c4c4511d3c16e7.tar.bz2 guru-4f59b2d220540f2900925eb0f0c4c4511d3c16e7.zip |
dev-ruby/prawn-templates: new package, add 0.1.2
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/prawn-templates/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/prawn-templates/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild | 23 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/prawn-templates/Manifest b/dev-ruby/prawn-templates/Manifest new file mode 100644 index 000000000..48886d300 --- /dev/null +++ b/dev-ruby/prawn-templates/Manifest @@ -0,0 +1 @@ +DIST prawn-templates-0.1.2.gem 28160 BLAKE2B 128f0f735e91163294b8c027a029f4dc2525cdc01d949ad769bc5421dd72163fbbbc6a83175e4502da67f0bddacaf4e1e55a4d4ed871844fac0c2a4eb4255b51 SHA512 0c64566a9cfdadb075fa31fb7630419f2adc624148f8ff8921c8afea1f2a2ac363439bdef450ad2a84a08cdfbfc9e07a49380e7e6a3e43c16e7413703c029cf0 diff --git a/dev-ruby/prawn-templates/metadata.xml b/dev-ruby/prawn-templates/metadata.xml new file mode 100644 index 000000000..2fea477e7 --- /dev/null +++ b/dev-ruby/prawn-templates/metadata.xml @@ -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> diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild new file mode 100644 index 000000000..c7d8afcc2 --- /dev/null +++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild @@ -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 + )" |