From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1A9A13832E for ; Mon, 25 Jul 2016 05:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F61BE0944; Mon, 25 Jul 2016 05:28:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 698B3E0944 for ; Mon, 25 Jul 2016 05:28:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6E98340CD6 for ; Mon, 25 Jul 2016 05:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552097D8 for ; Mon, 25 Jul 2016 05:28:15 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1469424058.fa500e6e0bf7606c26f39b560eab3fab318a2447.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/asciidoctor-diagram/Manifest dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.1.ebuild X-VCS-Directories: dev-ruby/asciidoctor-diagram/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fa500e6e0bf7606c26f39b560eab3fab318a2447 X-VCS-Branch: master Date: Mon, 25 Jul 2016 05:28:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7c5c176-1edb-4c00-82c1-6390374d5940 X-Archives-Hash: a10b931e47f6ec00f34b69dc870041b2 commit: fa500e6e0bf7606c26f39b560eab3fab318a2447 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 25 05:20:58 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 25 05:20:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa500e6e dev-ruby/asciidoctor-diagram: add 1.5.1 Package-Manager: portage-2.2.28 dev-ruby/asciidoctor-diagram/Manifest | 1 + .../asciidoctor-diagram-1.5.1.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/asciidoctor-diagram/Manifest b/dev-ruby/asciidoctor-diagram/Manifest index fd2fd9c..c14e3f9 100644 --- a/dev-ruby/asciidoctor-diagram/Manifest +++ b/dev-ruby/asciidoctor-diagram/Manifest @@ -1 +1,2 @@ DIST asciidoctor-diagram-1.4.0.tar.gz 2950518 SHA256 83243bada230f2d71a7aae5df0edea8b418979d5f10a29b46b912f36a96e3edc SHA512 9e392ad419dd73741ec12ff252d48e043151a222b2cb6b0947eef8ef87356bbf184a6caa7ab595862255e5913c2390c3d90f26b20b4a0d2a91dab79a6a65075d WHIRLPOOL 9a5ea2931ee088eab6e8c2d347d1f14a27b86a274e3cead240e9cba8a968bfef52c7fcb008092467c57cc5f99a5efcef21ea6138f4d5cb7e870658b879831ec9 +DIST asciidoctor-diagram-1.5.1.tar.gz 5081222 SHA256 c37eadec781c339d00e08c0d6a3ee7f8101a46fe17da94afad0fa6a2c0b57898 SHA512 140fbde07f3873cf710d95b055cf062d651e3eda5a77e434fa6a1c122894425d29ef9ae3583ab1dbb5ba6e1a360cad73afd1d704bebdebdff6c05650ed90a61c WHIRLPOOL d7e45604d96c3550ca16cc447e62ed3dd426c03366f521d4caa422cbe4952bbdcd807081b8fbd55171af0cb9cf79394e467641f96394a55b05f9674fc77bfe5d diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.1.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.1.ebuild new file mode 100644 index 0000000..5bdb707 --- /dev/null +++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.1.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 +}