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/rdiscount/
Date: Sat, 30 Oct 2021 05:16:33
Message-Id: 1635570984.181f193a4d642ee53d7a603b9ce0ccf0fc66cbed.graaff@gentoo
1 commit: 181f193a4d642ee53d7a603b9ce0ccf0fc66cbed
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 05:02:11 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 05:16:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181f193a
7
8 dev-ruby/rdiscount: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rdiscount/Manifest | 1 -
14 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 47 -----------------------------
15 dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild | 47 -----------------------------
16 3 files changed, 95 deletions(-)
17
18 diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
19 index ddd64055341..3a292f56931 100644
20 --- a/dev-ruby/rdiscount/Manifest
21 +++ b/dev-ruby/rdiscount/Manifest
22 @@ -1,2 +1 @@
23 -DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9 SHA512 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
24 DIST rdiscount-2.2.0.2.gem 68096 BLAKE2B 91f67643103a46f3fc95f80191a85ce4c89bba6a83f7ed5542cc9ec1671628c6ac0543b206d87e2ffc469dc83139e5669ee7eb6713eba4116db19c071a15f402 SHA512 97a0fabb77238173f101298e4b4b6d4728b9e15cb7d3f14e7d1d978c44ab92dd89c2e02d0c15c0fa70a836eb54abca06b0027e26e5d87540bfe145c8527be3f7
25
26 diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
27 deleted file mode 100644
28 index b7d853745e0..00000000000
29 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_TASK_TEST="test:unit"
40 -
41 -RUBY_FAKEGEM_TASK_DOC="doc man"
42 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
43 -
44 -inherit multilib ruby-fakegem
45 -
46 -DESCRIPTION="Implementation of John Gruber's Markdown"
47 -HOMEPAGE="https://github.com/rtomayko/rdiscount"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
52 -IUSE=""
53 -
54 -all_ruby_prepare() {
55 - # Hanna is broken for us and therefore we don't have it in portage.
56 - sed -i -e 's/hanna/rdoc/' Rakefile || die
57 -
58 - # Remove rule that will force a rebuild when running tests.
59 - sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
60 -
61 - # Provide RUBY variable no longer provided by rake.
62 - sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
63 -}
64 -
65 -each_ruby_configure() {
66 - ${RUBY} -Cext extconf.rb || die
67 -}
68 -
69 -each_ruby_compile() {
70 - emake V=1 -Cext
71 - cp ext/*$(get_modname) lib/ || die
72 -}
73 -
74 -all_ruby_install() {
75 - all_fakegem_install
76 -
77 - doman man/rdiscount.1
78 -}
79
80 diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
81 deleted file mode 100644
82 index 97b12d1ab7a..00000000000
83 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -USE_RUBY="ruby25 ruby26 ruby27"
92 -
93 -RUBY_FAKEGEM_TASK_TEST="test:unit"
94 -
95 -RUBY_FAKEGEM_TASK_DOC="doc man"
96 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
97 -
98 -inherit multilib ruby-fakegem
99 -
100 -DESCRIPTION="Implementation of John Gruber's Markdown"
101 -HOMEPAGE="https://github.com/rtomayko/rdiscount"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
106 -IUSE=""
107 -
108 -all_ruby_prepare() {
109 - # Hanna is broken for us and therefore we don't have it in portage.
110 - sed -i -e 's/hanna/rdoc/' Rakefile || die
111 -
112 - # Remove rule that will force a rebuild when running tests.
113 - sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
114 -
115 - # Provide RUBY variable no longer provided by rake.
116 - sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
117 -}
118 -
119 -each_ruby_configure() {
120 - ${RUBY} -Cext extconf.rb || die
121 -}
122 -
123 -each_ruby_compile() {
124 - emake V=1 -Cext
125 - cp ext/*$(get_modname) lib/ || die
126 -}
127 -
128 -all_ruby_install() {
129 - all_fakegem_install
130 -
131 - doman man/rdiscount.1
132 -}