mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 04:45:20 +01:00
20 lines
441 B
Bash
20 lines
441 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
USE_RUBY="ruby22 ruby23 ruby24"
|
|
|
|
RUBY_FAKEGEM_VERSION="${PV}-universal-linux"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="An interface for providing process table information"
|
|
HOMEPAGE="http://rubygems.org/gems/sys-proctable"
|
|
|
|
LICENSE="Artistic-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
IUSE=""
|
|
|
|
#ruby_add_rdepend ">dev-ruby/mail-2.0"
|