You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
709 B
30 lines
709 B
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
USE_RUBY="ruby20 ruby21 ruby22"
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="Readme.md"
|
|
RUBY_FAKEGEM_EXTRAINSTALL="render"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="A syntax highlighting engine based on Textpow"
|
|
HOMEPAGE="https://github.com/grosser/ultraviolet"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
|
IUSE="test"
|
|
|
|
ruby_add_rdepend ">=dev-ruby/textpow-1.3.0"
|
|
|
|
all_ruby_prepare() {
|
|
sed -i -e '/rdoc_patter/d' Rakefile || die
|
|
sed -i -e '/git ls-files/d' ultraviolet.gemspec || die
|
|
}
|