dev-ruby/money - 7.0.2 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/money-7.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/money-7.0.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/money-7.0.2

Package Information

Description:
This library aids one in handling money and different currencies.
Homepage:
https://rubymoney.github.io/money/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
7.0.2 8 ~amd64 ~x86 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_GEMSPEC="money.gemspec"

RUBY_FAKEGEM_EXTRAINSTALL="config"

inherit ruby-fakegem

DESCRIPTION="This library aids one in handling money and different currencies."
HOMEPAGE="https://rubymoney.github.io/money/"
SRC_URI="https://github.com/RubyMoney/money/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

ruby_add_rdepend "
	dev-ruby/bigdecimal
	>=dev-ruby/i18n-1.9:1
"

ruby_add_bdepend "doc? ( dev-ruby/yard )"

all_ruby_prepare() {
	sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die

	sed -e '/git ls-files/ s:^:#:' \
		-i ${RUBY_FAKEGEM_GEMSPEC} || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/money | euse -E <flag> -p dev-ruby/money | euse -D <flag> -p dev-ruby/money

Global/Standard Flags

doc

Inherited Eclasses

Manifest for 7.0.2

Type File Size Source URLs
DIST money-7.0.2.tar.gz 102508 bytes https://github.com/RubyMoney/money/archive/v7.0.2.tar.gz