public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/
@ 2022-08-28 13:27 Rui Huang
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2022-08-28 13:27 UTC (permalink / raw
  To: gentoo-commits

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>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
+	)"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/
@ 2022-08-28 14:26 Rui Huang
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2022-08-28 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     64fbe042a5889d8fa41d78abdc378117083a9c1c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 14:24:46 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 14:26:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64fbe042

dev-ruby/prawn-templates: fix missing RDEPEND

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
index c7d8afcc2..2129f898d 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
@@ -16,8 +16,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
+ruby_add_rdepend "
+	>=dev-ruby/pdf-reader-1.2
+	>=dev-ruby/prawn-0.11.1
+	"
+
 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
 	)"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/
@ 2022-08-31  9:27 Rui Huang
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2022-08-31  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     397ffd6370c5352834f92b9a21b76613c9b7586f
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 09:27:16 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Aug 31 09:27:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=397ffd63

dev-ruby/prawn-templates: revbump due to RDEPEND change

Fix: https://github.com/gentoo/guru/commit/64fbe042a5889d8fa41d78abdc378117083a9c1c

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 .../{prawn-templates-0.1.2.ebuild => prawn-templates-0.1.2-r1.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
similarity index 100%
rename from dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
rename to dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/
@ 2023-08-24  8:55 Rui Huang
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2023-08-24  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a90e00d2ea1f765b8a8738fd2e4b1a28acb102f3
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Aug 24 08:54:09 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Aug 24 08:54:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a90e00d2

dev-ruby/prawn-templates: enable ruby31, RESTRICT="test"

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
index 2129f898d6..38a8ae9cbf 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -16,6 +16,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
+
 ruby_add_rdepend "
 	>=dev-ruby/pdf-reader-1.2
 	>=dev-ruby/prawn-0.11.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/
@ 2023-08-26  5:58 Rui Huang
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Huang @ 2023-08-26  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a8153d818bfc4c0e469721b67cf3a50fda6a6ee6
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Aug 26 05:55:50 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Aug 26 05:55:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8153d81

dev-ruby/prawn-templates: enable ruby32

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
index 38a8ae9cbf..6c54e594b7 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-26  5:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-28 13:27 [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-templates/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28 14:26 Rui Huang
2022-08-31  9:27 Rui Huang
2023-08-24  8:55 Rui Huang
2023-08-26  5:58 Rui Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox