mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-24 01:09:38 +01:00
24 lines
517 B
Bash
24 lines
517 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
USE_RUBY="ruby24 ruby25 ruby26"
|
|
|
|
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"
|
|
IUSE=""
|
|
|
|
RESTRICT="test"
|