dev-ruby/iniparse - 1.5.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/iniparse-1.5.0

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

autounmask =dev-ruby/iniparse-1.5.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/iniparse-1.5.0

Package Information

Description:
A pure Ruby library for parsing INI configuration and data files
Homepage:
https://github.com/antw/iniparse
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.5.0 8 ~amd64 1
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_GEMSPEC="iniparse.gemspec"

inherit ruby-fakegem

DESCRIPTION="A pure Ruby library for parsing INI configuration and data files"
HOMEPAGE="https://github.com/antw/iniparse"
SRC_URI="https://github.com/antw/iniparse/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="1"
KEYWORDS="~amd64"

Inherited Eclasses

Manifest for 1.5.0

Type File Size Source URLs
DIST iniparse-1.5.0.tar.gz 30813 bytes https://github.com/antw/iniparse/archive/v1.5.0.tar.gz