diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 10:41:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 10:41:29 +0000 |
commit | 616fe421e2ca2a72a88cff00514aea5f17b4fc9c (patch) | |
tree | 64fc5567466f7d01b1086fa2012ec5c2390d7ab4 /dev-ruby/tzinfo/tzinfo-0.3.3.ebuild | |
parent | Remove calling of prepallman. (bug #140697) (diff) | |
download | gentoo-2-616fe421e2ca2a72a88cff00514aea5f17b4fc9c.tar.gz gentoo-2-616fe421e2ca2a72a88cff00514aea5f17b4fc9c.tar.bz2 gentoo-2-616fe421e2ca2a72a88cff00514aea5f17b4fc9c.zip |
Version bump.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-ruby/tzinfo/tzinfo-0.3.3.ebuild')
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.3.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.3.ebuild new file mode 100644 index 000000000000..4be550127471 --- /dev/null +++ b/dev-ruby/tzinfo/tzinfo-0.3.3.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.3.ebuild,v 1.1 2006/11/28 10:41:29 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" + |