Files
gentoo/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.2.ebuild
Hans de Graaff 8b16129e28 dev-ruby/ruby2_keywords: add keywords
Add keywords to mirror mustermann. This is a very minimal ruby-only
package.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2020-03-01 09:22:35 +01:00

21 lines
445 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Shim library for Module#ruby2_keywords"
HOMEPAGE="https://github.com/ruby/ruby2_keywords"
LICENSE="Ruby"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""