23 lines
557 B
Bash
23 lines
557 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id: fec441f67483c69d6a7c1e00d6cdc9b755a069c4 $
|
|
|
|
EAPI=5
|
|
|
|
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
RUBY_FAKEGEM_TASK_TEST=""
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="Like Pathname but a little less insane"
|
|
HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
|
|
<dev-ruby/forwardable-extended-3"
|