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

commit:     ce6395753a5966edb730440256bbeb5ef19783f0
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 14:25:27 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 14:26:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce639575

dev-ruby/asciidoctor-pdf: new package, add 2.3.0

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

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild   | 50 ++++++++++++++++++++++
 dev-ruby/asciidoctor-pdf/metadata.xml              | 19 ++++++++
 3 files changed, 70 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
new file mode 100644
index 000000000..ff20e0431
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -0,0 +1 @@
+DIST asciidoctor-pdf-2.3.0.tar.gz 6481184 BLAKE2B d304aa7f2833897c525696dad6bf9fdfae3dc135351750cc27707f27e4a3c82c4aebff8ef2fb7241b6d903ff0901bb224c9321cdbbef4c16936fb9484ac56290 SHA512 da55e2ea20d7e076fa9068d9582d1d2a9ed169410f2b1fc3fe5b3b47b7194f9f9552d793c0d9d0c80ff8eb732695c1c2abbee7a325ab507d62761e05c0ea1a14

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
new file mode 100644
index 000000000..b0f1ea441
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
@@ -0,0 +1,50 @@
+# 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_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	>=dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.32.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/pdf-inspector-1.3.0
+	dev-ruby/rspec-expectations:*
+	)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}

diff --git a/dev-ruby/asciidoctor-pdf/metadata.xml b/dev-ruby/asciidoctor-pdf/metadata.xml
new file mode 100644
index 000000000..d5cd3a9ae
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/metadata.xml
@@ -0,0 +1,19 @@
+<?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">asciidoctor/asciidoctor-pdf</remote-id>
+	</upstream>
+	<longdescription lang="en">
+		Asciidoctor PDF is a native PDF converter for AsciiDoc that serves the
+		pdf backend. It bypasses the step of generating an intermediary format
+		such as DocBook, Apache FO, or LaTeX in order to produce PDF.
+		Instead, you use Asciidoctor PDF to convert your documents directly
+		from AsciiDoc to PDF with Asciidoctor. The aim of this library is to
+		take the pain out of creating PDF documents from AsciiDoc.
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2022-09-07  3:42 Rui Huang
  0 siblings, 0 replies; 16+ messages in thread
From: Rui Huang @ 2022-09-07  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0379c83611b56d78b85397cf469fa1e0edbcf3b8
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Sep  7 03:41:40 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Sep  7 03:41:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0379c836

dev-ruby/asciidoctor-pdf: fix 868921

rake have no task test, skipping for now

Closes: https://bugs.gentoo.org/868921
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
index b0f1ea441..027a42ecc 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
@@ -22,6 +22,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+# rake have no task test, skipping for now
+RESTRICT=test
+
 ruby_add_rdepend "
 	>=dev-ruby/asciidoctor-2.0
 	>=dev-ruby/concurrent-ruby-1.1
@@ -33,11 +36,6 @@ ruby_add_rdepend "
 	>=dev-ruby/prawn-templates-0.1.0
 	>=dev-ruby/treetop-1.6.0
 	"
-ruby_add_bdepend "test? (
-	>=dev-ruby/chunky_png-1.4.0
-	>=dev-ruby/pdf-inspector-1.3.0
-	dev-ruby/rspec-expectations:*
-	)"
 
 all_ruby_prepare() {
 	rm Gemfile || die


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2023-01-17  3:59 Rui Huang
  0 siblings, 0 replies; 16+ messages in thread
From: Rui Huang @ 2023-01-17  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9f67b0cef0e60151f1f8650e7d2820affc276bbc
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 03:55:50 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Jan 17 03:55:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f67b0ce

dev-ruby/asciidoctor-pdf: add 2.3.4, drop 2.3.0

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

 dev-ruby/asciidoctor-pdf/Manifest                                       | 2 +-
 .../{asciidoctor-pdf-2.3.0.ebuild => asciidoctor-pdf-2.3.4.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index ff20e0431..bd18067f1 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1 @@
-DIST asciidoctor-pdf-2.3.0.tar.gz 6481184 BLAKE2B d304aa7f2833897c525696dad6bf9fdfae3dc135351750cc27707f27e4a3c82c4aebff8ef2fb7241b6d903ff0901bb224c9321cdbbef4c16936fb9484ac56290 SHA512 da55e2ea20d7e076fa9068d9582d1d2a9ed169410f2b1fc3fe5b3b47b7194f9f9552d793c0d9d0c80ff8eb732695c1c2abbee7a325ab507d62761e05c0ea1a14
+DIST asciidoctor-pdf-2.3.4.tar.gz 6503029 BLAKE2B e5f58d04a58f8a4115734aa47013548bf4ab2e75654a0246923d0e22c8203b7a43257fe9165dbbe7eb6a3d4cd17e2387c0e465591464a8ec3479841b7ef091d1 SHA512 86a074e8d290502069d7cf46d842f19e7930612291f870e72a8fc8e0e53a3aee252d0bd65419333b949894bc73690b2854b5217416fad8f54e8c8cdca5e7283d

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
similarity index 100%
rename from dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
rename to dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild


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

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

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

dev-ruby/asciidoctor-pdf: enable ruby31

Closes: https://bugs.gentoo.org/912941
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
index 027a42ecc7..b88737c775 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.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_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2023-09-09  6:45 Rui Huang
  0 siblings, 0 replies; 16+ messages in thread
From: Rui Huang @ 2023-09-09  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8b4de168f7608a44fe416aaa659c416ec50f74dd
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Sep  9 06:45:38 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Sep  9 06:45:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b4de168

dev-ruby/asciidoctor-pdf: enable ruby32

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

 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
index b88737c775..d51932fe8b 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.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_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-03  9:08 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-02-03  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3c803fcde688d54369cdeba348c94a4b075dc345
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Feb  3 08:52:39 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Feb  3 08:55:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c803fcd

dev-ruby/asciidoctor-pdf: add 2.3.12

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild  | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index bd18067f1a..acff6dec3b 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
+DIST asciidoctor-pdf-2.3.12.tar.gz 6558252 BLAKE2B 0e789496e23b558a44423547a834686ea0a99e55df244e208cbdf4bfce83ff0bd27949fd3c81f496e7f163519e6d0d932c584f5871e23c1a76a0e20ee1f2ed76 SHA512 889ee21a6b8d709983da8c9bbbc456add20f235634f6f63bfed0a0497bd10ca7337b48762c91a477a8017598bf201c4418cefb76482fb0c786ab6784e302d068
 DIST asciidoctor-pdf-2.3.4.tar.gz 6503029 BLAKE2B e5f58d04a58f8a4115734aa47013548bf4ab2e75654a0246923d0e22c8203b7a43257fe9165dbbe7eb6a3d4cd17e2387c0e465591464a8ec3479841b7ef091d1 SHA512 86a074e8d290502069d7cf46d842f19e7930612291f870e72a8fc8e0e53a3aee252d0bd65419333b949894bc73690b2854b5217416fad8f54e8c8cdca5e7283d

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
new file mode 100644
index 0000000000..adbaae7605
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	>=dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.32.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-03  9:08 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-02-03  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b9088d9c46b9ac0cd0339c84394bd79030af2e2e
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Feb  3 08:53:44 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Feb  3 08:55:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9088d9c

dev-ruby/asciidoctor-pdf: drop 2.3.4

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 -
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild   | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index acff6dec3b..91cc8441a7 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1,2 +1 @@
 DIST asciidoctor-pdf-2.3.12.tar.gz 6558252 BLAKE2B 0e789496e23b558a44423547a834686ea0a99e55df244e208cbdf4bfce83ff0bd27949fd3c81f496e7f163519e6d0d932c584f5871e23c1a76a0e20ee1f2ed76 SHA512 889ee21a6b8d709983da8c9bbbc456add20f235634f6f63bfed0a0497bd10ca7337b48762c91a477a8017598bf201c4418cefb76482fb0c786ab6784e302d068
-DIST asciidoctor-pdf-2.3.4.tar.gz 6503029 BLAKE2B e5f58d04a58f8a4115734aa47013548bf4ab2e75654a0246923d0e22c8203b7a43257fe9165dbbe7eb6a3d4cd17e2387c0e465591464a8ec3479841b7ef091d1 SHA512 86a074e8d290502069d7cf46d842f19e7930612291f870e72a8fc8e0e53a3aee252d0bd65419333b949894bc73690b2854b5217416fad8f54e8c8cdca5e7283d

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
deleted file mode 100644
index d51932fe8b..0000000000
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# rake have no task test, skipping for now
-RESTRICT=test
-
-ruby_add_rdepend "
-	>=dev-ruby/asciidoctor-2.0
-	>=dev-ruby/concurrent-ruby-1.1
-	>=dev-ruby/matrix-0.4
-	>=dev-ruby/prawn-2.4.0
-	>=dev-ruby/prawn-icon-3.0.0
-	>=dev-ruby/prawn-svg-0.32.0
-	>=dev-ruby/prawn-table-0.2.0
-	>=dev-ruby/prawn-templates-0.1.0
-	>=dev-ruby/treetop-1.6.0
-	"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-06 12:23 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-02-06 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     632f95cdc33273c183797ec16b9427813544145b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Feb  6 11:29:21 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Feb  6 12:23:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=632f95cd

dev-ruby/asciidoctor-pdf: add test dependency

Closes: https://bugs.gentoo.org/923876
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
index adbaae7605..de18c4638f 100644
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
@@ -19,6 +19,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+BDEPEND="test? ( app-text/poppler )"
+
 ruby_add_rdepend "
 	>=dev-ruby/asciidoctor-2.0
 	>=dev-ruby/concurrent-ruby-1.1


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-23 10:28 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-02-23 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b82befc9f6f92b2b27f7ea4a9dc8a135e3eba82c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 23 10:23:50 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Feb 23 10:24:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b82befc9

dev-ruby/asciidoctor-pdf: drop 2.3.12

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 -
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild  | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 0bc297a7db..da970f9c3b 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-pdf-2.3.12.tar.gz 6558252 BLAKE2B 0e789496e23b558a44423547a834686ea0a99e55df244e208cbdf4bfce83ff0bd27949fd3c81f496e7f163519e6d0d932c584f5871e23c1a76a0e20ee1f2ed76 SHA512 889ee21a6b8d709983da8c9bbbc456add20f235634f6f63bfed0a0497bd10ca7337b48762c91a477a8017598bf201c4418cefb76482fb0c786ab6784e302d068
 DIST asciidoctor-pdf-2.3.13.tar.gz 6562594 BLAKE2B 94f8c4694f1ff70fa5205c83c6b69dba7ea6eea9519ec7c083412e45cc04b0c4016045815cf89745751a64fcf572edca423099879c80f3c81f3ff26883dd29ee SHA512 0b484ae44c880f079c75c01a7526ecf0e9a736ed375e0208a8e95a0331794c4d282272f5194fbc7c30f7b561154badc0d0ef0c8afc9a12556c3915e1100098e3

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
deleted file mode 100644
index de18c4638f..0000000000
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( app-text/poppler )"
-
-ruby_add_rdepend "
-	>=dev-ruby/asciidoctor-2.0
-	>=dev-ruby/concurrent-ruby-1.1
-	>=dev-ruby/matrix-0.4
-	>=dev-ruby/prawn-2.4.0
-	>=dev-ruby/prawn-icon-3.0.0
-	>=dev-ruby/prawn-svg-0.32.0
-	>=dev-ruby/prawn-table-0.2.0
-	>=dev-ruby/prawn-templates-0.1.0
-	>=dev-ruby/treetop-1.6.0
-	"
-ruby_add_bdepend "test? (
-	>=dev-ruby/chunky_png-1.4.0
-	>=dev-ruby/coderay-1.1.0
-	>=dev-ruby/pdf-inspector-1.3.0
-)"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}
-
-each_ruby_test() {
-	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-23 10:28 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-02-23 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     adc5fa99ef4b21c61b58790d4267e716a52ca695
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 23 10:23:31 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Feb 23 10:24:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adc5fa99

dev-ruby/asciidoctor-pdf: add 2.3.13

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild  | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 91cc8441a7..0bc297a7db 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-pdf-2.3.12.tar.gz 6558252 BLAKE2B 0e789496e23b558a44423547a834686ea0a99e55df244e208cbdf4bfce83ff0bd27949fd3c81f496e7f163519e6d0d932c584f5871e23c1a76a0e20ee1f2ed76 SHA512 889ee21a6b8d709983da8c9bbbc456add20f235634f6f63bfed0a0497bd10ca7337b48762c91a477a8017598bf201c4418cefb76482fb0c786ab6784e302d068
+DIST asciidoctor-pdf-2.3.13.tar.gz 6562594 BLAKE2B 94f8c4694f1ff70fa5205c83c6b69dba7ea6eea9519ec7c083412e45cc04b0c4016045815cf89745751a64fcf572edca423099879c80f3c81f3ff26883dd29ee SHA512 0b484ae44c880f079c75c01a7526ecf0e9a736ed375e0208a8e95a0331794c4d282272f5194fbc7c30f7b561154badc0d0ef0c8afc9a12556c3915e1100098e3

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild
new file mode 100644
index 0000000000..de18c4638f
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( app-text/poppler )"
+
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	>=dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.32.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-03-30 11:16 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-03-30 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c553a3595aad100d7cf227ffa3431fad3b7402c6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 30 11:05:06 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Mar 30 11:05:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c553a359

dev-ruby/asciidoctor-pdf: drop 2.3.13

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 -
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild  | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 3181984ff2..2a390d67b6 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-pdf-2.3.13.tar.gz 6562594 BLAKE2B 94f8c4694f1ff70fa5205c83c6b69dba7ea6eea9519ec7c083412e45cc04b0c4016045815cf89745751a64fcf572edca423099879c80f3c81f3ff26883dd29ee SHA512 0b484ae44c880f079c75c01a7526ecf0e9a736ed375e0208a8e95a0331794c4d282272f5194fbc7c30f7b561154badc0d0ef0c8afc9a12556c3915e1100098e3
 DIST asciidoctor-pdf-2.3.15.tar.gz 6560656 BLAKE2B 08c49f3773a5a306524afcdc7efc52fd4f441f66cda4e804003670375c8649de792b4c6fbe1880e017a6ddfc21afa33cbc2f804865d4adad6c976003569edb7d SHA512 106ddb2f41f2d92dc7b116d2f0d5d9cf30886199b1fbb17e6e7ab2c8006515362c950d5ef512b5871d6851c7c0dff56d7cb0931365b3e9b1f825bead6d08e769

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild
deleted file mode 100644
index de18c4638f..0000000000
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.13.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( app-text/poppler )"
-
-ruby_add_rdepend "
-	>=dev-ruby/asciidoctor-2.0
-	>=dev-ruby/concurrent-ruby-1.1
-	>=dev-ruby/matrix-0.4
-	>=dev-ruby/prawn-2.4.0
-	>=dev-ruby/prawn-icon-3.0.0
-	>=dev-ruby/prawn-svg-0.32.0
-	>=dev-ruby/prawn-table-0.2.0
-	>=dev-ruby/prawn-templates-0.1.0
-	>=dev-ruby/treetop-1.6.0
-	"
-ruby_add_bdepend "test? (
-	>=dev-ruby/chunky_png-1.4.0
-	>=dev-ruby/coderay-1.1.0
-	>=dev-ruby/pdf-inspector-1.3.0
-)"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}
-
-each_ruby_test() {
-	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-03-30 11:16 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-03-30 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f75c7fc3ca8b86f6d45831ff185b6e0bf1b03fc3
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 30 11:03:04 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Mar 30 11:05:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f75c7fc3

dev-ruby/asciidoctor-pdf: add 2.3.15

Pinned dev-ruby/prawn to a compatible version.

Closes: https://bugs.gentoo.org/927877
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild  | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index da970f9c3b..3181984ff2 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-pdf-2.3.13.tar.gz 6562594 BLAKE2B 94f8c4694f1ff70fa5205c83c6b69dba7ea6eea9519ec7c083412e45cc04b0c4016045815cf89745751a64fcf572edca423099879c80f3c81f3ff26883dd29ee SHA512 0b484ae44c880f079c75c01a7526ecf0e9a736ed375e0208a8e95a0331794c4d282272f5194fbc7c30f7b561154badc0d0ef0c8afc9a12556c3915e1100098e3
+DIST asciidoctor-pdf-2.3.15.tar.gz 6560656 BLAKE2B 08c49f3773a5a306524afcdc7efc52fd4f441f66cda4e804003670375c8649de792b4c6fbe1880e017a6ddfc21afa33cbc2f804865d4adad6c976003569edb7d SHA512 106ddb2f41f2d92dc7b116d2f0d5d9cf30886199b1fbb17e6e7ab2c8006515362c950d5ef512b5871d6851c7c0dff56d7cb0931365b3e9b1f825bead6d08e769

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild
new file mode 100644
index 0000000000..14acd90885
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( app-text/poppler )"
+
+# prawn-2.5.0 is not compatible yet
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	~dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.34.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-06-22 11:23 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-06-22 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     31736eedb6625fc47940c5ba96131e6e8007a0a9
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jun 22 11:17:40 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jun 22 11:22:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31736eed

dev-ruby/asciidoctor-pdf: drop 2.3.15

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 -
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild  | 54 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 4781fe203..3a18a7b0b 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-pdf-2.3.15.tar.gz 6560656 BLAKE2B 08c49f3773a5a306524afcdc7efc52fd4f441f66cda4e804003670375c8649de792b4c6fbe1880e017a6ddfc21afa33cbc2f804865d4adad6c976003569edb7d SHA512 106ddb2f41f2d92dc7b116d2f0d5d9cf30886199b1fbb17e6e7ab2c8006515362c950d5ef512b5871d6851c7c0dff56d7cb0931365b3e9b1f825bead6d08e769
 DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild
deleted file mode 100644
index 14acd9088..000000000
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( app-text/poppler )"
-
-# prawn-2.5.0 is not compatible yet
-ruby_add_rdepend "
-	>=dev-ruby/asciidoctor-2.0
-	>=dev-ruby/concurrent-ruby-1.1
-	>=dev-ruby/matrix-0.4
-	~dev-ruby/prawn-2.4.0
-	>=dev-ruby/prawn-icon-3.0.0
-	>=dev-ruby/prawn-svg-0.34.0
-	>=dev-ruby/prawn-table-0.2.0
-	>=dev-ruby/prawn-templates-0.1.0
-	>=dev-ruby/treetop-1.6.0
-	"
-ruby_add_bdepend "test? (
-	>=dev-ruby/chunky_png-1.4.0
-	>=dev-ruby/coderay-1.1.0
-	>=dev-ruby/pdf-inspector-1.3.0
-)"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}
-
-each_ruby_test() {
-	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-06-22 11:23 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-06-22 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     626d8e1187b964d7e137d8e9af523d7afddab9a4
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jun 22 11:17:31 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jun 22 11:22:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=626d8e11

dev-ruby/asciidoctor-pdf: add 2.3.17

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild  | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 2a390d67b..4781fe203 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-pdf-2.3.15.tar.gz 6560656 BLAKE2B 08c49f3773a5a306524afcdc7efc52fd4f441f66cda4e804003670375c8649de792b4c6fbe1880e017a6ddfc21afa33cbc2f804865d4adad6c976003569edb7d SHA512 106ddb2f41f2d92dc7b116d2f0d5d9cf30886199b1fbb17e6e7ab2c8006515362c950d5ef512b5871d6851c7c0dff56d7cb0931365b3e9b1f825bead6d08e769
+DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild
new file mode 100644
index 000000000..14acd9088
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( app-text/poppler )"
+
+# prawn-2.5.0 is not compatible yet
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	~dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.34.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-08-08 12:25 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-08-08 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b782fcc44ee538531c9bdd6a9bd466b2dcaafd4c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Aug  8 11:52:59 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Aug  8 12:21:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b782fcc4

dev-ruby/asciidoctor-pdf: add 2.3.18

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 +
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild  | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 3a18a7b0b..123cef9db 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1 +1,2 @@
 DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f
+DIST asciidoctor-pdf-2.3.18.tar.gz 6563832 BLAKE2B 03e53537c8ff6ae302384276ca94bdf3d222841bdff0f4cbed3d7597a13c93cc9a533e46fc6367206e7ed31706a419b5753a633a8b891173bc138ee4058d133a SHA512 946015c110c6426b8a3c4576f97d54dbfe959caf16ffa05e55b03ea6384435d79d179aa20d306478af2c0fcd9f28483697ea1a2e0273057529038a9d0c3680f3

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild
new file mode 100644
index 000000000..1606805ee
--- /dev/null
+++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.18.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( app-text/poppler )"
+
+# prawn-2.5.0 is not compatible yet
+ruby_add_rdepend "
+	>=dev-ruby/asciidoctor-2.0
+	>=dev-ruby/concurrent-ruby-1.1
+	>=dev-ruby/matrix-0.4
+	~dev-ruby/prawn-2.4.0
+	>=dev-ruby/prawn-icon-3.0.0
+	>=dev-ruby/prawn-svg-0.34.0
+	>=dev-ruby/prawn-table-0.2.0
+	>=dev-ruby/prawn-templates-0.1.0
+	>=dev-ruby/treetop-1.6.0
+	"
+ruby_add_bdepend "test? (
+	>=dev-ruby/chunky_png-1.4.0
+	>=dev-ruby/coderay-1.1.0
+	>=dev-ruby/pdf-inspector-1.3.0
+)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/
@ 2024-08-08 12:25 Takuya Wakazono
  0 siblings, 0 replies; 16+ messages in thread
From: Takuya Wakazono @ 2024-08-08 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6a7b1d12b20ddf50072932bcdeca6d6aa87672c7
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Aug  8 11:53:08 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Aug  8 12:21:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a7b1d12

dev-ruby/asciidoctor-pdf: drop 2.3.17

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-ruby/asciidoctor-pdf/Manifest                  |  1 -
 .../asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild  | 54 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest
index 123cef9db..3d282e5f8 100644
--- a/dev-ruby/asciidoctor-pdf/Manifest
+++ b/dev-ruby/asciidoctor-pdf/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f
 DIST asciidoctor-pdf-2.3.18.tar.gz 6563832 BLAKE2B 03e53537c8ff6ae302384276ca94bdf3d222841bdff0f4cbed3d7597a13c93cc9a533e46fc6367206e7ed31706a419b5753a633a8b891173bc138ee4058d133a SHA512 946015c110c6426b8a3c4576f97d54dbfe959caf16ffa05e55b03ea6384435d79d179aa20d306478af2c0fcd9f28483697ea1a2e0273057529038a9d0c3680f3

diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild
deleted file mode 100644
index 14acd9088..000000000
--- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.17.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( app-text/poppler )"
-
-# prawn-2.5.0 is not compatible yet
-ruby_add_rdepend "
-	>=dev-ruby/asciidoctor-2.0
-	>=dev-ruby/concurrent-ruby-1.1
-	>=dev-ruby/matrix-0.4
-	~dev-ruby/prawn-2.4.0
-	>=dev-ruby/prawn-icon-3.0.0
-	>=dev-ruby/prawn-svg-0.34.0
-	>=dev-ruby/prawn-table-0.2.0
-	>=dev-ruby/prawn-templates-0.1.0
-	>=dev-ruby/treetop-1.6.0
-	"
-ruby_add_bdepend "test? (
-	>=dev-ruby/chunky_png-1.4.0
-	>=dev-ruby/coderay-1.1.0
-	>=dev-ruby/pdf-inspector-1.3.0
-)"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-
-	sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}
-
-each_ruby_test() {
-	RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec
-}


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

end of thread, other threads:[~2024-08-08 12:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-09  6:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-08-08 12:25 Takuya Wakazono
2024-08-08 12:25 Takuya Wakazono
2024-06-22 11:23 Takuya Wakazono
2024-06-22 11:23 Takuya Wakazono
2024-03-30 11:16 Takuya Wakazono
2024-03-30 11:16 Takuya Wakazono
2024-02-23 10:28 Takuya Wakazono
2024-02-23 10:28 Takuya Wakazono
2024-02-06 12:23 Takuya Wakazono
2024-02-03  9:08 Takuya Wakazono
2024-02-03  9:08 Takuya Wakazono
2023-08-24  8:55 Rui Huang
2023-01-17  3:59 Rui Huang
2022-09-07  3:42 Rui Huang
2022-08-28 14:26 Rui Huang

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