commit: 4f59b2d220540f2900925eb0f0c4c4511d3c16e7 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Sun Aug 28 13:27:05 2022 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Sun Aug 28 13:27:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f59b2d2
dev-ruby/prawn-templates: new package, add 0.1.2 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-ruby/prawn-templates/Manifest | 1 + dev-ruby/prawn-templates/metadata.xml | 11 +++++++++++ .../prawn-templates/prawn-templates-0.1.2.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) 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>[email protected]</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 + )"
