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: Sun, 27 Nov 2016 10:39:35
Message-Id: 1480243155.c188eac90f50c6da10ce4118f4fd48b80ad1edcd.graaff@gentoo
1 commit: c188eac90f50c6da10ce4118f4fd48b80ad1edcd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 10:38:43 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 10:39:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c188eac9
7
8 dev-ruby/maruku: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/maruku/maruku-0.7.2.ebuild | 43 -------------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/dev-ruby/maruku/maruku-0.7.2.ebuild b/dev-ruby/maruku/maruku-0.7.2.ebuild
16 deleted file mode 100644
17 index ecd48d0..00000000
18 --- a/dev-ruby/maruku/maruku-0.7.2.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby20"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
30 -
31 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32 -RUBY_FAKEGEM_DOCDIR="doc"
33 -RUBY_FAKEGEM_EXTRADOC="docs/div_syntax.md docs/entity_test.md
34 - docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md
35 - docs/proposal.md"
36 -RUBY_FAKEGEM_EXTRAINSTALL="data"
37 -
38 -inherit ruby-fakegem
39 -
40 -DESCRIPTION="A Markdown-superset interpreter written in Ruby"
41 -HOMEPAGE="https://github.com/bhollis/maruku"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
46 -IUSE="highlight test"
47 -
48 -ruby_add_bdepend "test? ( dev-ruby/nokogiri-diff )"
49 -ruby_add_rdepend "highlight? ( dev-ruby/syntax )"
50 -
51 -DEPEND+=" test? ( app-text/blahtexml )"
52 -
53 -all_ruby_prepare() {
54 - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
55 -}
56 -
57 -pkg_postinst() {
58 - elog
59 - elog "You need to emerge app-text/texlive and dev-texlive/texlive-latexextra if"
60 - elog "you want to use --pdf with Maruku. You may also want to emerge"
61 - elog "dev-texlive/texlive-latexrecommended to enable LaTeX syntax highlighting."
62 - elog
63 -}