dev-ruby/ruby-mp3info - 0.8.10 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/ruby-mp3info-0.8.10

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

autounmask =dev-ruby/ruby-mp3info-0.8.10

Or alternatively:

emerge --autounmask-write -a =dev-ruby/ruby-mp3info-0.8.10

Package Information

Description:
A pure Ruby library for access to mp3 files (internal infos and tags)
Homepage:
https://github.com/moumar/ruby-mp3info
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.8.10 8 ~amd64 ~x86 0
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="History.txt README.md"
RUBY_FAKEGEM_GEMSPEC="ruby-mp3info.gemspec"

inherit ruby-fakegem

DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and tags)"
HOMEPAGE="https://github.com/moumar/ruby-mp3info"
SRC_URI="https://github.com/moumar/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"

DEPEND+=" test? ( media-sound/id3v2 )"

ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"

all_ruby_prepare() {
	sed -i -e "s:/tmp/test.mp3:${T}/test.mp3:" test/test_ruby-mp3info.rb || die
	sed -i -e 's/MiniTest/Minitest/' test/helper.rb || die
}

each_ruby_test() {
	${RUBY} -Ilib test/test_ruby-mp3info.rb || die
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

 test? ( media-sound/id3v2 )

Manifest for 0.8.10

Type File Size Source URLs
DIST ruby-mp3info-0.8.10-git.tgz 89178 bytes https://github.com/moumar/ruby-mp3info/archive/v0.8.10.tar.gz