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: Sat, 11 Sep 2021 07:42:22
Message-Id: 1631345811.2eb5d9bfe46fbb88014e1bad7caa75468260e937.graaff@gentoo
1 commit: 2eb5d9bfe46fbb88014e1bad7caa75468260e937
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 07:36:51 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 07:36:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb5d9bf
7
8 dev-ruby/asciidoctor: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/asciidoctor/Manifest | 2 --
14 dev-ruby/asciidoctor/asciidoctor-2.0.11.ebuild | 44 --------------------------
15 dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild | 44 --------------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
19 index 666bec8afd5..c5e3636c3d6 100644
20 --- a/dev-ruby/asciidoctor/Manifest
21 +++ b/dev-ruby/asciidoctor/Manifest
22 @@ -1,5 +1,3 @@
23 DIST asciidoctor-2.0.10.tar.gz 613180 BLAKE2B 46125c85276eb0c7cf4404ca04d854449233e2cd14e24687aed9f95eb64ceb6ebac3d3ed73918679b9a5b047e41d82d02383d0e08acd0df5cc9bc216f14c79a3 SHA512 9ef908081569188d9903c7a7619fe0b50197f6f0cc922c4070e116bcd3f988a55da87443e84b6e260aabcc653a804fcaf29b96a722ab36f7ebb27ec11eb7ddbe
24 -DIST asciidoctor-2.0.11.tar.gz 625446 BLAKE2B 4c4a3a7e019971765efade92da39d5895f54bd3eb927eb1ecc1cc3e3998490fcdb93426c03c9fca82d777b28c6c8027f34d39289b2250254884613670eacf9d6 SHA512 eef126653fb75c4d4bce5481f9e12f1852cf5794f547e1131f2e3f5bc34c3813e32034e6890432e83fc543b4a5dcca46750d052844d7055bfe20ea4b0c4428f2
25 -DIST asciidoctor-2.0.12.tar.gz 625448 BLAKE2B 242ee146465685c7b5326c343df1e1e1bcd74d85c2bfae3fd3e661c63a11c82fba6a2ff9ddb0cd0131289ef09b14b6039a0c54e35471b000166584ae3530d6cd SHA512 b1fdfd8907d19943bebc9040e3e541df81eb874bf9d53a174e5be8a804e117e7ee3cd21046a4a4142cdc285e6269796d06915b0f42f4f16ae1e8975e444a8a76
26 DIST asciidoctor-2.0.15.tar.gz 1633310 BLAKE2B 58029acdf3832459dde5df2835749bb781ccbaa547fa4a09dc10a69fbef36ed690fac7cd0e2b3da1a5de847be678d0ad410c17c6768e466fffc7ad30b5d9d4bf SHA512 4cd0ce922d5db5bc5b31ebc75707c2e9e2a94a2a28eeb68ed25f55c46c416c950d28b880c4b1ab52bbcdda9ee4ee7b1c297049754d214983b68eedf2d96492d8
27 DIST asciidoctor-2.0.16.tar.gz 1651396 BLAKE2B 6da2971c38e48497b482ca1bc22916a10c3505d7bd4fa802ffd4939a0c0986d650a30b5870fea7979046c4b61c6e97aec08d9ba345ce350de6721d545c2923b5 SHA512 95003640632cc99f1edd2447156135267ad78f24983418817f19256fab6e313b8faab9f676317e7cc610728abb8b047f2d2f481f4700009a2d6bdd3b9efcc463
28
29 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.11.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.11.ebuild
30 deleted file mode 100644
31 index 15d529af89d..00000000000
32 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.11.ebuild
33 +++ /dev/null
34 @@ -1,44 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -USE_RUBY="ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_TASK_TEST="test features"
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
43 -
44 -RUBY_FAKEGEM_EXTRAINSTALL="data"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
49 -HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
50 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
55 -IUSE=""
56 -
57 -ruby_add_bdepend "test? (
58 - dev-util/cucumber
59 - dev-ruby/rspec-expectations:*
60 - dev-ruby/asciimath
61 - dev-ruby/coderay
62 - dev-ruby/concurrent-ruby
63 - dev-ruby/erubis
64 - dev-ruby/haml
65 - dev-ruby/nokogiri
66 - dev-ruby/rouge
67 - dev-ruby/slim
68 - dev-ruby/tilt )"
69 -
70 -all_ruby_prepare() {
71 - rm Gemfile || die
72 -}
73 -
74 -all_ruby_install() {
75 - all_fakegem_install
76 -
77 - doman man/asciidoctor.1
78 -}
79
80 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
81 deleted file mode 100644
82 index b19e986d2fc..00000000000
83 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
84 +++ /dev/null
85 @@ -1,44 +0,0 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -USE_RUBY="ruby25 ruby26 ruby27"
91 -
92 -RUBY_FAKEGEM_TASK_TEST="test features"
93 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
94 -
95 -RUBY_FAKEGEM_EXTRAINSTALL="data"
96 -
97 -inherit ruby-fakegem
98 -
99 -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats"
100 -HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
101 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
106 -IUSE=""
107 -
108 -ruby_add_bdepend "test? (
109 - dev-util/cucumber
110 - dev-ruby/rspec-expectations:*
111 - dev-ruby/asciimath
112 - dev-ruby/coderay
113 - dev-ruby/concurrent-ruby
114 - dev-ruby/erubis
115 - dev-ruby/haml
116 - dev-ruby/nokogiri
117 - dev-ruby/rouge
118 - dev-ruby/slim
119 - dev-ruby/tilt )"
120 -
121 -all_ruby_prepare() {
122 - rm Gemfile || die
123 -}
124 -
125 -all_ruby_install() {
126 - all_fakegem_install
127 -
128 - doman man/asciidoctor.1
129 -}