diff options
author | 2006-11-23 00:44:22 +0000 | |
---|---|---|
committer | 2006-11-23 00:44:22 +0000 | |
commit | 6c753403729affe7a60ecd167cdba3625ed02c15 (patch) | |
tree | ca23c368ce74589b10f89a5a0fec44e1066cab05 /dev-ruby/tzinfo/tzinfo-0.3.2.ebuild | |
parent | Added ~amd64 KEYWORD, fixes bug #155072 (diff) | |
download | gentoo-2-6c753403729affe7a60ecd167cdba3625ed02c15.tar.gz gentoo-2-6c753403729affe7a60ecd167cdba3625ed02c15.tar.bz2 gentoo-2-6c753403729affe7a60ecd167cdba3625ed02c15.zip |
Initial import of tzinfo gem package (future dependency of rbot, and thus in portage).
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'dev-ruby/tzinfo/tzinfo-0.3.2.ebuild')
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.2.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.2.ebuild new file mode 100644 index 000000000000..aad055b5d821 --- /dev/null +++ b/dev-ruby/tzinfo/tzinfo-0.3.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 BreakMyGentoo.net +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.2.ebuild,v 1.1 2006/11/23 00:44:22 flameeyes Exp $ + +inherit ruby gems + +DESCRIPTION="Library to provide daylight-savings aware transformations between timezones" +HOMEPAGE="http://tzinfo.rubyforge.org/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86-fbsd" +IUSE="" + +USE_RUBY="ruby18 ruby19" +DEPEND="virtual/ruby" + |