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: Sun,  5 Jun 2016 08:39:02 +0000 (UTC)	[thread overview]
Message-ID: <1465115828.1bf54cff77f210dcb75004e773c39b9be18537cc.graaff@gentoo> (raw)

commit:     1bf54cff77f210dcb75004e773c39b9be18537cc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 08:35:20 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 08:37:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf54cff

dev-ruby/asciidoctor-diagram: initial import, bug 584472

Package-Manager: portage-2.2.28

 dev-ruby/asciidoctor-diagram/Manifest              |  1 +
 .../asciidoctor-diagram-1.4.0.ebuild               | 38 ++++++++++++++++++++++
 dev-ruby/asciidoctor-diagram/metadata.xml          | 11 +++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest b/dev-ruby/asciidoctor-diagram/Manifest
new file mode 100644
index 0000000..fd2fd9c
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -0,0 +1 @@
+DIST asciidoctor-diagram-1.4.0.tar.gz 2950518 SHA256 83243bada230f2d71a7aae5df0edea8b418979d5f10a29b46b912f36a96e3edc SHA512 9e392ad419dd73741ec12ff252d48e043151a222b2cb6b0947eef8ef87356bbf184a6caa7ab595862255e5913c2390c3d90f26b20b4a0d2a91dab79a6a65075d WHIRLPOOL 9a5ea2931ee088eab6e8c2d347d1f14a27b86a274e3cead240e9cba8a968bfef52c7fcb008092467c57cc5f99a5efcef21ea6138f4d5cb7e870658b879831ec9

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.4.0.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.4.0.ebuild
new file mode 100644
index 0000000..5bdb707
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+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.0"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+
+	# Avoid specs for unpackaged tools
+	rm -f spec/{blockdiag,mermaid,shaape,wavedrom}_spec.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+}

diff --git a/dev-ruby/asciidoctor-diagram/metadata.xml b/dev-ruby/asciidoctor-diagram/metadata.xml
new file mode 100644
index 0000000..29233bd
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">asciidoctor/asciidoctor-diagram</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2016-06-05  8:39 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-05  8:39 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-25  5:28 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/ Hans de Graaff
2017-01-20  6:40 Hans de Graaff
2017-04-29  5:37 Hans de Graaff
2017-04-29  5:37 Hans de Graaff
2017-08-12  5:14 Hans de Graaff
2018-01-27  7:18 Hans de Graaff
2018-03-30  6:13 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-05-06 18:52 Hans de Graaff
2018-09-08  6:30 Hans de Graaff
2018-11-19  5:43 Hans de Graaff
2019-01-22  6:27 Hans de Graaff
2019-01-31  7:35 Hans de Graaff
2019-02-27  6:10 Hans de Graaff
2019-02-27  6:10 Hans de Graaff
2019-03-14  5:56 Hans de Graaff
2019-04-15  4:42 Hans de Graaff
2019-04-21  6:11 Hans de Graaff
2019-04-21  6:11 Hans de Graaff
2019-05-04  9:23 Hans de Graaff
2019-05-29 15:22 Hans de Graaff
2019-06-01  5:23 Hans de Graaff
2019-10-13  6:38 Hans de Graaff
2020-02-17  6:04 Hans de Graaff
2020-04-09  4:13 Hans de Graaff
2020-04-17  4:39 Hans de Graaff
2020-09-16  6:15 Hans de Graaff
2020-09-19  5:35 Hans de Graaff
2020-10-02  5:15 Hans de Graaff
2021-04-10  6:17 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2022-07-25  5:23 Hans de Graaff
2022-07-25  5:23 Hans de Graaff
2022-07-25 10:10 Hans de Graaff
2023-04-08  9:10 Hans de Graaff
2023-09-09  9:21 Hans de Graaff
2023-09-10  6:52 Hans de Graaff
2023-11-03 14:21 Hans de Graaff
2023-11-03 14:21 Hans de Graaff
2024-04-04  6:06 Hans de Graaff
2024-07-13  6:10 Hans de Graaff
2025-06-05  7:43 Hans de Graaff
2025-06-19 13:34 Hans de Graaff
2025-07-27  6:01 Hans de Graaff
2025-08-18 13:02 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=1465115828.1bf54cff77f210dcb75004e773c39b9be18537cc.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