summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-11-27 11:38:43 +0100
committerHans de Graaff <graaff@gentoo.org>2016-11-27 11:39:15 +0100
commitc188eac90f50c6da10ce4118f4fd48b80ad1edcd (patch)
treed97a0de831c3a755361bc6b5a81588e7773a2329 /dev-ruby/maruku
parentdev-ruby/maruku: mark ruby21 revision stable (diff)
downloadgentoo-c188eac90f50c6da10ce4118f4fd48b80ad1edcd.tar.gz
gentoo-c188eac90f50c6da10ce4118f4fd48b80ad1edcd.tar.bz2
gentoo-c188eac90f50c6da10ce4118f4fd48b80ad1edcd.zip
dev-ruby/maruku: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/maruku')
-rw-r--r--dev-ruby/maruku/maruku-0.7.2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-ruby/maruku/maruku-0.7.2.ebuild b/dev-ruby/maruku/maruku-0.7.2.ebuild
deleted file mode 100644
index ecd48d00d9c5..000000000000
--- a/dev-ruby/maruku/maruku-0.7.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="docs/div_syntax.md docs/entity_test.md
- docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md
- docs/proposal.md"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Markdown-superset interpreter written in Ruby"
-HOMEPAGE="https://github.com/bhollis/maruku"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="highlight test"
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri-diff )"
-ruby_add_rdepend "highlight? ( dev-ruby/syntax )"
-
-DEPEND+=" test? ( app-text/blahtexml )"
-
-all_ruby_prepare() {
- sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
-}
-
-pkg_postinst() {
- elog
- elog "You need to emerge app-text/texlive and dev-texlive/texlive-latexextra if"
- elog "you want to use --pdf with Maruku. You may also want to emerge"
- elog "dev-texlive/texlive-latexrecommended to enable LaTeX syntax highlighting."
- elog
-}