mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-21 07:42:55 +01:00
16 lines
338 B
Bash
16 lines
338 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
USE_RUBY="ruby24 ruby25"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="IPAddr provides a set of methods to manipulate an IP address"
|
|
HOMEPAGE="https://github.com/ruby/ipaddr"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|