diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:06:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:06:15 +0000 |
commit | ff53a97f75f0b038bffb84153c74c3d70b38fec1 (patch) | |
tree | 459c00c77515967403345b5a962287593c930104 /dev-ruby/activesupport | |
parent | sparc stable and add ~ia64 wrt #241740 (diff) | |
download | gentoo-2-ff53a97f75f0b038bffb84153c74c3d70b38fec1.tar.gz gentoo-2-ff53a97f75f0b038bffb84153c74c3d70b38fec1.tar.bz2 gentoo-2-ff53a97f75f0b038bffb84153c74c3d70b38fec1.zip |
Version bump for Rails 2.1.2
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.1.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 5753d5c8e57d..db7b0f25ac3b 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.68 2008/10/20 19:22:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.69 2008/10/24 12:06:15 graaff Exp $ + +*activesupport-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activesupport-2.1.2.ebuild: + Version bump for Rails 2.1.2 *activesupport-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/activesupport/activesupport-2.1.2.ebuild b/dev-ruby/activesupport/activesupport-2.1.2.ebuild new file mode 100644 index 000000000000..0626e9d658c8 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.1.2.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.2.ebuild,v 1.1 2008/10/24 12:06:15 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" |