summaryrefslogtreecommitdiff
blob: ef30968a68fcc4e69c79888dd99fc10be457290d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.1 2006/10/06 04:36:44 pclouds Exp $

inherit ruby

DESCRIPTION="Small library to parse INI-files in Ruby"
HOMEPAGE="http://raa.ruby-lang.org/project/ruby-inifile/"
SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz"

SLOT="0"
IUSE=""
USE_RUBY="ruby16 ruby18"
LICENSE="Ruby"
KEYWORDS="~x86 ~amd64"
S=${WORKDIR}/${PN}