blob: bfa3938cd449a857ee4400a99a259a605d2a9825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.1.ebuild,v 1.1 2009/04/18 12:40:49 graaff Exp $
inherit gems
DESCRIPTION="A pure ruby library which provides basic APIs for localization."
HOMEPAGE="http://locale.rubyforge.org/"
LICENSE="Ruby"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
|