From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35342158094 for ; Sun, 28 Aug 2022 13:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 563FCE0936; Sun, 28 Aug 2022 13:27:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 381E0E0936 for ; Sun, 28 Aug 2022 13:27:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA264340E7E for ; Sun, 28 Aug 2022 13:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E4B1556 for ; Sun, 28 Aug 2022 13:27:26 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1661693225.4f59b2d220540f2900925eb0f0c4c4511d3c16e7.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/prawn-templates/Manifest dev-ruby/prawn-templates/metadata.xml dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild X-VCS-Directories: dev-ruby/prawn-templates/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 4f59b2d220540f2900925eb0f0c4c4511d3c16e7 X-VCS-Branch: dev Date: Sun, 28 Aug 2022 13:27:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1963b361-cb7a-4fcd-8e63-ef01388ac41e X-Archives-Hash: 3bae5448331496fd9d8dfe8aebe18c56 commit: 4f59b2d220540f2900925eb0f0c4c4511d3c16e7 Author: Huang Rui gmail com> AuthorDate: Sun Aug 28 13:27:05 2022 +0000 Commit: Rui Huang gmail 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 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 @@ + + + + + vowstar@gmail.com + Huang Rui + + + prawnpdf/prawn-templates + + 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 + )"