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/maruku/
Date: Fri, 31 Aug 2018 05:48:54
Message-Id: 1535694518.c726ac3871a3c688acd908339df6adea786a9564.graaff@gentoo
1 commit: c726ac3871a3c688acd908339df6adea786a9564
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 05:48:18 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 05:48:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c726ac38
7
8 dev-ruby/maruku: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/maruku/Manifest | 1 -
13 dev-ruby/maruku/maruku-0.7.2-r1.ebuild | 42 ----------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/dev-ruby/maruku/Manifest b/dev-ruby/maruku/Manifest
17 index d4a5c4433e6..77144b0a0a2 100644
18 --- a/dev-ruby/maruku/Manifest
19 +++ b/dev-ruby/maruku/Manifest
20 @@ -1,2 +1 @@
21 -DIST maruku-0.7.2.gem 142336 BLAKE2B 54b65ae0db7d7b6f97521408b056ce520382fb9fa5ec8c9c74806ac31ec9f2dbe7af3a366fa962147d47c28e58289839b62c515d5b767481b9e13a2b3140a96a SHA512 45eaec7ba721499acbfed97cac4eddfe50c2200a70394e06dc6dd4c6c642b0c58d126c48dabfc4b9697423dd99ecf8691e223125a44d59a382a76e051f2af622
22 DIST maruku-0.7.3.gem 140288 BLAKE2B 31da6bf63272a2e5a77aa6f3cdc1462f0039751424bd0888d69f2f2660534cab8868238cbde37d184c2ddbe50b76dbfa5305a450fc27b9995f74284a1f962724 SHA512 efef3eea7451e32c06c0820834cb98eb5424f6837b2e66e44482679d73d958e1e2c59e790a3e5ba26e0c91ece0a5c17f91877a7797d9a15a73b5344b0d444507
23
24 diff --git a/dev-ruby/maruku/maruku-0.7.2-r1.ebuild b/dev-ruby/maruku/maruku-0.7.2-r1.ebuild
25 deleted file mode 100644
26 index 833899f2a19..00000000000
27 --- a/dev-ruby/maruku/maruku-0.7.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,42 +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 -
35 -USE_RUBY="ruby22 ruby23"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_DOCDIR="doc"
41 -RUBY_FAKEGEM_EXTRADOC="docs/div_syntax.md docs/entity_test.md
42 - docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md
43 - docs/proposal.md"
44 -RUBY_FAKEGEM_EXTRAINSTALL="data"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="A Markdown-superset interpreter written in Ruby"
49 -HOMEPAGE="https://github.com/bhollis/maruku"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -IUSE="highlight test"
55 -
56 -ruby_add_bdepend "test? ( dev-ruby/nokogiri-diff )"
57 -ruby_add_rdepend "highlight? ( dev-ruby/syntax )"
58 -
59 -DEPEND+=" test? ( app-text/blahtexml )"
60 -
61 -all_ruby_prepare() {
62 - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
63 -}
64 -
65 -pkg_postinst() {
66 - elog
67 - elog "You need to emerge app-text/texlive and dev-texlive/texlive-latexextra if"
68 - elog "you want to use --pdf with Maruku. You may also want to emerge"
69 - elog "dev-texlive/texlive-latexrecommended to enable LaTeX syntax highlighting."
70 - elog
71 -}