blob: 0b74c52e99c49071d7539b60a3a3ec4f8fa1ada0 (
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.3.ebuild,v 1.2 2009/05/25 16:33:30 ranger Exp $
inherit gems
DESCRIPTION="A pure ruby library which provides basic APIs for localization."
HOMEPAGE="http://locale.rubyforge.org/"
LICENSE="Ruby"
KEYWORDS="~amd64 ~ppc64 ~x86"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
|