diff options
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.1.1.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 3e72a7ede8ea..4adec81f4b43 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.65 2008/09/12 05:45:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.66 2008/09/13 08:56:40 graaff Exp $ + +*activesupport-2.1.1 (13 Sep 2008) + + 13 Sep 2008; Hans de Graaff <graaff@gentoo.org> + +activesupport-2.1.1.ebuild: + Version bump for Rails 2.1.1, bug #237392 *activesupport-2.0.4 (12 Sep 2008) diff --git a/dev-ruby/activesupport/activesupport-2.1.1.ebuild b/dev-ruby/activesupport/activesupport-2.1.1.ebuild new file mode 100644 index 000000000000..1e93b6418761 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.1.1.ebuild,v 1.1 2008/09/13 08:56:40 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" |