blob: 73e860275ff57b04798d4646645d489913e4c172 (
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.0.ebuild,v 1.2 2009/03/25 06:02:28 mr_bones_ 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"
|