mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-14 12:26:41 +01:00
18 lines
389 B
Bash
18 lines
389 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
USE_RUBY="ruby21 ruby22 ruby23"
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="Ruby DNS library, with a clean OO interface and an extensible API"
|
|
HOMEPAGE="https://github.com/bluemonk/net-dns"
|
|
|
|
LICENSE="Ruby-BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64 ~arm"
|
|
IUSE=""
|