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: Sun, 19 Mar 2023 13:15:59
Message-Id: 1679231575.e7614579b1eca1b74dcf0e65680d346928328851.graaff@gentoo
1 commit: e7614579b1eca1b74dcf0e65680d346928328851
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 11:00:22 2023 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:12:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7614579
7
8 dev-ruby/asciidoctor: drop 2.0.15
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/asciidoctor/Manifest | 1 -
13 dev-ruby/asciidoctor/asciidoctor-2.0.15.ebuild | 44 --------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
17 index 59c8639d5218..ef2598f9de00 100644
18 --- a/dev-ruby/asciidoctor/Manifest
19 +++ b/dev-ruby/asciidoctor/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST asciidoctor-2.0.15.tar.gz 1633310 BLAKE2B 58029acdf3832459dde5df2835749bb781ccbaa547fa4a09dc10a69fbef36ed690fac7cd0e2b3da1a5de847be678d0ad410c17c6768e466fffc7ad30b5d9d4bf SHA512 4cd0ce922d5db5bc5b31ebc75707c2e9e2a94a2a28eeb68ed25f55c46c416c950d28b880c4b1ab52bbcdda9ee4ee7b1c297049754d214983b68eedf2d96492d8
22 DIST asciidoctor-2.0.16.tar.gz 1651396 BLAKE2B 6da2971c38e48497b482ca1bc22916a10c3505d7bd4fa802ffd4939a0c0986d650a30b5870fea7979046c4b61c6e97aec08d9ba345ce350de6721d545c2923b5 SHA512 95003640632cc99f1edd2447156135267ad78f24983418817f19256fab6e313b8faab9f676317e7cc610728abb8b047f2d2f481f4700009a2d6bdd3b9efcc463
23 DIST asciidoctor-2.0.18.tar.gz 1690964 BLAKE2B 5e14371c7201f83529fa28a63b031599ebf53fda62b4701942f134e7f1dae923a07676aafeac4c5e1fc3c25b6e9044b34b9b2e5b07491f1ca8e68076aa02301b SHA512 b47b377520046d95101fc9bcd3defdf7219714ebadc0d069cb108d39a349fcf1abd1e61178e1515f75bb69e9e3d0f8cb2de67de5a0f8aa75fdd139d693c0e437
24
25 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.15.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.15.ebuild
26 deleted file mode 100644
27 index 76217435521e..000000000000
28 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.15.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -USE_RUBY="ruby25 ruby26 ruby27"
36 -
37 -RUBY_FAKEGEM_TASK_TEST="test features"
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/concurrent-ruby
59 - dev-ruby/erubis
60 - dev-ruby/haml
61 - dev-ruby/nokogiri
62 - dev-ruby/rouge
63 - dev-ruby/slim
64 - dev-ruby/tilt )"
65 -
66 -all_ruby_prepare() {
67 - rm Gemfile || die
68 -}
69 -
70 -all_ruby_install() {
71 - all_fakegem_install
72 -
73 - doman man/asciidoctor.1
74 -}