Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/
Date: Fri, 31 Aug 2018 05:58:42
Message-Id: 1535695103.560d790a1f326b03e11bef56a5493c1bd54f5af8.graaff@gentoo
1 commit: 560d790a1f326b03e11bef56a5493c1bd54f5af8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 05:58:23 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 05:58:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560d790a
7
8 dev-ruby/asciidoctor: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/asciidoctor/Manifest | 1 -
13 dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild | 43 ------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
17 index 5928f048b9b..7f3cf267336 100644
18 --- a/dev-ruby/asciidoctor/Manifest
19 +++ b/dev-ruby/asciidoctor/Manifest
20 @@ -1,2 +1 @@
21 -DIST asciidoctor-1.5.5.tar.gz 543437 BLAKE2B ff3530825a495ee222634aa871f828069fd5c1ec1ab3c4513f7b0e74af3c4a78ee4ab0f0764f8d7dc698484d2acb962dc4fa8ae6a2c7f6c365c08a65a3044afa SHA512 6a95c2e48314a1f44d6398d83c490231baeb4ebea8d8c0e0ef361c884251fe054d48afceccadfb6c34947946920731e0194fc3e398b8dd8b8b320ea9d37f1f66
22 DIST asciidoctor-1.5.7.1.tar.gz 565182 BLAKE2B c697ea1b371a9ec26ec3277e043275ed3672bad104d34553aa442723797df3cc4e5a48447f806dba53fb3a142760f514bff74b189058260f621c8b63f8ad02b1 SHA512 4819aef93fb301e5378871935370fe37671446ecdedf76853cc0c19a6a5f3f0e2debbf2afb8ba7287f866fb57903abdfe6d845e1ccf24dda4347ec9c92624c3d
23
24 diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
25 deleted file mode 100644
26 index bd14dd1ef17..00000000000
27 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby21 ruby22 ruby23"
35 -
36 -RUBY_FAKEGEM_TASK_TEST="test features"
37 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
39 -
40 -RUBY_FAKEGEM_EXTRAINSTALL="data"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
45 -HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
46 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
51 -IUSE=""
52 -
53 -ruby_add_bdepend "test? (
54 - dev-util/cucumber
55 - dev-ruby/rspec-expectations:*
56 - dev-ruby/asciimath
57 - dev-ruby/coderay
58 - dev-ruby/erubis
59 - dev-ruby/haml
60 - dev-ruby/nokogiri
61 - dev-ruby/slim
62 - dev-ruby/tilt )"
63 -
64 -all_ruby_prepare() {
65 - rm Gemfile || die
66 -}
67 -
68 -all_ruby_install() {
69 - all_fakegem_install
70 -
71 - doman man/asciidoctor.1
72 -}