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, 21 Apr 2019 06:11:17 +0000 (UTC)	[thread overview]
Message-ID: <1555826729.7d9c9adafd0b8ca75984092c0b49876fd9620cde.graaff@gentoo> (raw)

commit:     7d9c9adafd0b8ca75984092c0b49876fd9620cde
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 06:05:29 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 06:05:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9c9ada

dev-ruby/asciidoctor-diagram: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/asciidoctor-diagram/Manifest              |  3 --
 .../asciidoctor-diagram-1.5.12.ebuild              | 38 ----------------------
 .../asciidoctor-diagram-1.5.13.ebuild              | 38 ----------------------
 .../asciidoctor-diagram-1.5.15.ebuild              | 38 ----------------------
 4 files changed, 117 deletions(-)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest b/dev-ruby/asciidoctor-diagram/Manifest
index 64e93b21791..9edab6a3e91 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,5 +1,2 @@
-DIST asciidoctor-diagram-1.5.12.tar.gz 11262551 BLAKE2B 08ecd3c1b7814b253e6be11d423e0e95e12d8e1097f54b09ae3a5935d94349f9ff2c40d58666895429be5ec058bd797aad38516a0c5bb292866dbbf23f857d9a SHA512 89c4aa836e554ea69ae204406fa36f25ebae12cf98acf7b96bcf96f548bdcb4d2503e671aeb419f8b5d96441564e572b714e2f9a3017c4942d139977a148bf5b
-DIST asciidoctor-diagram-1.5.13.tar.gz 11264430 BLAKE2B b5ce1946635bf24e45d8bdd264a3e924b9c876e28d42efce388e60c85e143c9267971eb2dbffe9ceb9af4770162dc1c29538291ff24b59db5fad382811810972 SHA512 9a51b69af6b60bcf7e6daa1be3965ca4497fef7e8ec04461380c51494b5c4aaba35a6e62bfe88281b8d54c8340b34b6cc739da021cfa6f7d9f528802347a02e4
 DIST asciidoctor-diagram-1.5.14.tar.gz 11264778 BLAKE2B 298d3c8dc569877d4500bbbc41167de66748d67e9813c6d505aa9296fe49d973e3455a9f53a127ebc9127db64b5228c24e1ddb2ccacfe5bafdfbd5a8511ffb49 SHA512 66f8b7f48dcab4feb14eadadeb571c7cedb0b18c7a0acb004ebc6144affddc1d4a3d05a27996c666ac7966b62d05a5953b7a84895268e071445209b928fe9e89
-DIST asciidoctor-diagram-1.5.15.tar.gz 11264772 BLAKE2B 7333750ac7fc5a8abdb397ed4f7a891d46a07d1032d396968e6f56abf0b50def6dfbb108f6a0a775bb9519f7b8ef91f22d70b1722496e142e8cef58315eced2c SHA512 bc3a5a53bbd53decd479a14c9ad5f561e88b5761da77f246326bd2b5b9388d3d34f18b8964fbbc0e6b47c9d212758a1983b7ed10559b5bda42d5382ded756a72
 DIST asciidoctor-diagram-1.5.16.tar.gz 11264819 BLAKE2B 31320b609aaa8458bf24d05f5ea5a561801cdf5e0243e333bbf209060fb75ebed47f94302e381420f8d294a5c0349783d8b3e2bdc81721d50d990eb978a220a5 SHA512 94822a604c43894e2be11370aa4595948e35f4f670338d84abe798beb312a8212c944e78478b785d68384177787539ed4a20a360b55325bd94ced502ca957843

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.12.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.12.ebuild
deleted file mode 100644
index 7b321aab14a..00000000000
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.12.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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/{a2s,blockdiag,erd,mermaid,msc,shaape,svgbob,syntrax,umlet,vega,wavedrom}_spec.rb || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.13.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.13.ebuild
deleted file mode 100644
index 7b321aab14a..00000000000
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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/{a2s,blockdiag,erd,mermaid,msc,shaape,svgbob,syntrax,umlet,vega,wavedrom}_spec.rb || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.15.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.15.ebuild
deleted file mode 100644
index c7e2499f4e0..00000000000
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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/{a2s,blockdiag,erd,mermaid,msc,nomnoml,shaape,svgbob,syntrax,umlet,vega,wavedrom}_spec.rb || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-}


             reply	other threads:[~2019-04-21  6:11 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-21  6:11 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13  6:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/ 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-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=1555826729.7d9c9adafd0b8ca75984092c0b49876fd9620cde.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