mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-31 12:54:00 +01:00
18 lines
406 B
Bash
18 lines
406 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
USE_RUBY="ruby18 ruby19"
|
|
|
|
inherit multilib ruby-fakegem
|
|
|
|
DESCRIPTION="rdoc generator html with javascript search index"
|
|
HOMEPAGE="https://rubygems.org/gems/sdoc"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
ruby_add_rdepend ">=dev-ruby/json-1.1.3
|
|
>=dev-ruby/rdoc-3.10"
|