dev-ruby/louis - 2.3.2 (pentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/louis-2.3.2

Package Information

Description:
Lookup mac address assignments in the iana database
Homepage:
https://github.com/pwnieexpress/louis
License:
AGPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.3.2 8 amd64 ~arm x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="data"
RUBY_FAKEGEM_TASK_TEST="spec"

inherit ruby-fakegem

DESCRIPTION="Lookup mac address assignments in the iana database"
HOMEPAGE="https://github.com/pwnieexpress/louis"

LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="amd64 ~arm x86"

RESTRICT="test"

Inherited Eclasses