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: Mon, 19 Jun 2017 05:23:43
Message-Id: 1497849700.4126f400492f6796cfad0f55faf48c690a81945e.graaff@gentoo
1 commit: 4126f400492f6796cfad0f55faf48c690a81945e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 05:21:40 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 05:21:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126f400
7
8 dev-ruby/asciidoctor: cleanup
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ruby/asciidoctor/Manifest | 1 -
13 dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild | 43 ---------------------------
14 dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild | 43 ---------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
18 index 61ee1fa78d8..99bc4c64db3 100644
19 --- a/dev-ruby/asciidoctor/Manifest
20 +++ b/dev-ruby/asciidoctor/Manifest
21 @@ -1,2 +1 @@
22 -DIST asciidoctor-1.5.4.tar.gz 520793 SHA256 2963fdf5ce12962e3a514d7d83426897184c947de5df89300ee524970dc2f3bc SHA512 c3a6405a6c39d1aa70e4d10ce42a6f6e01f3b7ddd8f695e8043fce9116ac91ad1f1f881a449ee8a61172213720dae1285f9c4de03a5cec908de906ed5b14e626 WHIRLPOOL bb06147e6c77fc5d0133b0b747103ec362cc724624087cb84756b2a193540e6b164aed1c8a20a1578298be135e7b65938ae07a902409ba778c25792bd6350ec9
23 DIST asciidoctor-1.5.5.tar.gz 543437 SHA256 2da103a6b108ba31fced25c79d52318f41f349a8552917a11e910d194f95190b SHA512 6a95c2e48314a1f44d6398d83c490231baeb4ebea8d8c0e0ef361c884251fe054d48afceccadfb6c34947946920731e0194fc3e398b8dd8b8b320ea9d37f1f66 WHIRLPOOL 1772b12098b117200b36c5bf3fe9659b178ced7c9994fcc1332bc89c4b3dde1824feae70e3b9178569283c69c0345e37ac4394877feac4aa0ae32c103b91359e
24
25 diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild
26 deleted file mode 100644
27 index 7cdb159afe3..00000000000
28 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby20 ruby21 ruby22"
36 -
37 -RUBY_FAKEGEM_TASK_TEST="test features"
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
40 -
41 -RUBY_FAKEGEM_EXTRAINSTALL="data"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
46 -HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
47 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm"
52 -IUSE=""
53 -
54 -ruby_add_bdepend "test? (
55 - dev-util/cucumber
56 - dev-ruby/rspec-expectations:*
57 - dev-ruby/asciimath
58 - dev-ruby/coderay
59 - dev-ruby/erubis
60 - dev-ruby/haml
61 - dev-ruby/nokogiri
62 - dev-ruby/slim
63 - dev-ruby/tilt )"
64 -
65 -all_ruby_prepare() {
66 - rm Gemfile || die
67 -}
68 -
69 -all_ruby_install() {
70 - all_fakegem_install
71 -
72 - doman man/asciidoctor.1
73 -}
74
75 diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild
76 deleted file mode 100644
77 index 7cdb159afe3..00000000000
78 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild
79 +++ /dev/null
80 @@ -1,43 +0,0 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -USE_RUBY="ruby20 ruby21 ruby22"
86 -
87 -RUBY_FAKEGEM_TASK_TEST="test features"
88 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
89 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
90 -
91 -RUBY_FAKEGEM_EXTRAINSTALL="data"
92 -
93 -inherit ruby-fakegem
94 -
95 -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
96 -HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
97 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 -
99 -LICENSE="MIT"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~arm"
102 -IUSE=""
103 -
104 -ruby_add_bdepend "test? (
105 - dev-util/cucumber
106 - dev-ruby/rspec-expectations:*
107 - dev-ruby/asciimath
108 - dev-ruby/coderay
109 - dev-ruby/erubis
110 - dev-ruby/haml
111 - dev-ruby/nokogiri
112 - dev-ruby/slim
113 - dev-ruby/tilt )"
114 -
115 -all_ruby_prepare() {
116 - rm Gemfile || die
117 -}
118 -
119 -all_ruby_install() {
120 - all_fakegem_install
121 -
122 - doman man/asciidoctor.1
123 -}