diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-04-26 08:06:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-04-26 08:06:55 +0000 |
commit | 772ec20f3af48879ce1e375c4a697dd94e270019 (patch) | |
tree | 11d665bb2b1777ef7389b97fa3709f2a21987455 /dev-ruby/tzinfo | |
parent | Use DESTDIR for installing. Move pkgconfig from RDEPEND to DEPEND wrt #217278. (diff) | |
download | gentoo-2-772ec20f3af48879ce1e375c4a697dd94e270019.tar.gz gentoo-2-772ec20f3af48879ce1e375c4a697dd94e270019.tar.bz2 gentoo-2-772ec20f3af48879ce1e375c4a697dd94e270019.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.8.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index fbbe110c6cde..05cf081678c1 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.10 2008/03/21 06:46:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.11 2008/04/26 08:06:55 graaff Exp $ + +*tzinfo-0.3.8 (26 Apr 2008) + + 26 Apr 2008; Hans de Graaff <graaff@gentoo.org> +tzinfo-0.3.8.ebuild: + Version bump: Updated to tzdata version 2008b, ruby 1.9 compatibility fixes. *tzinfo-0.3.7 (19 Mar 2008) diff --git a/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild new file mode 100644 index 000000000000..e388a96b74ff --- /dev/null +++ b/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild @@ -0,0 +1,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.1 2008/04/26 08:06:55 graaff 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 ~x86 ~x86-fbsd" +IUSE="" |