dev-ruby/afm - 0.2.2 (vowstar)

Search

Install

Install this version:

emerge -a =dev-ruby/afm-0.2.2

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

autounmask =dev-ruby/afm-0.2.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/afm-0.2.2

Package Information

Description:
A very simple library to read Adobe Font Metrics files
Homepage:
https://github.com/halfbyte/afm
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.2 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="A very simple library to read Adobe Font Metrics files"
HOMEPAGE="https://github.com/halfbyte/afm"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="test"

all_ruby_prepare() {
	sed -i -e "/[Bb]undler/s/^/#/" Rakefile test/helper.rb || die
}

each_ruby_test() {
	${RUBY} -Ilib:test test/test_afm.rb || die
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses