public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 27 Jan 2018 07:18:58 +0000 (UTC)	[thread overview]
Message-ID: <1517036349.f3b81c47a134dea1f71340d05ee34b4ff62cc8d7.graaff@gentoo> (raw)

commit:     f3b81c47a134dea1f71340d05ee34b4ff62cc8d7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 06:59:09 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 06:59:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b81c47

dev-ruby/asciidoctor-diagram: add 1.5.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/asciidoctor-diagram/Manifest              |  1 +
 .../asciidoctor-diagram-1.5.7.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest b/dev-ruby/asciidoctor-diagram/Manifest
index 6cf1c93f000..52bc5f94b86 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoctor-diagram-1.5.4.tar.gz 5203713 BLAKE2B f36fc51119fb6340f23b2c71e47675aaba0ce8e6df44c1fb629627e80bd63e925fad085ca36db22334d4849fefd5525bf595098e6f91c51fcd95843c6a876b3a SHA512 1c75d0633235a50daf1ed7514d59df0d33272086b278dbcf75b9be641834a2569d2ee56e41cdc3abc66d3c6b1631dfc1f6483e36f6041824ca5f8ec41821c5d2
 DIST asciidoctor-diagram-1.5.5.tar.gz 9061248 BLAKE2B 101cecb12d7fadbe538fcd57b7f6631b25eb68a71dd477e370f6a76f28de6a755521e9b70e3a09bf6aeb5735f8aa28f2f30403cde9e36aa91de73e9cacf21525 SHA512 e3d27496ee0c9a245e3672c278b5da690a9c9d7052c5e162190028e4aed71e370ed30b48e174e3298705551b9f265172593d5d3403eea0f9e4f4cad80b7357f4
+DIST asciidoctor-diagram-1.5.7.tar.gz 10500954 BLAKE2B e257bd92b8a75cf9061254a0f6dc5ba2b9dae6e1f7b7c9e9d69449d16b52894bb22a022d411cce848b5313de73b40f3c2e28744217a394345ded06cc9f587639 SHA512 bb6e7f036e4e4075686b9852aeb5ead592dc3ed7853f80b042a696abe267255f536247e44309086c8fab1ea91f7ac48c059b1641d0ebc84263442a73951beba4

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild
new file mode 100644
index 00000000000..3089e4219da
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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*"
+
+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/{blockdiag,erd,mermaid,msc,shaape,svgbob,syntrax,umlet,wavedrom}_spec.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}


             reply	other threads:[~2018-01-27  7:19 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-27  7:18 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-10-02  5:15 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
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=1517036349.f3b81c47a134dea1f71340d05ee34b4ff62cc8d7.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