diff options
-rw-r--r-- | dev-ruby/locale_rails/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/locale_rails/locale_rails-2.0.1.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/locale_rails/ChangeLog b/dev-ruby/locale_rails/ChangeLog index 56b1a4cecf5c..4f65764b05a0 100644 --- a/dev-ruby/locale_rails/ChangeLog +++ b/dev-ruby/locale_rails/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/locale_rails # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale_rails/ChangeLog,v 1.1 2009/04/05 18:16:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale_rails/ChangeLog,v 1.2 2009/04/19 07:49:48 graaff Exp $ + +*locale_rails-2.0.1 (19 Apr 2009) + + 19 Apr 2009; Hans de Graaff <graaff@gentoo.org> + +locale_rails-2.0.1.ebuild: + Version bump with fixes for localized views. *locale_rails-2.0.0 (05 Apr 2009) diff --git a/dev-ruby/locale_rails/locale_rails-2.0.1.ebuild b/dev-ruby/locale_rails/locale_rails-2.0.1.ebuild new file mode 100644 index 000000000000..b8c55356a19b --- /dev/null +++ b/dev-ruby/locale_rails/locale_rails-2.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale_rails/locale_rails-2.0.1.ebuild,v 1.1 2009/04/19 07:49:48 graaff Exp $ + +inherit gems + +DESCRIPTION="This library provides some Rails localized functions." +HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext-rails.html" +LICENSE="Ruby" + +KEYWORDS="~x86 ~amd64" +SLOT="0" +IUSE="" + +USE_RUBY="ruby18" + +RDEPEND=">=dev-ruby/locale-2.0.1" +DEPEND="${RDEPEND}" |