blob: 4a0c426eaa1f352568720ed139621a5febc6996c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild,v 1.4 2008/10/04 11:08:05 gentoofan23 Exp $
inherit gems
DESCRIPTION="Library to provide daylight-savings aware transformations between timezones"
HOMEPAGE="http://tzinfo.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc ~x86 ~x86-fbsd"
IUSE=""
|