diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-11-27 06:54:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-11-27 06:54:12 +0000 |
commit | d43e6119a2848d13026a0a42eff51692abd24334 (patch) | |
tree | bd595e83f299d9695fcc635efdd204270e007ebd /dev-ruby/activesupport | |
parent | Version bump for Rails 2.2.x (diff) | |
download | gentoo-2-d43e6119a2848d13026a0a42eff51692abd24334.tar.gz gentoo-2-d43e6119a2848d13026a0a42eff51692abd24334.tar.bz2 gentoo-2-d43e6119a2848d13026a0a42eff51692abd24334.zip |
Version bump for Rails 2.2.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.2.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index dcb740cffa12..4f36c1714e7a 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.76 2008/11/17 06:28:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.77 2008/11/27 06:54:12 graaff Exp $ + +*activesupport-2.2.2 (27 Nov 2008) + + 27 Nov 2008; Hans de Graaff <graaff@gentoo.org> + +activesupport-2.2.2.ebuild: + Version bump for Rails 2.2.2 17 Nov 2008; Hans de Graaff <graaff@gentoo.org> -activesupport-2.0.2.ebuild, -activesupport-2.0.4.ebuild, diff --git a/dev-ruby/activesupport/activesupport-2.2.2.ebuild b/dev-ruby/activesupport/activesupport-2.2.2.ebuild new file mode 100644 index 000000000000..ec3714d74fd0 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.2.2.ebuild @@ -0,0 +1,15 @@ +# 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.2.2.ebuild,v 1.1 2008/11/27 06:54:12 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="2.2" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5" |