mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-08 08:43:05 +01:00
27 lines
557 B
Bash
27 lines
557 B
Bash
# 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_BINWRAP=""
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
RUBY_FAKEGEM_TASK_TEST=""
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
|
|
inherit ruby-fakegem versionator
|
|
|
|
DESCRIPTION="Contains a set of Ruby modules generated from the IANA Time Zone Database"
|
|
HOMEPAGE="http://tzinfo.github.io"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="$(get_version_component_range 1)"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend "
|
|
>=dev-ruby/tzinfo-1.0.0"
|