summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-11-27 11:37:10 +0100
committerHans de Graaff <graaff@gentoo.org>2016-11-27 11:39:09 +0100
commit62cd4e96b682cbc77de0108c9ec9c136745b8a06 (patch)
tree5d98e041ed1084b2f4c063c6b568a6dd02eb73f2
parentdev-ruby/mustache: cleanup (diff)
downloadgentoo-62cd4e96b682cbc77de0108c9ec9c136745b8a06.tar.gz
gentoo-62cd4e96b682cbc77de0108c9ec9c136745b8a06.tar.bz2
gentoo-62cd4e96b682cbc77de0108c9ec9c136745b8a06.zip
app-text/ronn: cleanup
Package-Manager: portage-2.3.0
-rw-r--r--app-text/ronn/ronn-0.7.3-r2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-text/ronn/ronn-0.7.3-r2.ebuild b/app-text/ronn/ronn-0.7.3-r2.ebuild
deleted file mode 100644
index 87bff9b3812b..000000000000
--- a/app-text/ronn/ronn-0.7.3-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML"
-HOMEPAGE="https://github.com/rtomayko/ronn/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/hpricot-0.8.2
- >=dev-ruby/mustache-0.7.0
- >=dev-ruby/rdiscount-1.5.8"
-
-ruby_add_bdepend ">=dev-ruby/hpricot-0.8.2 >=dev-ruby/rdiscount-1.5.8"
-
-all_ruby_prepare() {
- # Avoid test failing due to changes in hash handling in ruby 1.8.7:
- # https://github.com/rtomayko/ronn/issues/56
- sed -i -e '81 s:^:#:' test/test_ronn.rb || die
-}
-
-each_ruby_prepare() {
- # Make sure that we always use the right interpreter during tests.
- sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb
-}
-
-all_ruby_compile() {
- PATH="${S}/bin:${PATH}" rake man || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/ronn.1 man/ronn-format.7
-}