mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-16 21:33:30 +01:00
16 lines
355 B
Bash
16 lines
355 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="4"
|
|
USE_RUBY="ruby19"
|
|
|
|
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=""
|