* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2022-09-08 1:46 Ronny Gutbrod
0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2022-09-08 1:46 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: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2023-08-24 22:41 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2023-08-24 22:41 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2023-09-09 12:26 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2023-09-09 12:26 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-23 13:10 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2024-02-23 13:10 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-02-23 13:10 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2024-02-23 13:10 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-03-30 19:29 Julien Roy
0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-03-30 19:29 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-03-30 19:29 Julien Roy
0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-03-30 19:29 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: Julien Roy <julien <AT> jroy <DOT> ca>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-06-25 9:52 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2024-06-25 9:52 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-06-25 9:52 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2024-06-25 9:52 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: David Roman <davidroman96 <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-08-09 3:29 Lucio Sauer
0 siblings, 0 replies; 11+ messages in thread
From: Lucio Sauer @ 2024-08-09 3:29 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: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
@ 2024-08-09 3:29 Lucio Sauer
0 siblings, 0 replies; 11+ messages in thread
From: Lucio Sauer @ 2024-08-09 3:29 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: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
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] 11+ messages in thread
end of thread, other threads:[~2024-08-09 3:29 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 22:41 [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-08-09 3:29 Lucio Sauer
2024-08-09 3:29 Lucio Sauer
2024-06-25 9:52 David Roman
2024-06-25 9:52 David Roman
2024-03-30 19:29 Julien Roy
2024-03-30 19:29 Julien Roy
2024-02-23 13:10 David Roman
2024-02-23 13:10 David Roman
2023-09-09 12:26 David Roman
2022-09-08 1:46 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox