From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/
Date: Fri, 2 Oct 2020 05:15:58 +0000 (UTC) [thread overview]
Message-ID: <1601615040.e76a801af7d769578e1d0809df5419b51516d1e1.graaff@gentoo> (raw)
commit: e76a801af7d769578e1d0809df5419b51516d1e1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 05:04:00 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 05:04:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76a801a
dev-ruby/asciidoctor-diagram: add 2.0.5
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/asciidoctor-diagram/Manifest | 1 +
.../asciidoctor-diagram-2.0.5.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ruby/asciidoctor-diagram/Manifest b/dev-ruby/asciidoctor-diagram/Manifest
index 78b14f6cc02..ed85da09c13 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,3 +1,4 @@
DIST asciidoctor-diagram-1.5.19.tar.gz 11707367 BLAKE2B 2088d2a7b424b9a716204e607d6e4c3bb7521b2098caad131210c163ade6f8a07872793945829d6b1e6e88a9d04126738eb439c968e99f326baddc310b48de0e SHA512 14270c8ea0e63163e01171695ecb99f5ef9667e2ec50b26e56495a1fc2c0e8af97fc784f5decb8fc75f1830581a9bc658d699af6aeee52adc20adad82cb1aed9
DIST asciidoctor-diagram-2.0.2.tar.gz 12481283 BLAKE2B f0b12514a7b16f6ab8c3a072aa9550ecfe0c8139e8f9ec1ea660a805813f942530519e4d90357e9b28d5d0e6c48bb9aff5dc1d56bfbe1cb15095653a8311c62c SHA512 8a72ee61b7341c516d1d34610a7cd0cd6d0c8dbd4b970b79c3b313f1230a0cc79ff47fcf553c2de144bd3f1f922183f0236354651a255023ce14b04f17195ee7
DIST asciidoctor-diagram-2.0.3.tar.gz 12483731 BLAKE2B b907ff1747b440ddabe83ca9a562ed9ad7b4b04b07d18fe7d3214f0eea035d4a9b340a121c91a7a5d1f5dc9011d6e56958b784b229a571b6cd2d902205eeda13 SHA512 19bd0263b6d159685f1d0b7955f11428bcce9afd66157903cb797499652bfd587d41d0bd8493f7e97ccf3ee32cfdebcab10c4001b50a21060a890289573adbf1
+DIST asciidoctor-diagram-2.0.5.tar.gz 12482984 BLAKE2B b0ef8596d2f2dfcf11fcbba876141aee38e8615195159f76e07b45c00b46bd85824dd6e8e9f571b396bbd9d082c5d60d4e05cdeac27719bfca53216c0d1b1816 SHA512 7e3bfbfb08d7389a039b1727bc173fca82e05134bebd89f3ca65d5e7860555034ff5e785c32e55ea2cc9826343456c6ecdfa15fc76f4d94858461356ab3ced71
diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild
new file mode 100644
index 00000000000..9a6dfb6b196
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram"
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 <dev-ruby/asciidoctor-3"
+
+all_ruby_prepare() {
+ rm Gemfile || die
+ sed -i -e '/c.formatter/ s:^:#:' spec/test_helper.rb || die
+
+ # Avoid specs for unpackaged tools
+ rm -f spec/{a2s,blockdiag,bpmn,bytefield,dpic,erd,mermaid,msc,nomnoml,pikchr,shaape,smcat,svgbob,symbolator,syntrax,umlet,vega,wavedrom}_spec.rb || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+}
next reply other threads:[~2020-10-02 5:16 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-02 5:15 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-18 13:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/ Hans de Graaff
2025-07-27 6:01 Hans de Graaff
2025-06-19 13:34 Hans de Graaff
2025-06-05 7:43 Hans de Graaff
2024-07-13 6:10 Hans de Graaff
2024-04-04 6:06 Hans de Graaff
2023-11-03 14:21 Hans de Graaff
2023-11-03 14:21 Hans de Graaff
2023-09-10 6:52 Hans de Graaff
2023-09-09 9:21 Hans de Graaff
2023-04-08 9:10 Hans de Graaff
2022-07-25 10:10 Hans de Graaff
2022-07-25 5:23 Hans de Graaff
2022-07-25 5:23 Hans de Graaff
2022-05-08 5:44 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-04-10 6:17 Hans de Graaff
2020-09-19 5:35 Hans de Graaff
2020-09-16 6:15 Hans de Graaff
2020-04-17 4:39 Hans de Graaff
2020-04-09 4:13 Hans de Graaff
2020-02-17 6:04 Hans de Graaff
2019-10-13 6:38 Hans de Graaff
2019-06-01 5:23 Hans de Graaff
2019-05-29 15:22 Hans de Graaff
2019-05-04 9:23 Hans de Graaff
2019-04-21 6:11 Hans de Graaff
2019-04-21 6:11 Hans de Graaff
2019-04-15 4:42 Hans de Graaff
2019-03-14 5:56 Hans de Graaff
2019-02-27 6:10 Hans de Graaff
2019-02-27 6:10 Hans de Graaff
2019-01-31 7:35 Hans de Graaff
2019-01-22 6:27 Hans de Graaff
2018-11-19 5:43 Hans de Graaff
2018-09-08 6:30 Hans de Graaff
2018-05-06 18:52 Hans de Graaff
2018-05-06 6:37 Hans de Graaff
2018-03-30 6:13 Hans de Graaff
2018-01-27 7:18 Hans de Graaff
2017-08-12 5:14 Hans de Graaff
2017-04-29 5:37 Hans de Graaff
2017-04-29 5:37 Hans de Graaff
2017-01-20 6:40 Hans de Graaff
2016-07-25 5:28 Hans de Graaff
2016-06-05 8:39 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1601615040.e76a801af7d769578e1d0809df5419b51516d1e1.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox