mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-18 14:24:05 +01:00
19 lines
426 B
Bash
19 lines
426 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI="5"
|
|
USE_RUBY="ruby19 ruby21"
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="Provides simple parsing of standard *nix style config files."
|
|
HOMEPAGE="https://github.com/derks/ruby-parseconfig"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|
|
IUSE=""
|